Class SalesforceServiceCloudObjectDatasetTypeProperties

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

public final class SalesforceServiceCloudObjectDatasetTypeProperties extends Object
Salesforce Service Cloud object dataset properties.
  • Constructor Details

    • SalesforceServiceCloudObjectDatasetTypeProperties

      public SalesforceServiceCloudObjectDatasetTypeProperties()
  • Method Details

    • objectApiName

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

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

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