Class SmartsheetLinkedService


  • public final class SmartsheetLinkedService
    extends LinkedService
    Linked service for Smartsheet.
    • Constructor Detail

      • SmartsheetLinkedService

        public SmartsheetLinkedService()
    • Method Detail

      • withDescription

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

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

        public SecretBase apiToken()
        Get the apiToken property: The api token for the Smartsheet source.
        Returns:
        the apiToken value.
      • withApiToken

        public SmartsheetLinkedService withApiToken​(SecretBase apiToken)
        Set the apiToken property: The api token for the Smartsheet source.
        Parameters:
        apiToken - the apiToken value to set.
        Returns:
        the SmartsheetLinkedService object itself.
      • encryptedCredential

        public Object encryptedCredential()
        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.
      • withEncryptedCredential

        public SmartsheetLinkedService withEncryptedCredential​(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 SmartsheetLinkedService object itself.