Class AsanaLinkedService


  • public class AsanaLinkedService
    extends LinkedService
    Linked service for Asana.
    • Constructor Detail

      • AsanaLinkedService

        public AsanaLinkedService()
    • Method Detail

      • getApiToken

        public SecretBase getApiToken()
        Get the apiToken property: The api token for the Asana source.
        Returns:
        the apiToken value.
      • setApiToken

        public AsanaLinkedService setApiToken​(SecretBase apiToken)
        Set the apiToken property: The api token for the Asana source.
        Parameters:
        apiToken - the apiToken value to set.
        Returns:
        the AsanaLinkedService object itself.
      • getEncryptedCredential

        public Object getEncryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • setEncryptedCredential

        public AsanaLinkedService setEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the AsanaLinkedService object itself.
      • setDescription

        public AsanaLinkedService setDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        setDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • setAnnotations

        public AsanaLinkedService setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        setAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.