|
||||||||||
| 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.openstack.options.BaseListOptions
org.jclouds.cloudservers.options.ListOptions
public class ListOptions
Options used to control the amount of detail in the request.
BaseListOptions,
| Nested Class Summary | |
|---|---|
static class |
ListOptions.Builder
|
| Field Summary | |
|---|---|
static ListOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListOptions()
|
|
| Method Summary | |
|---|---|
ListOptions |
changesSince(Date ifModifiedSince)
|
ListOptions |
maxResults(int limit)
|
ListOptions |
startAt(long offset)
|
ListOptions |
withDetails()
unless used, only the name and id will be returned per row. |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ListOptions NONE
| Constructor Detail |
|---|
public ListOptions()
| Method Detail |
|---|
public ListOptions withDetails()
public ListOptions changesSince(Date ifModifiedSince)
changesSince in class org.jclouds.openstack.options.BaseListOptionspublic ListOptions maxResults(int limit)
maxResults in class org.jclouds.openstack.options.BaseListOptionspublic ListOptions startAt(long offset)
startAt in class org.jclouds.openstack.options.BaseListOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||