org.jclouds.azure.storage.options
Class ListOptions.Builder

java.lang.Object
  extended by org.jclouds.azure.storage.options.ListOptions.Builder
Enclosing class:
ListOptions

public static class ListOptions.Builder
extends Object


Constructor Summary
ListOptions.Builder()
           
 
Method Summary
static ListOptions includeMetadata()
           
static ListOptions marker(String marker)
           
static ListOptions maxResults(int maxKeys)
           
static ListOptions prefix(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListOptions.Builder

public ListOptions.Builder()
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)


Copyright © 2009-2011 jclouds. All Rights Reserved.