public static class ListContainerOptions.ImmutableListContainerOptions extends ListContainerOptions
ListContainerOptions.Builder, ListContainerOptions.ImmutableListContainerOptions
ListOptions.ImmutableListOptions
NONE
Constructor and Description |
---|
ListContainerOptions.ImmutableListContainerOptions(ListContainerOptions delegate) |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
afterMarker(String marker)
Place to continue a listing at.
|
ListContainerOptions |
clone() |
String |
getDir() |
String |
getMarker() |
Integer |
getMaxResults() |
ListContainerOptions |
inDirectory(String dir)
This will list the contents of a virtual or real directory path.
|
boolean |
isDetailed() |
boolean |
isRecursive() |
ListContainerOptions |
maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body.
|
ListContainerOptions |
recursive()
return a listing of all objects inside the store, recursively.
|
String |
toString() |
equals, hashCode, withDetails
public ListContainerOptions.ImmutableListContainerOptions(ListContainerOptions delegate)
public ListContainerOptions afterMarker(String marker)
ListContainerOptions
afterMarker
in class ListContainerOptions
public String getDir()
getDir
in class ListContainerOptions
public ListContainerOptions inDirectory(String dir)
ListContainerOptions
inDirectory
in class ListContainerOptions
public boolean isDetailed()
isDetailed
in class ListContainerOptions
public boolean isRecursive()
isRecursive
in class ListContainerOptions
public ListContainerOptions maxResults(int maxKeys)
ListContainerOptions
maxResults
in class ListContainerOptions
public ListContainerOptions recursive()
ListContainerOptions
recursive
in class ListContainerOptions
public String getMarker()
getMarker
in class ListOptions
public Integer getMaxResults()
getMaxResults
in class ListOptions
public ListContainerOptions clone()
clone
in class ListContainerOptions
public String toString()
toString
in class ListContainerOptions
Copyright © 2009-2012 jclouds. All Rights Reserved.