Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
UrlSettings |
UrlSettings.clone() |
UrlSettings |
CheckoutSettings.getEffectiveUriSettings()
The effective value of `url_settings` for a given merchant ID.
|
UrlSettings |
InsertCheckoutSettingsRequest.getUriSettings()
Required.
|
UrlSettings |
CheckoutSettings.getUriSettings()
URL settings for cart or checkout URL.
|
UrlSettings |
UrlSettings.set(String fieldName,
Object value) |
UrlSettings |
UrlSettings.setCartUriTemplate(String cartUriTemplate)
URL template when the placeholders are expanded will redirect the buyer to the cart page on the
merchant website with the selected item in cart.
|
UrlSettings |
UrlSettings.setCheckoutUriTemplate(String checkoutUriTemplate)
URL template when the placeholders are expanded will redirect the buyer to the merchant
checkout page with the item in the cart.
|
Modifier and Type | Method and Description |
---|---|
CheckoutSettings |
CheckoutSettings.setEffectiveUriSettings(UrlSettings effectiveUriSettings)
The effective value of `url_settings` for a given merchant ID.
|
InsertCheckoutSettingsRequest |
InsertCheckoutSettingsRequest.setUriSettings(UrlSettings uriSettings)
Required.
|
CheckoutSettings |
CheckoutSettings.setUriSettings(UrlSettings uriSettings)
URL settings for cart or checkout URL.
|
Copyright © 2011–2024 Google. All rights reserved.