org.jclouds.googlecloudstorage.options
Class GetObjectOptions.Builder

java.lang.Object
  extended by org.jclouds.googlecloudstorage.options.GetObjectOptions.Builder
Enclosing class:
GetObjectOptions

public static class GetObjectOptions.Builder
extends Object


Constructor Summary
GetObjectOptions.Builder()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetObjectOptions.Builder

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