org.jclouds.blobstore.options
Class GetOptions.Builder
java.lang.Object
org.jclouds.blobstore.options.GetOptions.Builder
- Enclosing class:
- GetOptions
public static class GetOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetOptions.Builder
public GetOptions.Builder()
range
public static GetOptions range(long start,
long end)
- See Also:
GetOptions.range(long, long)
ifModifiedSince
public static GetOptions ifModifiedSince(Date ifModifiedSince)
- See Also:
GetOptions.getIfModifiedSince()
ifUnmodifiedSince
public static GetOptions ifUnmodifiedSince(Date ifUnmodifiedSince)
- See Also:
GetOptions.ifUnmodifiedSince(Date)
ifETagMatches
public static GetOptions ifETagMatches(String eTag)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
- See Also:
GetOptions.ifETagMatches(String)
ifETagDoesntMatch
public static GetOptions ifETagDoesntMatch(String eTag)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
- See Also:
GetOptions.ifETagDoesntMatch(String)
Copyright © 2009-2011 jclouds. All Rights Reserved.