Class CustomActivityReferenceObject


  • public final class CustomActivityReferenceObject
    extends Object
    Reference objects for custom activity.
    • Constructor Detail

      • CustomActivityReferenceObject

        public CustomActivityReferenceObject()
    • Method Detail

      • linkedServices

        public List<LinkedServiceReference> linkedServices()
        Get the linkedServices property: Linked service references.
        Returns:
        the linkedServices value.
      • withLinkedServices

        public CustomActivityReferenceObject withLinkedServices​(List<LinkedServiceReference> linkedServices)
        Set the linkedServices property: Linked service references.
        Parameters:
        linkedServices - the linkedServices value to set.
        Returns:
        the CustomActivityReferenceObject object itself.
      • datasets

        public List<DatasetReference> datasets()
        Get the datasets property: Dataset references.
        Returns:
        the datasets value.
      • withDatasets

        public CustomActivityReferenceObject withDatasets​(List<DatasetReference> datasets)
        Set the datasets property: Dataset references.
        Parameters:
        datasets - the datasets value to set.
        Returns:
        the CustomActivityReferenceObject object itself.
      • validate

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