Class SetChannelCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetChannelCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetChannelCustomType(List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static SetChannelCustomType.BuildervoidsetFields(List<CustomFieldInput> fields) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetChannelCustomType
public SetChannelCustomType() -
SetChannelCustomType
public SetChannelCustomType(List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId)
-
-
Method Details