Partilhar via


ShopifyLinkedServiceTypeProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.ShopifyLinkedServiceTypeProperties

Implements

public final class ShopifyLinkedServiceTypeProperties
implements JsonSerializable<ShopifyLinkedServiceTypeProperties>

Shopify Service linked service properties.

Constructor Summary

Constructor Description
ShopifyLinkedServiceTypeProperties()

Creates an instance of ShopifyLinkedServiceTypeProperties class.

Method Summary

Modifier and Type Method and Description
SecretBase accessToken()

Get the accessToken property: The API access token that can be used to access Shopify’s data.

String encryptedCredential()

Get the encryptedCredential property: The encrypted credential used for authentication.

static ShopifyLinkedServiceTypeProperties fromJson(JsonReader jsonReader)

Reads an instance of ShopifyLinkedServiceTypeProperties from the JsonReader.

Object host()

Get the host property: The endpoint of the Shopify server.

JsonWriter toJson(JsonWriter jsonWriter)
Object useEncryptedEndpoints()

Get the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.

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.

Object usePeerVerification()

Get the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL.

ShopifyLinkedServiceTypeProperties withAccessToken(SecretBase accessToken)

Set the accessToken property: The API access token that can be used to access Shopify’s data.

ShopifyLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential)

Set the encryptedCredential property: The encrypted credential used for authentication.

ShopifyLinkedServiceTypeProperties withHost(Object host)

Set the host property: The endpoint of the Shopify server.

ShopifyLinkedServiceTypeProperties withUseEncryptedEndpoints(Object useEncryptedEndpoints)

Set the useEncryptedEndpoints property: Specifies whether the data source endpoints are encrypted using HTTPS.

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.

ShopifyLinkedServiceTypeProperties withUsePeerVerification(Object usePeerVerification)

Set the usePeerVerification property: Specifies whether to verify the identity of the server when connecting over SSL.

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:

the accessToken value.

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:

the encryptedCredential value.

fromJson

public static ShopifyLinkedServiceTypeProperties fromJson(JsonReader jsonReader)

Reads an instance of ShopifyLinkedServiceTypeProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ShopifyLinkedServiceTypeProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

host

public Object host()

Get the host property: The endpoint of the Shopify server. (i.e. mystore.myshopify.com).

Returns:

the host value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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.

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:

the useHostVerification value.

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:

the usePeerVerification value.

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:

accessToken - the accessToken value to set.

Returns:

the ShopifyLinkedServiceTypeProperties object itself.

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:

encryptedCredential - the encryptedCredential value to set.

Returns:

the ShopifyLinkedServiceTypeProperties object itself.

withHost

public ShopifyLinkedServiceTypeProperties withHost(Object host)

Set the host property: The endpoint of the Shopify server. (i.e. mystore.myshopify.com).

Parameters:

host - the host value to set.

Returns:

the ShopifyLinkedServiceTypeProperties object itself.

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:

useEncryptedEndpoints - the useEncryptedEndpoints value to set.

Returns:

the ShopifyLinkedServiceTypeProperties object itself.

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:

useHostVerification - the useHostVerification value to set.

Returns:

the ShopifyLinkedServiceTypeProperties object itself.

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:

usePeerVerification - the usePeerVerification value to set.

Returns:

the ShopifyLinkedServiceTypeProperties object itself.

Applies to