Class SetProductPriceCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetProductPriceCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetProductPriceCustomType(String priceId, Boolean staged, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetFields(List<CustomFieldInput> fields) voidsetPriceId(String priceId) voidvoidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetProductPriceCustomType
public SetProductPriceCustomType() -
SetProductPriceCustomType
public SetProductPriceCustomType(String priceId, Boolean staged, List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details