Class CustomFieldsType
java.lang.Object
com.commercetools.graphql.api.types.CustomFieldsType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldsType(Reference typeRef, TypeDefinition type, List<RawCustomField> customFieldsRaw) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis field contains non-typed data.getType()inthashCode()static CustomFieldsType.BuildervoidsetCustomFieldsRaw(List<RawCustomField> customFieldsRaw) voidsetType(TypeDefinition type) voidsetTypeRef(Reference typeRef) toString()
-
Constructor Details
-
CustomFieldsType
public CustomFieldsType() -
CustomFieldsType
public CustomFieldsType(Reference typeRef, TypeDefinition type, List<RawCustomField> customFieldsRaw)
-
-
Method Details