Class RemoveCustomMetadataPropertyOptionsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.RemoveCustomMetadataPropertyOptionsInput
-
public class RemoveCustomMetadataPropertyOptionsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description RemoveCustomMetadataPropertyOptionsInput()
-
Method Summary
Modifier and Type Method Description RemoveCustomMetadataPropertyOptionsInputoptionIds(List<IdScalar> v)`CustomMetadataPropertyOption` Ids.RemoveCustomMetadataPropertyOptionsInputpropertyId(IdScalar v)`CustomMetadataProperty` Id.
-
-
-
Method Detail
-
propertyId
public RemoveCustomMetadataPropertyOptionsInput propertyId(IdScalar v)
`CustomMetadataProperty` Id.
-
optionIds
public RemoveCustomMetadataPropertyOptionsInput optionIds(List<IdScalar> v)
`CustomMetadataPropertyOption` Ids.
-
-