public static class Storefront.ShopPayPaymentRequestImage extends AbstractResponse<Storefront.ShopPayPaymentRequestImage>
optimisticData, responseData| Constructor and Description |
|---|
ShopPayPaymentRequestImage() |
ShopPayPaymentRequestImage(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlt()
The alt text of the image.
|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getUrl()
The source URL of the image.
|
Storefront.ShopPayPaymentRequestImage |
setAlt(java.lang.String arg) |
Storefront.ShopPayPaymentRequestImage |
setUrl(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic ShopPayPaymentRequestImage()
public ShopPayPaymentRequestImage(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getAlt()
public Storefront.ShopPayPaymentRequestImage setAlt(java.lang.String arg)
public java.lang.String getUrl()
public Storefront.ShopPayPaymentRequestImage setUrl(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.ShopPayPaymentRequestImage>