FieldTypeDef
class FieldTypeDef extends AbstractObject implements IdAble, Node
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.
The name of the field in lowerCamelCase format.
The location of this field declaration.
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
Id
id()
A unique identifier for this FieldTypeDef.
at line 48
string
name()
The name of the field in lowerCamelCase format.
at line 57
SourceMap|null
sourceMap()
The location of this field declaration.
at line 71
TypeDef
typeDef()
The type of the field.