Class SquareLinkedServiceResponse


  • public final class SquareLinkedServiceResponse
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • clientId

        public java.util.Optional<java.lang.Object> clientId()
        Returns:
        The client ID associated with your Square application.
      • connectionProperties

        public java.util.Optional<java.lang.Object> connectionProperties()
        Returns:
        Properties used to connect to Square. It is mutually exclusive with any other properties in the linked service. Type: object.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Linked service description.
      • encryptedCredential

        public java.util.Optional<java.lang.String> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
      • host

        public java.util.Optional<java.lang.Object> host()
        Returns:
        The URL of the Square instance. (i.e. mystore.mysquare.com)
      • redirectUri

        public java.util.Optional<java.lang.Object> redirectUri()
        Returns:
        The redirect URL assigned in the Square application dashboard. (i.e. http://localhost:2500)
      • type

        public java.lang.String type()
        Returns:
        Type of linked service. Expected value is 'Square'.
      • useEncryptedEndpoints

        public java.util.Optional<java.lang.Object> useEncryptedEndpoints()
        Returns:
        Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
      • useHostVerification

        public java.util.Optional<java.lang.Object> useHostVerification()
        Returns:
        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.
      • usePeerVerification

        public java.util.Optional<java.lang.Object> usePeerVerification()
        Returns:
        Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.