| 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 |
limit(int limit) |
ListOptions |
marker(String marker) |
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.v2_0.options.PaginationOptionspublic ListOptions limit(int limit)
limit in class org.jclouds.openstack.v2_0.options.PaginationOptionspublic ListOptions marker(String marker)
marker in class org.jclouds.openstack.v2_0.options.PaginationOptionsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.