| Modifier and Type | Class and Description |
|---|---|
static class |
ListOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListOptions |
NONE |
| Constructor and Description |
|---|
ListOptions() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final ListOptions NONE
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.BaseListOptionsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.