Class SalesforceObjectDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.SalesforceObjectDatasetTypeProperties

public final class SalesforceObjectDatasetTypeProperties extends Object
Salesforce object dataset properties.
  • Constructor Details

    • SalesforceObjectDatasetTypeProperties

      public SalesforceObjectDatasetTypeProperties()
  • Method Details

    • objectApiName

      public Object objectApiName()
      Get the objectApiName property: The Salesforce object API name. Type: string (or Expression with resultType string).
      Returns:
      the objectApiName value.
    • withObjectApiName

      public SalesforceObjectDatasetTypeProperties withObjectApiName(Object objectApiName)
      Set the objectApiName property: The Salesforce object API name. Type: string (or Expression with resultType string).
      Parameters:
      objectApiName - the objectApiName value to set.
      Returns:
      the SalesforceObjectDatasetTypeProperties object itself.
    • validate

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