Class SetStagedOrderItemShippingAddressCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderItemShippingAddressCustomType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderItemShippingAddressCustomType(String addressKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetAddressKey(String addressKey) voidsetFields(List<CustomFieldInput> fields) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetStagedOrderItemShippingAddressCustomType
public SetStagedOrderItemShippingAddressCustomType() -
SetStagedOrderItemShippingAddressCustomType
public SetStagedOrderItemShippingAddressCustomType(String addressKey, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details