GenericobjectResource class

Constructors

GenericobjectResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addmessage(AddMessageRequest request, String resourceId, {String? $fields}) Future<GenericObjectAddMessageResponse>
Adds a message to the generic object referenced by the given object ID.
get(String resourceId, {String? $fields}) Future<GenericObject>
Returns the generic object with the given object ID.
insert(GenericObject request, {String? $fields}) Future<GenericObject>
Inserts a generic object with the given ID and properties.
list({String? classId, int? maxResults, String? token, String? $fields}) Future<GenericObjectListResponse>
Returns a list of all generic objects for a given issuer ID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GenericObject request, String resourceId, {String? $fields}) Future<GenericObject>
Updates the generic object referenced by the given object ID.
toString() String
A string representation of this object.
inherited
update(GenericObject request, String resourceId, {String? $fields}) Future<GenericObject>
Updates the generic object referenced by the given object ID.

Operators

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