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