org.jclouds.googlecloudstorage.options
Class GetObjectOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.googlecloudstorage.options.GetObjectOptions
All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions

public class GetObjectOptions
extends org.jclouds.http.options.BaseHttpRequestOptions

Allows to optionally specify generation,ifGenerationMatch,ifGenerationNotMatch, ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket


Nested Class Summary
static class GetObjectOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
GetObjectOptions()
           
 
Method Summary
 GetObjectOptions generation(Long generation)
           
 GetObjectOptions ifGenerationMatch(Long ifGenerationMatch)
           
 GetObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
           
 GetObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 GetObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 GetObjectOptions projection(DomainResourceReferences.Projection projection)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetObjectOptions

public GetObjectOptions()
Method Detail

ifGenerationMatch

public GetObjectOptions ifGenerationMatch(Long ifGenerationMatch)

ifGenerationNotMatch

public GetObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)

ifMetagenerationMatch

public GetObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public GetObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)

generation

public GetObjectOptions generation(Long generation)

projection

public GetObjectOptions projection(DomainResourceReferences.Projection projection)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.