public static class Storefront.UnknownSellingPlanDeliveryPolicy extends AbstractResponse<Storefront.UnknownSellingPlanDeliveryPolicy> implements Storefront.SellingPlanDeliveryPolicy
optimisticData, responseData| Constructor and Description |
|---|
UnknownSellingPlanDeliveryPolicy() |
UnknownSellingPlanDeliveryPolicy(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.SellingPlanDeliveryPolicy |
create(JsonObject fields) |
java.lang.String |
getGraphQlTypeName() |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic UnknownSellingPlanDeliveryPolicy()
public UnknownSellingPlanDeliveryPolicy(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic static Storefront.SellingPlanDeliveryPolicy create(JsonObject fields) throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.SellingPlanDeliveryPolicypublic boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.UnknownSellingPlanDeliveryPolicy>