| interface BatchableBatchable query and services should be handled differently. Error from one request/response should not generate error for whole batch. | |
| class BuildConfig | |
| abstract class NativeService<ResponseType : ServiceResponse!, QueryType : NativeObject!> : Service<ResponseType, QueryType>Base class for native REST services. | |
| open class ResponseStatus : SerializableThe status of the request processing and decoding the response. | |
| interface Service<ResponseType : ServiceResponse!, QueryType : NativeObject!>An interface for all native service wrappers. | |
| open class ServiceBaseResponse : ServiceResponse | |
| interface ServiceResponseAn object which represents a response to an routing request. | 
| open class ServiceException : ExceptionException thrown by the native service API in case of an error. |