Uses of Class
ch.brix.gql.client.frontify.enums.MetadataFieldType
-
Packages that use MetadataFieldType Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of MetadataFieldType in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return MetadataFieldType Modifier and Type Method Description static MetadataFieldTypeMetadataFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataFieldType[]MetadataFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MetadataFieldType in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type MetadataFieldType Modifier and Type Method Description CreateMetadataFieldInputCreateMetadataFieldInput. type(MetadataFieldType v)Create custom metadata field type.
-