Class ConnectorMappingCompleteOperation

java.lang.Object
com.azure.resourcemanager.customerinsights.models.ConnectorMappingCompleteOperation

public final class ConnectorMappingCompleteOperation extends Object
The complete operation.
  • Constructor Details

    • ConnectorMappingCompleteOperation

      public ConnectorMappingCompleteOperation()
      Creates an instance of ConnectorMappingCompleteOperation class.
  • Method Details

    • completionOperationType

      public CompletionOperationTypes completionOperationType()
      Get the completionOperationType property: The type of completion operation.
      Returns:
      the completionOperationType value.
    • withCompletionOperationType

      public ConnectorMappingCompleteOperation withCompletionOperationType(CompletionOperationTypes completionOperationType)
      Set the completionOperationType property: The type of completion operation.
      Parameters:
      completionOperationType - the completionOperationType value to set.
      Returns:
      the ConnectorMappingCompleteOperation object itself.
    • destinationFolder

      public String destinationFolder()
      Get the destinationFolder property: The destination folder where files will be moved to once the import is done.
      Returns:
      the destinationFolder value.
    • withDestinationFolder

      public ConnectorMappingCompleteOperation withDestinationFolder(String destinationFolder)
      Set the destinationFolder property: The destination folder where files will be moved to once the import is done.
      Parameters:
      destinationFolder - the destinationFolder value to set.
      Returns:
      the ConnectorMappingCompleteOperation object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.