Class ZendeskLinkedService


  • public final class ZendeskLinkedService
    extends LinkedService
    Linked service for Zendesk.
    • Constructor Detail

      • ZendeskLinkedService

        public ZendeskLinkedService()
    • Method Detail

      • withDescription

        public ZendeskLinkedService 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 ZendeskLinkedService 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.
      • authenticationType

        public ZendeskAuthenticationType authenticationType()
        Get the authenticationType property: The authentication type to use.
        Returns:
        the authenticationType value.
      • withAuthenticationType

        public ZendeskLinkedService withAuthenticationType​(ZendeskAuthenticationType authenticationType)
        Set the authenticationType property: The authentication type to use.
        Parameters:
        authenticationType - the authenticationType value to set.
        Returns:
        the ZendeskLinkedService object itself.
      • url

        public Object url()
        Get the url property: The url to connect Zendesk source. Type: string (or Expression with resultType string).
        Returns:
        the url value.
      • withUrl

        public ZendeskLinkedService withUrl​(Object url)
        Set the url property: The url to connect Zendesk source. Type: string (or Expression with resultType string).
        Parameters:
        url - the url value to set.
        Returns:
        the ZendeskLinkedService object itself.
      • username

        public Object username()
        Get the username property: The username of the Zendesk source. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • withUsername

        public ZendeskLinkedService withUsername​(Object username)
        Set the username property: The username of the Zendesk source. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the ZendeskLinkedService object itself.
      • password

        public SecretBase password()
        Get the password property: The password of the Zendesk source.
        Returns:
        the password value.
      • withPassword

        public ZendeskLinkedService withPassword​(SecretBase password)
        Set the password property: The password of the Zendesk source.
        Parameters:
        password - the password value to set.
        Returns:
        the ZendeskLinkedService object itself.
      • apiToken

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

        public ZendeskLinkedService withApiToken​(SecretBase apiToken)
        Set the apiToken property: The api token for the Zendesk source.
        Parameters:
        apiToken - the apiToken value to set.
        Returns:
        the ZendeskLinkedService 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 ZendeskLinkedService 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 ZendeskLinkedService object itself.