HubspotLinkedService |
HubspotLinkedService.withAccessToken(SecretBase accessToken) |
Set the accessToken property: The access token obtained when initially authenticating your OAuth integration.
|
HubspotLinkedService |
HubspotLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
HubspotLinkedService |
HubspotLinkedService.withClientId(Object clientId) |
Set the clientId property: The client ID associated with your Hubspot application.
|
HubspotLinkedService |
HubspotLinkedService.withClientSecret(SecretBase clientSecret) |
Set the clientSecret property: The client secret associated with your Hubspot application.
|
HubspotLinkedService |
HubspotLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
HubspotLinkedService |
HubspotLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
HubspotLinkedService |
HubspotLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
HubspotLinkedService |
HubspotLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
HubspotLinkedService |
HubspotLinkedService.withRefreshToken(SecretBase refreshToken) |
Set the refreshToken property: The refresh token obtained when initially authenticating your OAuth integration.
|
HubspotLinkedService |
HubspotLinkedService.withUseEncryptedEndpoints(Object useEncryptedEndpoints) |
Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.
|
HubspotLinkedService |
HubspotLinkedService.withUseHostVerification(Object useHostVerification) |
Set the useHostVerification property: Specifies whether to require the host name in the server's certificate to
match the host name of the server when connecting over SSL.
|
HubspotLinkedService |
HubspotLinkedService.withUsePeerVerification(Object usePeerVerification) |
Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over
SSL.
|