Create a new instance of the type Account. In case of a new record use the method NewAsync instead of this constructor.
Context information of the call. In most of the cases you can build the context using the request object.
ProtectedclassProtectedcontextProtectedemailProtectedfieldsProtectedfieldsProtectedisProtectedlistsProtectednameProtectedoidStaticClassStaticClassGet the email of the account (person or group)
Set the email of the account (person or group)
Get the name of the account (person or group)
Set the identifier of the account (person or group)
Get the identifier of the account (person or group)
Add a row to the record list.
Name of the record list.
A dictionary containing all the fields of the row.
A promise to retrieve the content of the new object added to the record list.
ProtectedGetRetrieve all rows from a record list field.
Name of the record list.
A promise to retrieve the content record list.
ProtectedLogSave all pending changes of a field of type record list.
Context information of the call. In most of the cases you can build the context using the request object.
Name of the record list.
Update a row in a record list.
Name of the record list.
A list of identifiers for the rows in the record list.
A dictionary containing all the fields of the row.
StaticFindFind a account (person or group) by an identifier
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of the instance.
Promise to get the object instance of a person or group.
StaticNewCreate a new instance of an Account and initialize all fields.
Context information of the call. In most of the cases you can build the context using the request object.
Promise to get the new object instance of a person or group.
StaticParseLoad the object's content from JSON data.
Context information of the call. In most of the cases you can build the context using the request object.
An array of key-value pairs (JSON data).
Object instance initialized.
An account is an abstraction to other types such as Person and Group