Class QuickBooksLinkedService

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedService
com.azure.analytics.synapse.artifacts.models.QuickBooksLinkedService

public class QuickBooksLinkedService extends LinkedService
QuickBooks server linked service.
  • Constructor Details

    • QuickBooksLinkedService

      public QuickBooksLinkedService()
  • Method Details

    • getConnectionProperties

      public Object getConnectionProperties()
      Get the connectionProperties property: Properties used to connect to QuickBooks. It is mutually exclusive with any other properties in the linked service. Type: object.
      Returns:
      the connectionProperties value.
    • setConnectionProperties

      public QuickBooksLinkedService setConnectionProperties(Object connectionProperties)
      Set the connectionProperties property: Properties used to connect to QuickBooks. It is mutually exclusive with any other properties in the linked service. Type: object.
      Parameters:
      connectionProperties - the connectionProperties value to set.
      Returns:
      the QuickBooksLinkedService object itself.
    • getEndpoint

      public Object getEndpoint()
      Get the endpoint property: The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com).
      Returns:
      the endpoint value.
    • setEndpoint

      public QuickBooksLinkedService setEndpoint(Object endpoint)
      Set the endpoint property: The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com).
      Parameters:
      endpoint - the endpoint value to set.
      Returns:
      the QuickBooksLinkedService object itself.
    • getCompanyId

      public Object getCompanyId()
      Get the companyId property: The company ID of the QuickBooks company to authorize.
      Returns:
      the companyId value.
    • setCompanyId

      public QuickBooksLinkedService setCompanyId(Object companyId)
      Set the companyId property: The company ID of the QuickBooks company to authorize.
      Parameters:
      companyId - the companyId value to set.
      Returns:
      the QuickBooksLinkedService object itself.
    • getConsumerKey

      public Object getConsumerKey()
      Get the consumerKey property: The consumer key for OAuth 1.0 authentication.
      Returns:
      the consumerKey value.
    • setConsumerKey

      public QuickBooksLinkedService setConsumerKey(Object consumerKey)
      Set the consumerKey property: The consumer key for OAuth 1.0 authentication.
      Parameters:
      consumerKey - the consumerKey value to set.
      Returns:
      the QuickBooksLinkedService object itself.
    • getConsumerSecret

      public SecretBase getConsumerSecret()
      Get the consumerSecret property: The consumer secret for OAuth 1.0 authentication.
      Returns:
      the consumerSecret value.
    • setConsumerSecret

      public QuickBooksLinkedService setConsumerSecret(SecretBase consumerSecret)
      Set the consumerSecret property: The consumer secret for OAuth 1.0 authentication.
      Parameters:
      consumerSecret - the consumerSecret value to set.
      Returns:
      the QuickBooksLinkedService object itself.
    • getAccessToken

      public SecretBase getAccessToken()
      Get the accessToken property: The access token for OAuth 1.0 authentication.
      Returns:
      the accessToken value.
    • setAccessToken

      public QuickBooksLinkedService setAccessToken(SecretBase accessToken)
      Set the accessToken property: The access token for OAuth 1.0 authentication.
      Parameters:
      accessToken - the accessToken value to set.
      Returns:
      the QuickBooksLinkedService object itself.
    • getAccessTokenSecret

      public SecretBase getAccessTokenSecret()
      Get the accessTokenSecret property: The access token secret for OAuth 1.0 authentication.
      Returns:
      the accessTokenSecret value.
    • setAccessTokenSecret

      public QuickBooksLinkedService setAccessTokenSecret(SecretBase accessTokenSecret)
      Set the accessTokenSecret property: The access token secret for OAuth 1.0 authentication.
      Parameters:
      accessTokenSecret - the accessTokenSecret value to set.
      Returns:
      the QuickBooksLinkedService 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 QuickBooksLinkedService 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 QuickBooksLinkedService 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 QuickBooksLinkedService 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 QuickBooksLinkedService object itself.
    • setConnectVia

      public QuickBooksLinkedService setConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      setConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • setDescription

      public QuickBooksLinkedService 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.
    • setParameters

      public QuickBooksLinkedService setParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for linked service.
      Overrides:
      setParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • setAnnotations

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