public static class Storefront.PurchasingCompany extends AbstractResponse<Storefront.PurchasingCompany>
optimisticData, responseData| Constructor and Description |
|---|
PurchasingCompany() |
PurchasingCompany(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.Company |
getCompany()
The company associated to the order or draft order.
|
Storefront.CompanyContact |
getContact()
The company contact associated to the order or draft order.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.CompanyLocation |
getLocation()
The company location associated to the order or draft order.
|
Storefront.PurchasingCompany |
setCompany(Storefront.Company arg) |
Storefront.PurchasingCompany |
setContact(Storefront.CompanyContact arg) |
Storefront.PurchasingCompany |
setLocation(Storefront.CompanyLocation arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic PurchasingCompany()
public PurchasingCompany(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Company getCompany()
public Storefront.PurchasingCompany setCompany(Storefront.Company arg)
public Storefront.CompanyContact getContact()
public Storefront.PurchasingCompany setContact(Storefront.CompanyContact arg)
public Storefront.CompanyLocation getLocation()
public Storefront.PurchasingCompany setLocation(Storefront.CompanyLocation arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.PurchasingCompany>