sdk-common / com.tomtom.online.sdk.common.service

Package com.tomtom.online.sdk.common.service

Types

Batchable

interface Batchable

Batchable query and services should be handled differently. Error from one request/response should not generate error for whole batch.

BuildConfig

class BuildConfig

NativeService

abstract class NativeService<ResponseType : ServiceResponse!, QueryType : NativeObject!> : Service<ResponseType, QueryType>

Base class for native REST services.

ResponseStatus

open class ResponseStatus : Serializable

The status of the request processing and decoding the response.

Service

interface Service<ResponseType : ServiceResponse!, QueryType : NativeObject!>

An interface for all native service wrappers.

ServiceBaseResponse

open class ServiceBaseResponse : ServiceResponse

ServiceResponse

interface ServiceResponse

An object which represents a response to an routing request.

Exceptions

ServiceException

open class ServiceException : Exception

Exception thrown by the native service API in case of an error.