Class On_CustomMetadataValues
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CustomMetadataValues
-
public class On_CustomMetadataValues extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CustomMetadataValues()
-
Method Summary
Modifier and Type Method Description On_CustomMetadataValuesproperty(CustomMetadataValues_property callBuilder)`CustomMetadataProperty` details.On_CustomMetadataValuesvalues()`CustomMetadataProperty` values.
-
-
-
Method Detail
-
property
public On_CustomMetadataValues property(CustomMetadataValues_property callBuilder)
`CustomMetadataProperty` details.
-
values
public On_CustomMetadataValues values()
`CustomMetadataProperty` values. Returns an empty list or a list of objects with `optionId` and `text` property values (for `MULTISELECT` type only).
-
-