XeroLinkedService |
XeroLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
XeroLinkedService |
XeroLinkedService.withConnectionProperties(Object connectionProperties) |
Set the connectionProperties property: Properties used to connect to Xero.
|
XeroLinkedService |
XeroLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
XeroLinkedService |
XeroLinkedService.withConsumerKey(SecretBase consumerKey) |
Set the consumerKey property: The consumer key associated with the Xero application.
|
XeroLinkedService |
XeroLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
XeroLinkedService |
XeroLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
XeroLinkedService |
XeroLinkedService.withHost(Object host) |
Set the host property: The endpoint of the Xero server.
|
XeroLinkedService |
XeroLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
XeroLinkedService |
XeroLinkedService.withPrivateKey(SecretBase privateKey) |
Set the privateKey property: The private key from the .pem file that was generated for your Xero private
application.
|
XeroLinkedService |
XeroLinkedService.withUseEncryptedEndpoints(Object useEncryptedEndpoints) |
Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.
|
XeroLinkedService |
XeroLinkedService.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.
|
XeroLinkedService |
XeroLinkedService.withUsePeerVerification(Object usePeerVerification) |
Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over
SSL.
|