FieldArgumentBuilder class

FieldArgumentBuilder class

Builds a complex field argument consisting of fields, nodes, and plain text. To learn more, visit the Working with Fields documentation article.

Constructors

NameDescription
FieldArgumentBuilder()Initializes an instance of the FieldArgumentBuilder class.

Methods

NameDescription
addField(fieldBuilder)Adds a field represented by a FieldBuilder to the argument.
addNode(node)Adds a node to the argument.
addText(text)Adds a plain text to the argument.

See Also