Package-level declarations
Functions
Call DELETE on a target resource with R as the expected return type.
Call GET on a target resource with R as the expected return type.
A serialize-friendly version of patch that has no body but expects a serialized response.
A serialize-friendly version of patch that expects a body but does not expect a serialized response.
Call PATCH on a target resource with R as the expected return type.
A serialize-friendly version of post that has no body but expects a serialized response.
A serialize-friendly version of post that expects a body but does not expect a serialized response.
Call POST on a target resource with R as the expected return type.
A serialize-friendly version of put that has no body but expects a serialized response.
A serialize-friendly version of put that expects a body but does not expect a serialized response.
Call PUT on a target resource with R as the expected return type.
A serialize-friendly version of tryDelete.
Like get, but returns null if the request failed for any reason.
A serialize-friendly version of tryPatch that has no body but expects a serialized response.
A serialize-friendly version of tryPatch that expects a body but does not expect a serialized response.
Like patch, but returns null if the request failed for any reason.
A serialize-friendly version of tryPost that has no body but expects a serialized response.
A serialize-friendly version of tryPost that expects a body but does not expect a serialized response.
Like post, but returns null if the request failed for any reason.
A serialize-friendly version of tryPut that has no body but expects a serialized response.
A serialize-friendly version of tryPut that expects a body but does not expect a serialized response.
Like put, but returns null if the request failed for any reason.