Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateCustomMetadataPropertyTypeInput
-
Packages that use CreateCustomMetadataPropertyTypeInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateCustomMetadataPropertyTypeInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateCustomMetadataPropertyTypeInput Modifier and Type Method Description CreateCustomMetadataPropertyTypeInputCreateCustomMetadataPropertyTypeInput. name(CustomMetadataPropertyTypeName v)`CustomMetadataProperty` type name.CreateCustomMetadataPropertyTypeInputCreateCustomMetadataPropertyTypeInput. options(List<CreateCustomMetadataPropertyTypeOptionInput> v)Define CustomMetadataProperty` options for `SELECT` or `MULTISELECT` type properties.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type CreateCustomMetadataPropertyTypeInput Modifier and Type Method Description CreateCustomMetadataPropertyInputCreateCustomMetadataPropertyInput. type(CreateCustomMetadataPropertyTypeInput v)`CustomMetadataProperty` type.
-