OfferobjectResource class
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<OfferObjectAddMessageResponse>
-
Adds a message to the offer object referenced by the given object ID.
-
get(String resourceId, {String? $fields})
→ Future<OfferObject>
-
Returns the offer object with the given object ID.
-
insert(OfferObject request, {String? $fields})
→ Future<OfferObject>
-
Inserts an offer object with the given ID and properties.
-
list({String? classId, int? maxResults, String? token, String? $fields})
→ Future<OfferObjectListResponse>
-
Returns a list of all offer objects for a given issuer ID.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(OfferObject request, String resourceId, {String? $fields})
→ Future<OfferObject>
-
Updates the offer object referenced by the given object ID.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(OfferObject request, String resourceId, {String? $fields})
→ Future<OfferObject>
-
Updates the offer object referenced by the given object ID.