Class SetCategoryAssetCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetCategoryAssetCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetCategoryAssetCustomType(String typeId, String typeKey, ResourceIdentifierInput type, List<CustomFieldInput> fields, String assetKey, String assetId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetAssetId(String assetId) voidsetAssetKey(String assetKey) voidsetFields(List<CustomFieldInput> fields) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetCategoryAssetCustomType
public SetCategoryAssetCustomType() -
SetCategoryAssetCustomType
public SetCategoryAssetCustomType(String typeId, String typeKey, ResourceIdentifierInput type, List<CustomFieldInput> fields, String assetKey, String assetId)
-
-
Method Details