Class On_CustomMetadataPropertyOption
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CustomMetadataPropertyOption
-
public class On_CustomMetadataPropertyOption extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CustomMetadataPropertyOption()
-
Method Summary
Modifier and Type Method Description On_CustomMetadataPropertyOptionid()`CustomMetadataPropertyOption` Id.On_CustomMetadataPropertyOptionisDefault()Indicates if a `CustomMetadataPropertyOption` value is set to newly updated `Assets` by default.On_CustomMetadataPropertyOptionvalue()`CustomMetadataPropertyOption` value.
-
-
-
Method Detail
-
id
public On_CustomMetadataPropertyOption id()
`CustomMetadataPropertyOption` Id.
-
value
public On_CustomMetadataPropertyOption value()
`CustomMetadataPropertyOption` value.
-
isDefault
public On_CustomMetadataPropertyOption isDefault()
Indicates if a `CustomMetadataPropertyOption` value is set to newly updated `Assets` by default.
-
-