public static class Storefront.CommentAuthor extends AbstractResponse<Storefront.CommentAuthor>
optimisticData, responseData| Constructor and Description |
|---|
CommentAuthor() |
CommentAuthor(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
The author's email.
|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getName()
The author’s name.
|
Storefront.CommentAuthor |
setEmail(java.lang.String arg) |
Storefront.CommentAuthor |
setName(java.lang.String arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CommentAuthor()
public CommentAuthor(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getEmail()
public Storefront.CommentAuthor setEmail(java.lang.String arg)
public java.lang.String getName()
public Storefront.CommentAuthor setName(java.lang.String arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CommentAuthor>