sdk-search / com.tomtom.online.sdk.search.data.batch

Package com.tomtom.online.sdk.search.data.batch

Types

BatchableSearchResponseVisitor

interface BatchableSearchResponseVisitor

A visitor of search Response objects, implementing the visitor design pattern. Facilitates operating on BatchSearchResponse and its subtypes.

BatchableSearchResponseVisitorAdapter

open class BatchableSearchResponseVisitorAdapter : BatchableSearchResponseVisitor

This is an empty implementation for BatchableSearchResponseVisitor. It can be useful for better code readability when not all interface methods are to be implemented.

BatchSearchQuery

open class BatchSearchQuery : BaseRequestQuery

A builder class used to create queries for the Batch Search service.

BatchSearchResponse

open class BatchSearchResponse : ServiceBaseResponse, Batchable

Response to an Batch Search request.

IBatchSearchQuery

interface IBatchSearchQuery

A collection of arguments used in Batch Search queries. Use BatchSearchQuery to create an instance of BatchSearchQuery.