Class DeleteBucketOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.googlecloudstorage.options.DeleteBucketOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class DeleteBucketOptions extends BaseHttpRequestOptions
Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteBucketOptions.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description DeleteBucketOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
ifMetagenerationMatch
public DeleteBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
-
ifMetagenerationNotMatch
public DeleteBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-
-