Class B2CreateBucketRequestReal
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2CreateBucketRequestReal
-
public class B2CreateBucketRequestReal extends java.lang.ObjectNOTE: B2CreateBucketRequestReal has the attributes needed by the B2 API. That's why it's name ends with 'Real'. Code that calls B2StorageClient uses B2CreateBucketRequest (with no 'Real' at the end) instead. The B2StorageClient creates a 'Real' request by adding the accountId to the non-real version before sending it to the webifier.
-
-
Constructor Summary
Constructors Constructor Description B2CreateBucketRequestReal(java.lang.String accountId, B2CreateBucketRequest mostOfRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
B2CreateBucketRequestReal
public B2CreateBucketRequestReal(java.lang.String accountId, B2CreateBucketRequest mostOfRequest)
-
-