com.groupdocs.search.options

Class MergeOptions

    • Constructor Detail

      • MergeOptions

        public MergeOptions()
        Initializes a new instance of the MergeOptions class.
    • Method Detail

      • isAsync

        public final boolean isAsync()
        Gets the flag of asynchronous performing the operation. The default value is false.
        Returns:
        The flag of asynchronous performing the operation.
      • setAsync

        public final void setAsync(boolean value)
        Sets the flag of asynchronous performing the operation. The default value is false.
        Parameters:
        value - The flag of asynchronous performing the operation.
      • getCancellation

        public final Cancellation getCancellation()
        Gets the operation cancellation object. The default value is null.
        Returns:
        The operation cancellation object.
      • setCancellation

        public final void setCancellation(Cancellation value)
        Sets the operation cancellation object. The default value is null.
        Parameters:
        value - The operation cancellation object.