Class SetOrderShippingCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetOrderShippingCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetOrderShippingCustomType(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
-
SetOrderShippingCustomType
public SetOrderShippingCustomType() -
SetOrderShippingCustomType
public SetOrderShippingCustomType(String shippingKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details