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 Summary
Constructors Constructor Description QuickBooksLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretBase
accessToken()
Get the accessToken property: The access token for OAuth 1.0 authentication.SecretBase
accessTokenSecret()
Get the accessTokenSecret property: The access token secret for OAuth 1.0 authentication.Object
companyId()
Get the companyId property: The company ID of the QuickBooks company to authorize.Object
connectionProperties()
Get the connectionProperties property: Properties used to connect to QuickBooks.Object
consumerKey()
Get the consumerKey property: The consumer key for OAuth 1.0 authentication.SecretBase
consumerSecret()
Get the consumerSecret property: The consumer secret for OAuth 1.0 authentication.Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.Object
endpoint()
Get the endpoint property: The endpoint of the QuickBooks server.Object
useEncryptedEndpoints()
Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.void
validate()
Validates the instance.QuickBooksLinkedService
withAccessToken(SecretBase accessToken)
Set the accessToken property: The access token for OAuth 1.0 authentication.QuickBooksLinkedService
withAccessTokenSecret(SecretBase accessTokenSecret)
Set the accessTokenSecret property: The access token secret for OAuth 1.0 authentication.QuickBooksLinkedService
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.QuickBooksLinkedService
withCompanyId(Object companyId)
Set the companyId property: The company ID of the QuickBooks company to authorize.QuickBooksLinkedService
withConnectionProperties(Object connectionProperties)
Set the connectionProperties property: Properties used to connect to QuickBooks.QuickBooksLinkedService
withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.QuickBooksLinkedService
withConsumerKey(Object consumerKey)
Set the consumerKey property: The consumer key for OAuth 1.0 authentication.QuickBooksLinkedService
withConsumerSecret(SecretBase consumerSecret)
Set the consumerSecret property: The consumer secret for OAuth 1.0 authentication.QuickBooksLinkedService
withDescription(String description)
Set the description property: Linked service description.QuickBooksLinkedService
withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication.QuickBooksLinkedService
withEndpoint(Object endpoint)
Set the endpoint property: The endpoint of the QuickBooks server.QuickBooksLinkedService
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.QuickBooksLinkedService
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
-
-
-
-
Method Detail
-
withConnectVia
public QuickBooksLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
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
public QuickBooksLinkedService withDescription(String description)
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- 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 classLinkedService
- 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 classLinkedService
- 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 classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-