Class CreateCustomMetadataPropertyInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CreateCustomMetadataPropertyInput
-
public class CreateCustomMetadataPropertyInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CreateCustomMetadataPropertyInput()
-
Method Summary
Modifier and Type Method Description CreateCustomMetadataPropertyInputdefaultValue(StringScalar v)Set a `CustomMetadataProperty` default value.CreateCustomMetadataPropertyInputhelpText(StringScalar v)`CustomMetadataProperty` help text.CreateCustomMetadataPropertyInputisRequired(BooleanScalar v)Define if `CustomMetadataProperty` is required.CreateCustomMetadataPropertyInputname(StringScalar v)`CustomMetadataProperty` display name.CreateCustomMetadataPropertyInputparentId(IdScalar v)`CustomMetadataProperty` parent Id.CreateCustomMetadataPropertyInputposition(CustomMetadataPropertyPositionInput v)Position in the list of newly created `CustomMetadataProperty`.CreateCustomMetadataPropertyInputtype(CreateCustomMetadataPropertyTypeInput v)`CustomMetadataProperty` type.
-
-
-
Method Detail
-
parentId
public CreateCustomMetadataPropertyInput parentId(IdScalar v)
`CustomMetadataProperty` parent Id.
-
name
public CreateCustomMetadataPropertyInput name(StringScalar v)
`CustomMetadataProperty` display name.
-
type
public CreateCustomMetadataPropertyInput type(CreateCustomMetadataPropertyTypeInput v)
`CustomMetadataProperty` type.
-
helpText
public CreateCustomMetadataPropertyInput helpText(StringScalar v)
`CustomMetadataProperty` help text.
-
isRequired
public CreateCustomMetadataPropertyInput isRequired(BooleanScalar v)
Define if `CustomMetadataProperty` is required.
-
defaultValue
public CreateCustomMetadataPropertyInput defaultValue(StringScalar v)
Set a `CustomMetadataProperty` default value. This setting will be ignored for properties that are not of `SELECT` or `MULTISELECT` type (use options for these cases instead). Applies to newly uploaded `Assets` only.
-
position
public CreateCustomMetadataPropertyInput position(CustomMetadataPropertyPositionInput v)
Position in the list of newly created `CustomMetadataProperty`.
-
-