Class ExecutionActivity

    • Constructor Detail

      • ExecutionActivity

        public ExecutionActivity()
    • Method Detail

      • linkedServiceName

        public LinkedServiceReference linkedServiceName()
        Get the linkedServiceName property: Linked service reference.
        Returns:
        the linkedServiceName value.
      • withLinkedServiceName

        public ExecutionActivity withLinkedServiceName​(LinkedServiceReference linkedServiceName)
        Set the linkedServiceName property: Linked service reference.
        Parameters:
        linkedServiceName - the linkedServiceName value to set.
        Returns:
        the ExecutionActivity object itself.
      • policy

        public ActivityPolicy policy()
        Get the policy property: Activity policy.
        Returns:
        the policy value.
      • withPolicy

        public ExecutionActivity withPolicy​(ActivityPolicy policy)
        Set the policy property: Activity policy.
        Parameters:
        policy - the policy value to set.
        Returns:
        the ExecutionActivity object itself.
      • withName

        public ExecutionActivity withName​(String name)
        Set the name property: Activity name.
        Overrides:
        withName in class Activity
        Parameters:
        name - the name value to set.
        Returns:
        the Activity object itself.
      • withDescription

        public ExecutionActivity withDescription​(String description)
        Set the description property: Activity description.
        Overrides:
        withDescription in class Activity
        Parameters:
        description - the description value to set.
        Returns:
        the Activity object itself.
      • withUserProperties

        public ExecutionActivity withUserProperties​(List<UserProperty> userProperties)
        Set the userProperties property: Activity user properties.
        Overrides:
        withUserProperties in class Activity
        Parameters:
        userProperties - the userProperties value to set.
        Returns:
        the Activity object itself.