Package org.jclouds.blobstore.options
Class GetOptions.Builder
java.lang.Object
org.jclouds.blobstore.options.GetOptions.Builder
- Enclosing class:
GetOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetOptions
ifETagDoesntMatch
(String eTag) static GetOptions
ifETagMatches
(String eTag) static GetOptions
ifModifiedSince
(Date ifModifiedSince) static GetOptions
ifUnmodifiedSince
(Date ifUnmodifiedSince) static GetOptions
range
(long start, long end)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
range
- See Also:
-
ifModifiedSince
- See Also:
-
ifUnmodifiedSince
- See Also:
-
ifETagMatches
- See Also:
-
ifETagDoesntMatch
- See Also:
-