Class CustomFieldsCommand
java.lang.Object
com.commercetools.graphql.api.types.CustomFieldsCommand
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldsCommand(String typeId, String typeKey, JsonNode fields, ResourceIdentifier typeResId) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static CustomFieldsCommand.BuildervoidvoidvoidsetTypeKey(String typeKey) voidsetTypeResId(ResourceIdentifier typeResId) toString()
-
Constructor Details
-
CustomFieldsCommand
public CustomFieldsCommand() -
CustomFieldsCommand
public CustomFieldsCommand(String typeId, String typeKey, JsonNode fields, ResourceIdentifier typeResId)
-
-
Method Details