Class ZendeskLinkedServiceTypeProperties


  • public final class ZendeskLinkedServiceTypeProperties
    extends Object
    Zendesk linked service type properties.
    • Constructor Detail

      • ZendeskLinkedServiceTypeProperties

        public ZendeskLinkedServiceTypeProperties()
    • Method Detail

      • authenticationType

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

        public ZendeskLinkedServiceTypeProperties withAuthenticationType​(ZendeskAuthenticationType authenticationType)
        Set the authenticationType property: The authentication type to use.
        Parameters:
        authenticationType - the authenticationType value to set.
        Returns:
        the ZendeskLinkedServiceTypeProperties 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 ZendeskLinkedServiceTypeProperties 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 ZendeskLinkedServiceTypeProperties 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 ZendeskLinkedServiceTypeProperties 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 ZendeskLinkedServiceTypeProperties object itself.
      • password

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

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

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

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

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