$Api1CreateColumnRequestApplicationJsonInterface class sealed

Implementers
Annotations
  • @BuiltValue.new(instantiable: false)

Properties

datetimeDefault → String?
Default value, if column is datetime.
no setter
description → String?
Description.
no setter
hashCode → int
The hash code for this object.
no setterinherited
mandatory → bool
Is the column mandatory.
no setter
numberDecimals → int?
Number of decimals, if column is a number.
no setter
numberDefault → double?
Default number, if column is a number.
no setter
numberMax → double?
Max number, if column is a number.
no setter
numberMin → double?
Min value, if column is a number.
no setter
numberPrefix → String?
Prefix if the column is a number field.
no setter
numberSuffix → String?
Suffix if the column is a number field.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selectedViewIds → BuiltList<int>?
View IDs where this column should be added to be presented.
no setter
selectionDefault → String?
Default option IDs for a selection (json list<int>).
no setter
selectionOptions → String?
Options for a selection (json array{id: int, label: string}).
no setter
subtype → String?
Column sub type.
no setter
tableId → int?
Table ID.
no setter
textAllowedPattern → String?
Allowed pattern (regex) for text columns (not yet implemented).
no setter
textDefault → String?
Default text, if column is a text.
no setter
textMaxLength → int?
Max length, if column is a text.
no setter
title → String
Title.
no setter
type → Api1CreateColumnRequestApplicationJson_Type
Column main type.
no setter
usergroupDefault → String?
Default value, if column is usergroup (json array{id: string, type: int}).
no setter
usergroupMultipleItems → bool?
Can select multiple users or/and groups, if column is usergroup.
no setter
usergroupSelectGroups → bool?
Can select groups, if column type is usergroup.
no setter
usergroupSelectTeams → bool?
Can select teams, if column type is usergroup.
no setter
usergroupSelectUsers → bool?
Can select users, if column type is usergroup.
no setter
usergroupShowUserStatus → bool?
Whether to show the user's status, if column type is usergroup.
no setter
viewId → int?
View ID.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($Api1CreateColumnRequestApplicationJsonInterfaceBuilder)) → $Api1CreateColumnRequestApplicationJsonInterface
Rebuilds the instance.
toBuilder() → $Api1CreateColumnRequestApplicationJsonInterfaceBuilder
Converts the instance to a builder $Api1CreateColumnRequestApplicationJsonInterfaceBuilder.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited