public static class InfoResponse.Search extends java.lang.Object implements InfoResponse.Value
Parameter.Key.REMOTE_SEARCH.InfoRequest.Search| Modifier and Type | Field and Description |
|---|---|
InfoResponse.SearchResults[] |
searchResults
Supported brands names and there ID's.
|
Parameter.SearchType |
searchType
Type of search.
|
long |
totalSearchCount
Total number of results.
|
| Constructor and Description |
|---|
Search(long totalSearchCount,
Parameter.SearchType searchType,
InfoResponse.SearchResults[] searchResults)
A constructor for this value.
|
@SerializedName(value="totalSearchCount") public final long totalSearchCount
@SerializedName(value="searchType") public final Parameter.SearchType searchType
Parameter.SearchType@SerializedName(value="searchResultsArr") public final InfoResponse.SearchResults[] searchResults
InfoResponse.SearchResultspublic Search(long totalSearchCount,
Parameter.SearchType searchType,
InfoResponse.SearchResults[] searchResults)
totalSearchCount - count of all results provided in responsesearchType - an enum constant denoting type of search to be made, ex: brand
Parameter.SearchTypesearchResults - array of search results comprising brand information