Class EloquaLinkedService


  • public class EloquaLinkedService
    extends LinkedService
    Eloqua server linked service.
    • Constructor Detail

      • EloquaLinkedService

        public EloquaLinkedService()
    • Method Detail

      • getEndpoint

        public Object getEndpoint()
        Get the endpoint property: The endpoint of the Eloqua server. (i.e. eloqua.example.com).
        Returns:
        the endpoint value.
      • setEndpoint

        public EloquaLinkedService setEndpoint​(Object endpoint)
        Set the endpoint property: The endpoint of the Eloqua server. (i.e. eloqua.example.com).
        Parameters:
        endpoint - the endpoint value to set.
        Returns:
        the EloquaLinkedService object itself.
      • getUsername

        public Object getUsername()
        Get the username property: The site name and user name of your Eloqua account in the form: sitename/username. (i.e. Eloqua/Alice).
        Returns:
        the username value.
      • setUsername

        public EloquaLinkedService setUsername​(Object username)
        Set the username property: The site name and user name of your Eloqua account in the form: sitename/username. (i.e. Eloqua/Alice).
        Parameters:
        username - the username value to set.
        Returns:
        the EloquaLinkedService object itself.
      • getPassword

        public SecretBase getPassword()
        Get the password property: The password corresponding to the user name.
        Returns:
        the password value.
      • setPassword

        public EloquaLinkedService setPassword​(SecretBase password)
        Set the password property: The password corresponding to the user name.
        Parameters:
        password - the password value to set.
        Returns:
        the EloquaLinkedService object itself.
      • getUseEncryptedEndpoints

        public Object getUseEncryptedEndpoints()
        Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
        Returns:
        the useEncryptedEndpoints value.
      • setUseEncryptedEndpoints

        public EloquaLinkedService setUseEncryptedEndpoints​(Object useEncryptedEndpoints)
        Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
        Parameters:
        useEncryptedEndpoints - the useEncryptedEndpoints value to set.
        Returns:
        the EloquaLinkedService object itself.
      • getUseHostVerification

        public Object getUseHostVerification()
        Get the useHostVerification property: Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.
        Returns:
        the useHostVerification value.
      • setUseHostVerification

        public EloquaLinkedService setUseHostVerification​(Object useHostVerification)
        Set the useHostVerification property: Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.
        Parameters:
        useHostVerification - the useHostVerification value to set.
        Returns:
        the EloquaLinkedService object itself.
      • getUsePeerVerification

        public Object getUsePeerVerification()
        Get the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
        Returns:
        the usePeerVerification value.
      • setUsePeerVerification

        public EloquaLinkedService setUsePeerVerification​(Object usePeerVerification)
        Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
        Parameters:
        usePeerVerification - the usePeerVerification value to set.
        Returns:
        the EloquaLinkedService 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 EloquaLinkedService 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 EloquaLinkedService object itself.
      • setDescription

        public EloquaLinkedService 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 EloquaLinkedService 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.