Class SetStagedOrderShippingCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderShippingCustomType(String shippingKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetFields(List<CustomFieldInput> fields) voidsetShippingKey(String shippingKey) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetStagedOrderShippingCustomType
public SetStagedOrderShippingCustomType() -
SetStagedOrderShippingCustomType
public SetStagedOrderShippingCustomType(String shippingKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details