public static class Storefront.SubmitThrottled extends AbstractResponse<Storefront.SubmitThrottled> implements Storefront.CartSubmitForCompletionResult
optimisticData, responseData| Constructor and Description |
|---|
SubmitThrottled() |
SubmitThrottled(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphQlTypeName() |
DateTime |
getPollAfter()
UTC date time string that indicates the time after which clients should make their next
poll request.
|
Storefront.SubmitThrottled |
setPollAfter(DateTime arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic SubmitThrottled()
public SubmitThrottled(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.CartSubmitForCompletionResultpublic DateTime getPollAfter()
public Storefront.SubmitThrottled setPollAfter(DateTime arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.SubmitThrottled>