Class AddCustomMetadataInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AddCustomMetadataInput
-
public class AddCustomMetadataInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AddCustomMetadataInput()
-
Method Summary
Modifier and Type Method Description AddCustomMetadataInputcustomMetadata(List<CustomMetadataInput> v)`CustomMetadata` property and respective values to add to the given set of parents.AddCustomMetadataInputparentIds(List<IdScalar> v)Set of parent Ids to which `CustomMetadata` should be added.
-
-
-
Method Detail
-
parentIds
public AddCustomMetadataInput parentIds(List<IdScalar> v)
Set of parent Ids to which `CustomMetadata` should be added.
-
customMetadata
public AddCustomMetadataInput customMetadata(List<CustomMetadataInput> v)
`CustomMetadata` property and respective values to add to the given set of parents.
-
-