IAttendeeFlowThreadApi class abstract

DO NOT MODIFY

GENERATED API OPERATIONS

Inheritance

Constructors

IAttendeeFlowThreadApi()

Properties

apis → ApiRegistry?
A reference back to the api registry
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mtype → MSchemaRef
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone(IAttendeeFlowThread source) IAttendeeFlowThread
Copies values from one entity into another. This clone operation is important because it allows
inherited
create(IAttendeeFlowThread attendeeFlowThread) Future<IAttendeeFlowThread>
override
delete(String id) Future<DeleteResponse>
override
initialize(IAttendeeFlowThread entity) IAttendeeFlowThread
inherited
instantiate([dynamic json]) IAttendeeFlowThread
inherited
keyToId(MKey? key) String?
inherited
list({double? limit, double? offset}) Future<IAttendeeFlowThreadList>
override
load(String id) Future<IAttendeeFlowThread>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
takeFrom(IAttendeeFlowThread source, IAttendeeFlowThread target) → void
Copies all data from source into target. Used when you want to maintain a reference to target, but want to inject new values from source
inherited
toString() String
A string representation of this object.
inherited
update(String id, IAttendeeFlowThread attendeeFlowThread) Future<ChangeResult>
override

Operators

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