Class On_CustomMetadataValue
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CustomMetadataValue
-
public class On_CustomMetadataValue extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CustomMetadataValue()
-
Method Summary
Modifier and Type Method Description On_CustomMetadataValueproperty(CustomMetadataValue_property callBuilder)`CustomMetadataProperty` details.On_CustomMetadataValuevalue()`CustomMetadataProperty` value.
-
-
-
Method Detail
-
property
public On_CustomMetadataValue property(CustomMetadataValue_property callBuilder)
`CustomMetadataProperty` details.
-
value
public On_CustomMetadataValue value()
`CustomMetadataProperty` value. Returns an object with `optionId` and `text` property values (for `SELECT` type only) or a string for other `CustomMetadataProperty` single value items.
-
-