Uses of Class
ch.brix.gql.client.frontify.input_objects.RemoveCustomMetadataPropertyOptionsInput
-
Packages that use RemoveCustomMetadataPropertyOptionsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of RemoveCustomMetadataPropertyOptionsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type RemoveCustomMetadataPropertyOptionsInput Modifier and Type Method Description RootMutation_removeCustomMetadataPropertyOptions_ArgsRootMutation_removeCustomMetadataPropertyOptions_Args. input(RemoveCustomMetadataPropertyOptionsInput value)`RemoveCustomMetadataPropertyOptions` input argument. -
Uses of RemoveCustomMetadataPropertyOptionsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return RemoveCustomMetadataPropertyOptionsInput Modifier and Type Method Description RemoveCustomMetadataPropertyOptionsInputRemoveCustomMetadataPropertyOptionsInput. optionIds(List<IdScalar> v)`CustomMetadataPropertyOption` Ids.RemoveCustomMetadataPropertyOptionsInputRemoveCustomMetadataPropertyOptionsInput. propertyId(IdScalar v)`CustomMetadataProperty` Id.
-