Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateCustomMetadataPropertyTypeOptionInput
-
Packages that use CreateCustomMetadataPropertyTypeOptionInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateCustomMetadataPropertyTypeOptionInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateCustomMetadataPropertyTypeOptionInput Modifier and Type Method Description CreateCustomMetadataPropertyTypeOptionInputCreateCustomMetadataPropertyTypeOptionInput. isDefault(BooleanScalar v)Define `CustomMetadataPropertyOption` as default.CreateCustomMetadataPropertyTypeOptionInputCreateCustomMetadataPropertyTypeOptionInput. value(StringScalar v)`CustomMetadataPropertyOption` value.Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type CreateCustomMetadataPropertyTypeOptionInput Modifier and Type Method Description CreateCustomMetadataPropertyTypeInputCreateCustomMetadataPropertyTypeInput. options(List<CreateCustomMetadataPropertyTypeOptionInput> v)Define CustomMetadataProperty` options for `SELECT` or `MULTISELECT` type properties.
-