| Class | Description | 
|---|---|
| CommandApiAccessorImpl | |
| ETag | ETag is introduced to provide web cache validation and to allow to make
 conditional requests. | 
| FluentResponse<T> | The type Fluent response. | 
| HttpResult<T> | Result contains data loaded from Http Response when interaction with REST Client is desired. | 
| HttpResult.Builder<T> | The type Builder. | 
| KontaktApiClient | API client provides interaction with kontakt.io REST API. | 
| RequestDescription | Class representing http call params, like startIndex and offset for paging, ETag header | 
| RequestDescription.Descriptor | The type Descriptor. | 
| SearchMeta | REST API 5 brought the functionality of paging results including:
 
 Devices
 Venues
 Configs
 Devices
 
 Once you request one of the resources above the response contains meta data
 telling you of what search type your request was. | 
| SearchMeta.Builder | The type Builder. | 
| Enum | Description | 
|---|---|
| OrderBy | Order by provides possible orderings according to which the requested results are returned. |