Class QuickBooksLinkedService

java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.QuickBooksLinkedService

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

    • QuickBooksLinkedService

      public QuickBooksLinkedService()
  • Method Details

    • withConnectVia

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

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

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

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

      public Object connectionProperties()
      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.
    • withConnectionProperties

      public QuickBooksLinkedService withConnectionProperties(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.
    • endpoint

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

      public QuickBooksLinkedService withEndpoint(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.
    • companyId

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

      public QuickBooksLinkedService withCompanyId(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.
    • consumerKey

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

      public QuickBooksLinkedService withConsumerKey(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.
    • consumerSecret

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

      public QuickBooksLinkedService withConsumerSecret(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.
    • accessToken

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

      public QuickBooksLinkedService withAccessToken(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.
    • accessTokenSecret

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

      public QuickBooksLinkedService withAccessTokenSecret(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.
    • useEncryptedEndpoints

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

      public QuickBooksLinkedService withUseEncryptedEndpoints(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.
    • 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 QuickBooksLinkedService 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 QuickBooksLinkedService object itself.
    • validate

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