ShopifyLinkedServiceTypeProperties Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. fluent. models. ShopifyLinkedServiceTypeProperties
- com.
Implements
public final class ShopifyLinkedServiceTypeProperties
implements JsonSerializable<ShopifyLinkedServiceTypeProperties>
Shopify Service linked service properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ShopifyLinkedServiceTypeProperties() |
Creates an instance of Shopify |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Secret |
accessToken()
Get the access |
| String |
encryptedCredential()
Get the encrypted |
|
static
Shopify |
fromJson(JsonReader jsonReader)
Reads an instance of Shopify |
| Object |
host()
Get the host property: The endpoint of the Shopify server. |
|
Json |
toJson(JsonWriter jsonWriter) |
| Object |
useEncryptedEndpoints()
Get the use |
| Object |
useHostVerification()
Get the use |
| Object |
usePeerVerification()
Get the use |
|
Shopify |
withAccessToken(SecretBase accessToken)
Set the access |
|
Shopify |
withEncryptedCredential(String encryptedCredential)
Set the encrypted |
|
Shopify |
withHost(Object host)
Set the host property: The endpoint of the Shopify server. |
|
Shopify |
withUseEncryptedEndpoints(Object useEncryptedEndpoints)
Set the use |
|
Shopify |
withUseHostVerification(Object useHostVerification)
Set the use |
|
Shopify |
withUsePeerVerification(Object usePeerVerification)
Set the use |
Methods inherited from java.lang.Object
Constructor Details
ShopifyLinkedServiceTypeProperties
public ShopifyLinkedServiceTypeProperties()
Creates an instance of ShopifyLinkedServiceTypeProperties class.
Method Details
accessToken
public SecretBase accessToken()
Get the accessToken property: The API access token that can be used to access Shopify’s data. The token won't expire if it is offline mode.
Returns:
encryptedCredential
public String encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Returns:
fromJson
public static ShopifyLinkedServiceTypeProperties fromJson(JsonReader jsonReader)
Reads an instance of ShopifyLinkedServiceTypeProperties from the JsonReader.
Parameters:
Returns:
Throws:
host
public Object host()
Get the host property: The endpoint of the Shopify server. (i.e. mystore.myshopify.com).
Returns:
toJson
useEncryptedEndpoints
public Object useEncryptedEndpoints()
Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
Returns:
useHostVerification
public Object useHostVerification()
Get 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. The default value is true.
Returns:
usePeerVerification
public Object usePeerVerification()
Get the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
Returns:
withAccessToken
public ShopifyLinkedServiceTypeProperties withAccessToken(SecretBase accessToken)
Set the accessToken property: The API access token that can be used to access Shopify’s data. The token won't expire if it is offline mode.
Parameters:
Returns:
withEncryptedCredential
public ShopifyLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Parameters:
Returns:
withHost
public ShopifyLinkedServiceTypeProperties withHost(Object host)
Set the host property: The endpoint of the Shopify server. (i.e. mystore.myshopify.com).
Parameters:
Returns:
withUseEncryptedEndpoints
public ShopifyLinkedServiceTypeProperties withUseEncryptedEndpoints(Object useEncryptedEndpoints)
Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
Parameters:
Returns:
withUseHostVerification
public ShopifyLinkedServiceTypeProperties 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. The default value is true.
Parameters:
Returns:
withUsePeerVerification
public ShopifyLinkedServiceTypeProperties withUsePeerVerification(Object usePeerVerification)
Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
Parameters:
Returns: