public static class Storefront.CompanyContact extends AbstractResponse<Storefront.CompanyContact> implements Storefront.Node
optimisticData, responseData| Constructor and Description |
|---|
CompanyContact() |
CompanyContact(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getCreatedAt()
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company
contact was created in Shopify.
|
java.lang.String |
getGraphQlTypeName() |
ID |
getId()
A globally-unique ID.
|
java.lang.String |
getLocale()
The company contact's locale (language).
|
java.lang.String |
getTitle()
The company contact's job title.
|
DateTime |
getUpdatedAt()
The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company
contact was last modified.
|
Storefront.CompanyContact |
setCreatedAt(DateTime arg) |
Storefront.CompanyContact |
setLocale(java.lang.String arg) |
Storefront.CompanyContact |
setTitle(java.lang.String arg) |
Storefront.CompanyContact |
setUpdatedAt(DateTime arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CompanyContact()
public CompanyContact(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.NodegetGraphQlTypeName in interface Nodepublic DateTime getCreatedAt()
public Storefront.CompanyContact setCreatedAt(DateTime arg)
public ID getId()
getId in interface Storefront.NodegetId in interface Nodepublic java.lang.String getLocale()
public Storefront.CompanyContact setLocale(java.lang.String arg)
public java.lang.String getTitle()
public Storefront.CompanyContact setTitle(java.lang.String arg)
public DateTime getUpdatedAt()
public Storefront.CompanyContact setUpdatedAt(DateTime arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CompanyContact>