Class CustomMetadataInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CustomMetadataInput
-
public class CustomMetadataInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CustomMetadataInput()
-
Method Summary
Modifier and Type Method Description CustomMetadataInputpropertyId(IdScalar v)`CustomMetadataProperty` Id.CustomMetadataInputvalue(AnyScalar v)`CustomMetadataProperty` value.
-
-
-
Method Detail
-
propertyId
public CustomMetadataInput propertyId(IdScalar v)
`CustomMetadataProperty` Id.
-
value
public CustomMetadataInput value(AnyScalar v)
`CustomMetadataProperty` value.
-
-