|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.chef.options.SearchOptions
public class SearchOptions
Options for the search api.
| Nested Class Summary | |
|---|---|
static class |
SearchOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
SearchOptions()
|
|
| Method Summary | |
|---|---|
SearchOptions |
query(String query)
A valid search string. |
SearchOptions |
rows(int rows)
The number of rows to return. |
SearchOptions |
sort(String sort)
A sort string, such as 'name DESC'. |
SearchOptions |
start(int start)
The result number to start from. |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchOptions()
| Method Detail |
|---|
public SearchOptions query(String query)
public SearchOptions sort(String sort)
public SearchOptions rows(int rows)
public SearchOptions start(int start)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||