Class ListOptions.Builder
- java.lang.Object
-
- org.jclouds.azure.storage.options.ListOptions.Builder
-
- Enclosing class:
- ListOptions
public static class ListOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ListOptions
includeMetadata()
static ListOptions
marker(String marker)
static ListOptions
maxResults(int maxKeys)
static ListOptions
prefix(String prefix)
-
-
-
Method Detail
-
includeMetadata
public static ListOptions includeMetadata()
- See Also:
ListOptions.includeMetadata()
-
prefix
public static ListOptions prefix(String prefix)
- See Also:
ListOptions.prefix(String)
-
marker
public static ListOptions marker(String marker)
- See Also:
ListOptions.marker(String)
-
maxResults
public static ListOptions maxResults(int maxKeys)
- See Also:
ListOptions#maxResults(long)
-
-