Class SalesforceObjectDatasetTypeProperties


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

      • SalesforceObjectDatasetTypeProperties

        public SalesforceObjectDatasetTypeProperties()
    • Method Detail

      • 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.