interface BatchableSearchResponseVisitor
A visitor of search Response objects, implementing the visitor design pattern. Facilitates operating on |
|
open class BatchableSearchResponseVisitorAdapter : BatchableSearchResponseVisitor
This is an empty implementation for |
|
open class BatchSearchQuery : BaseRequestQuery
A builder class used to create queries for the Batch Search service. |
|
class BatchSearchQueryBuilder : IBatchSearchQuery
Builder class used to create queries for the Batch Search service BatchSearchQuery. |
|
open class BatchSearchResponse : ServiceBaseResponse, Batchable
Response to an Batch Search request. |
|
interface IBatchSearchQuery
A collection of arguments used in Batch Search queries. Use |