public static class Storefront.UnknownOnlineStorePublishable extends AbstractResponse<Storefront.UnknownOnlineStorePublishable> implements Storefront.OnlineStorePublishable
optimisticData, responseData| Constructor and Description |
|---|
UnknownOnlineStorePublishable() |
UnknownOnlineStorePublishable(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.OnlineStorePublishable |
create(JsonObject fields) |
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getOnlineStoreUrl()
The URL used for viewing the resource on the shop's Online Store.
|
Storefront.UnknownOnlineStorePublishable |
setOnlineStoreUrl(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic UnknownOnlineStorePublishable()
public UnknownOnlineStorePublishable(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic static Storefront.OnlineStorePublishable create(JsonObject fields) throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.OnlineStorePublishablepublic java.lang.String getOnlineStoreUrl()
getOnlineStoreUrl in interface Storefront.OnlineStorePublishablepublic Storefront.UnknownOnlineStorePublishable setOnlineStoreUrl(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.UnknownOnlineStorePublishable>