Class On_CustomMetadataProperty
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CustomMetadataProperty
-
public class On_CustomMetadataProperty extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CustomMetadataProperty()
-
Method Summary
Modifier and Type Method Description On_CustomMetadataPropertycreatedAt()`DateTime` of the `CustomMetadataProperty` creation.On_CustomMetadataPropertycreator(CustomMetadataProperty_creator callBuilder)`User` who created the `CustomMetadataProperty`.On_CustomMetadataPropertydefaultValue()`CustomMetadataProperty` value set to newly update `Assets` by default.On_CustomMetadataPropertyhelpText()`CustomMetadataProperty` help text.On_CustomMetadataPropertyid()`CustomMetadataProperty` Id.On_CustomMetadataPropertyisRequired()Indicates if a `CustomMetadataProperty` is required to be defined.On_CustomMetadataPropertymodifiedAt()`DateTime` of the `CustomMetadataProperty`'s last modification.On_CustomMetadataPropertymodifier(CustomMetadataProperty_modifier callBuilder)`User` who last modified the `CustomMetadataProperty`.On_CustomMetadataPropertyname()`CustomMetadataProperty` name.On_CustomMetadataPropertytype(CustomMetadataProperty_type callBuilder)`CustomMetadataProperty` type details.
-
-
-
Method Detail
-
id
public On_CustomMetadataProperty id()
`CustomMetadataProperty` Id.
-
creator
public On_CustomMetadataProperty creator(CustomMetadataProperty_creator callBuilder)
`User` who created the `CustomMetadataProperty`.
-
createdAt
public On_CustomMetadataProperty createdAt()
`DateTime` of the `CustomMetadataProperty` creation.
-
modifier
public On_CustomMetadataProperty modifier(CustomMetadataProperty_modifier callBuilder)
`User` who last modified the `CustomMetadataProperty`.
-
modifiedAt
public On_CustomMetadataProperty modifiedAt()
`DateTime` of the `CustomMetadataProperty`'s last modification.
-
name
public On_CustomMetadataProperty name()
`CustomMetadataProperty` name.
-
type
public On_CustomMetadataProperty type(CustomMetadataProperty_type callBuilder)
`CustomMetadataProperty` type details.
-
helpText
public On_CustomMetadataProperty helpText()
`CustomMetadataProperty` help text.
-
isRequired
public On_CustomMetadataProperty isRequired()
Indicates if a `CustomMetadataProperty` is required to be defined.
-
defaultValue
public On_CustomMetadataProperty defaultValue()
`CustomMetadataProperty` value set to newly update `Assets` by default.
-
-