org.jclouds.azure.storage.options
Class ListOptions.Builder
java.lang.Object
org.jclouds.azure.storage.options.ListOptions.Builder
- Enclosing class:
- ListOptions
public static class ListOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListOptions.Builder
public ListOptions.Builder()
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)
Copyright © 2009-2011 jclouds. All Rights Reserved.