Class AddCustomMetadataPropertyOptionsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AddCustomMetadataPropertyOptionsInput
-
public class AddCustomMetadataPropertyOptionsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AddCustomMetadataPropertyOptionsInput()
-
Method Summary
Modifier and Type Method Description AddCustomMetadataPropertyOptionsInputoptions(List<AddCustomMetadataPropertyOptionInput> v)List of `CustomMetadataPropertyOption` items to add to existing `CustomMetadataProperty`.AddCustomMetadataPropertyOptionsInputpropertyId(IdScalar v)`CustomMetadataProperty` Id.
-
-
-
Method Detail
-
propertyId
public AddCustomMetadataPropertyOptionsInput propertyId(IdScalar v)
`CustomMetadataProperty` Id.
-
options
public AddCustomMetadataPropertyOptionsInput options(List<AddCustomMetadataPropertyOptionInput> v)
List of `CustomMetadataPropertyOption` items to add to existing `CustomMetadataProperty`.
-
-