org.jclouds.googlecloudstorage.options
Class UpdateBucketOptions

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

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

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


Nested Class Summary
static class UpdateBucketOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
UpdateBucketOptions()
           
 
Method Summary
 UpdateBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 UpdateBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 UpdateBucketOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 UpdateBucketOptions 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

UpdateBucketOptions

public UpdateBucketOptions()
Method Detail

ifMetagenerationMatch

public UpdateBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public UpdateBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)

projection

public UpdateBucketOptions projection(DomainResourceReferences.Projection projection)

predefinedAcl

public UpdateBucketOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)


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