| Interface | Description |
|---|---|
| LiAsyncRequestCallback<T> |
Request call back to use for activities that require async response processing.
|
| LiAuthAsyncRequestCallback<T> |
Request call back to use for activities that require async response processing.
|
| LiClientResponse<T> |
Extracts response parameters from LiBaseResponse
Created by shoureya.kant on 11/21/16.
|
| Class | Description |
|---|---|
| LiAuthRestClient |
This client is used for catering to Authorization request.
|
| LiBaseResponse |
Base response object that encapsulates Lithium community json response
|
| LiBaseRestRequest |
Base rest request to community
|
| LiCallTask | |
| LiDeleteClientResponse |
Wrapper for LiBaseResponse to DELETE response.
|
| LiGetClientResponse |
Wrapper for LiBaseResponse to GET response.
|
| LiPostClientResponse |
Wrapper for LiBaseResponse to POST response.
|
| LiPutClientResponse |
Wrapper for LiBaseResponse to PUT response.
|
| LiRequestHeaderConstants |
Created by Lithium Technologies Inc on 8/31/17.
|
| LiRestClient |
Base rest client.
|
| LiRestv2Client |
Rest v2 client for community.
|
| LiRestV2Request |
Rest v2 request.
|
| Enum | Description |
|---|---|
| LiBaseRestRequest.RestMethod |
Enumeration for all HTTP methods.
|