Private factoryPrivate urlPrivate addAdds a POST request to create a single item.
Adds a POST request to add a related item to the property collection.
Adds a DELETE request to delete a single item.
Adds a DELETE request to delete all of the associated members in the relation property.
Adds a DELETE request to retrieve the a single entry of the associated members in the relation property.
Adds a POST request to execute an operation on single item.
Private overrideOptional urlOptions: TypeOptionsOptional query: QueryAdds a PATCH request to update a single item.
Private urlGenerated using TypeDoc
The transaction class is used to group operations that involve data manipulation together and execute them as a single atomic operation.