Class QuickBooksLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.QuickBooksLinkedService
QuickBooks server linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of QuickBooksLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the accessToken property: The access token for OAuth 1.0 authentication.Get the accessTokenSecret property: The access token secret for OAuth 1.0 authentication.Get the companyId property: The company ID of the QuickBooks company to authorize.Get the connectionProperties property: Properties used to connect to QuickBooks.Get the consumerKey property: The consumer key for OAuth 1.0 authentication.Get the consumerSecret property: The consumer secret for OAuth 1.0 authentication.Get the encryptedCredential property: The encrypted credential used for authentication.endpoint()
Get the endpoint property: The endpoint of the QuickBooks server.Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.void
validate()
Validates the instance.withAccessToken
(SecretBase accessToken) Set the accessToken property: The access token for OAuth 1.0 authentication.withAccessTokenSecret
(SecretBase accessTokenSecret) Set the accessTokenSecret property: The access token secret for OAuth 1.0 authentication.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withCompanyId
(Object companyId) Set the companyId property: The company ID of the QuickBooks company to authorize.withConnectionProperties
(Object connectionProperties) Set the connectionProperties property: Properties used to connect to QuickBooks.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withConsumerKey
(Object consumerKey) Set the consumerKey property: The consumer key for OAuth 1.0 authentication.withConsumerSecret
(SecretBase consumerSecret) Set the consumerSecret property: The consumer secret for OAuth 1.0 authentication.withDescription
(String description) Set the description property: Linked service description.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withEndpoint
(Object endpoint) Set the endpoint property: The endpoint of the QuickBooks server.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withUseEncryptedEndpoints
(Object useEncryptedEndpoints) Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
QuickBooksLinkedService
public QuickBooksLinkedService()Creates an instance of QuickBooksLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
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
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
Get the endpoint property: The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com).- Returns:
- the endpoint value.
-
withEndpoint
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
Get the companyId property: The company ID of the QuickBooks company to authorize.- Returns:
- the companyId value.
-
withCompanyId
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
Get the consumerKey property: The consumer key for OAuth 1.0 authentication.- Returns:
- the consumerKey value.
-
withConsumerKey
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
Get the consumerSecret property: The consumer secret for OAuth 1.0 authentication.- Returns:
- the consumerSecret value.
-
withConsumerSecret
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
Get the accessToken property: The access token for OAuth 1.0 authentication.- Returns:
- the accessToken value.
-
withAccessToken
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
Get the accessTokenSecret property: The access token secret for OAuth 1.0 authentication.- Returns:
- the accessTokenSecret value.
-
withAccessTokenSecret
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
Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.- Returns:
- the useEncryptedEndpoints value.
-
withUseEncryptedEndpoints
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
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
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 classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-