ConstAn example get method that retrieves Example objects by their IDs.
This method demonstrates the standard JMAP /get pattern used for testing.
An example query method that searches for Example objects matching criteria.
This method demonstrates the standard JMAP /query pattern used for testing.
An example set method that creates, updates, or destroys Example objects.
This method demonstrates the standard JMAP /set pattern used for testing.
An example echo method that returns the same arguments it receives.
This method demonstrates a simple request-only pattern used for testing.