Class RemoveCustomMetadataInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.RemoveCustomMetadataInput
-
public class RemoveCustomMetadataInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description RemoveCustomMetadataInput()
-
Method Summary
Modifier and Type Method Description RemoveCustomMetadataInputcustomMetadata(List<CustomMetadataInput> v)`CustomMetadata` to be removed from the list of parent Ids.RemoveCustomMetadataInputparentIds(List<IdScalar> v)List of parent Ids where `CustomMetadata` should be removed from.
-
-
-
Method Detail
-
parentIds
public RemoveCustomMetadataInput parentIds(List<IdScalar> v)
List of parent Ids where `CustomMetadata` should be removed from.
-
customMetadata
public RemoveCustomMetadataInput customMetadata(List<CustomMetadataInput> v)
`CustomMetadata` to be removed from the list of parent Ids.
-
-