com.evdb.javaapi.data.request
Class DemandSearchRequest

java.lang.Object
  extended by com.evdb.javaapi.data.request.SearchRequest
      extended by com.evdb.javaapi.data.request.DemandSearchRequest

public class DemandSearchRequest
extends SearchRequest

Demand search request object

Author:
tylerv

Nested Class Summary
static class DemandSearchRequest.SortOrder
          Sort order for searches
 
Nested classes/interfaces inherited from class com.evdb.javaapi.data.request.SearchRequest
SearchRequest.SortDirection
 
Constructor Summary
DemandSearchRequest()
           
 
Method Summary
 java.lang.String getSortOrder()
           
 void setSortOrder(DemandSearchRequest.SortOrder sortOrder)
           
 
Methods inherited from class com.evdb.javaapi.data.request.SearchRequest
getConnectionTimeOut, getKeywords, getLocation, getLocationRadius, getLocationUnits, getPageNumber, getPageSize, getReadTimeOut, getSortDirection, setConnectionTimeout, setKeywords, setLocation, setLocationRadius, setLocationUnits, setPageNumber, setPageSize, setReadTimeout, setSortDirection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandSearchRequest

public DemandSearchRequest()
Method Detail

getSortOrder

public java.lang.String getSortOrder()
Specified by:
getSortOrder in class SearchRequest

setSortOrder

public void setSortOrder(DemandSearchRequest.SortOrder sortOrder)
Parameters:
sortOrder - the sortOrder to set


Copyright © 2007 Eventful Inc. All Rights Reserved.