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