FieldTypeDef
class FieldTypeDef extends AbstractObject implements IdAble
A definition of a field on a custom object defined in a Module.
A field on an object has a static value, as opposed to a function on an object whose value is computed by invoking code (and can accept arguments).
Properties
| $lastQuery | from AbstractObject |
Methods
No description
The reason this enum member is deprecated, if any.
A doc string for the field, if any.
A unique identifier for this FieldTypeDef.
The name of the field in lowerCamelCase format.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 21
string
deprecated()
The reason this enum member is deprecated, if any.
at line 30
string
description()
A doc string for the field, if any.
at line 39
AbstractId
id()
A unique identifier for this FieldTypeDef.
at line 48
string
name()
The name of the field in lowerCamelCase format.
at line 57
SourceMap
sourceMap()
The location of this field declaration.
at line 66
TypeDef
typeDef()
The type of the field.