$Api1UpdateColumnRequestApplicationJsonInterface class sealed

Implementers
Annotations
  • @BuiltValue(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
selectionDefault String?
Default option IDs for a selection (json int[]).
no setter
selectionOptions String?
Options for a selection (json array{id: int, label: string}).
no setter
subtype String?
Column sub type.
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

Methods

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

Operators

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