Class SetOrderParcelCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetOrderParcelCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetOrderParcelCustomType(List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId, String parcelId, String parcelKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetFields(List<CustomFieldInput> fields) voidsetParcelId(String parcelId) voidsetParcelKey(String parcelKey) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetOrderParcelCustomType
public SetOrderParcelCustomType() -
SetOrderParcelCustomType
public SetOrderParcelCustomType(List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId, String parcelId, String parcelKey)
-
-
Method Details