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.
Call DELETE on a target resource with R as the expected return type.
A serialize-friendly version of patch that has no body but provides a serialized response.
A version of patch that accepts a serializable body.
Call PATCH on a target resource with R as the expected return type.
A serialize-friendly version of patch that accepts a serializable body and returns its response as a raw byte array.
A serialize-friendly version of post that has no body but provides a serialized response.
A version of post that accepts a serializable body.
Call POST on a target resource with R as the expected return type.
A serialize-friendly version of post that accepts a serializable body and returns its response as a raw byte array.
A serialize-friendly version of put that has no body but provides a serialized response.
A version of put that accepts a serializable body.
Call PUT on a target resource with R as the expected return type.
A serialize-friendly version of put that accepts a serializable body and returns its response as a raw byte array.
A serialize-friendly version of tryDelete.
Like get, but returns null if the request fails or the response can't be deserialized.
A serialize-friendly version of tryDelete.
A serialize-friendly version of tryPatch that has no body but provides a serialized response.
Like patch but returns null instead of throwing if the request fails.
A serialize-friendly version of tryPatch that accepts a serializable body and logic to convert the response to some desired target object of type T.
Like patch, but returns null if the request fails or the response can't be deserialized.
A serialize-friendly version of patch that accepts a serializable body but returns raw bytes instead of a serialized response.
A serialize-friendly version of tryPost that has no body but provides a serialized response.
Like post but returns null instead of throwing if the request fails.
A serialize-friendly version of tryPost that accepts a serializable body and logic to convert the response to some desired target object of type T.
Like post, but returns null if the request fails or the response can't be deserialized.
A version of tryPost that returns its response as a raw byte array.
A serialize-friendly version of tryPut that has no body but provides a serialized response.
Like put but returns null instead of throwing if the request fails.
A serialize-friendly version of tryPut that accepts a serializable body and logic to convert the response to some desired target object of type T.
Like put, but returns null if the request fails or the response can't be deserialized.
A serialize-friendly version of put that accepts a serializable body but returns raw bytes instead of a serialized response.