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