SubBatchService 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
-
create({Map<String, dynamic> body = const {}, Map<String, dynamic> query = const {}, List<MultipartFile> files = const [], String? expand, String? fields})
→ void
-
Registers a record create request into the current batch queue.
-
delete(String recordId, {Map<String, dynamic> body = const {}, Map<String, dynamic> query = const {}, })
→ void
-
Registers a record delete request into the current batch queue.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(String recordId, {Map<String, dynamic> body = const {}, Map<String, dynamic> query = const {}, List<MultipartFile> files = const [], String? expand, String? fields})
→ void
-
Registers a record update request into the current batch queue.
-
upsert({Map<String, dynamic> body = const {}, Map<String, dynamic> query = const {}, List<MultipartFile> files = const [], String? expand, String? fields})
→ void
-
Registers a record upsert request into the current batch queue.