org.jclouds.googlecloudstorage.options
Class DeleteBucketOptions

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

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

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


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

DeleteBucketOptions

public DeleteBucketOptions()
Method Detail

ifMetagenerationMatch

public DeleteBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public DeleteBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)


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