public static class ListOptions.ImmutableListOptions extends ListOptions
ListOptions.Builder, ListOptions.ImmutableListOptions
NONE
Constructor and Description |
---|
ListOptions.ImmutableListOptions(ListOptions delegate) |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
afterMarker(String marker)
Place to continue a listing at.
|
ListOptions |
clone() |
String |
getMarker() |
Integer |
getMaxResults() |
ListContainerOptions |
maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body.
|
String |
toString() |
public ListOptions.ImmutableListOptions(ListOptions delegate)
public ListContainerOptions afterMarker(String marker)
ListOptions
afterMarker
in class ListOptions
public ListContainerOptions maxResults(int maxKeys)
ListOptions
maxResults
in class ListOptions
public String getMarker()
getMarker
in class ListOptions
public Integer getMaxResults()
getMaxResults
in class ListOptions
public ListOptions clone()
clone
in class ListOptions
Copyright © 2009-2012 jclouds. All Rights Reserved.