Uses of Class
ch.brix.gql.client.frontify.input_objects.AddCustomMetadataPropertyOptionInput
-
Packages that use AddCustomMetadataPropertyOptionInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of AddCustomMetadataPropertyOptionInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AddCustomMetadataPropertyOptionInput Modifier and Type Method Description AddCustomMetadataPropertyOptionInputAddCustomMetadataPropertyOptionInput. isDefault(BooleanScalar v)Define `CustomMetadataPropertyOption` as default.AddCustomMetadataPropertyOptionInputAddCustomMetadataPropertyOptionInput. value(StringScalar v)`CustomMetadataPropertyOption` value.Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type AddCustomMetadataPropertyOptionInput Modifier and Type Method Description AddCustomMetadataPropertyOptionsInputAddCustomMetadataPropertyOptionsInput. options(List<AddCustomMetadataPropertyOptionInput> v)List of `CustomMetadataPropertyOption` items to add to existing `CustomMetadataProperty`.
-