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