Uses of Class
ch.brix.gql.client.frontify.input_objects.CustomMetadataInput
-
Packages that use CustomMetadataInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of CustomMetadataInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CustomMetadataInput Modifier and Type Method Description CustomMetadataInputCustomMetadataInput. propertyId(IdScalar v)`CustomMetadataProperty` Id.CustomMetadataInputCustomMetadataInput. value(AnyScalar v)`CustomMetadataProperty` value.Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type CustomMetadataInput Modifier and Type Method Description AddCustomMetadataInputAddCustomMetadataInput. customMetadata(List<CustomMetadataInput> v)`CustomMetadata` property and respective values to add to the given set of parents.RemoveCustomMetadataInputRemoveCustomMetadataInput. customMetadata(List<CustomMetadataInput> v)`CustomMetadata` to be removed from the list of parent Ids.SetCustomMetadataInputSetCustomMetadataInput. customMetadata(List<CustomMetadataInput> v)`CustomMetadata` to be set to the list of `parentIds`.
-