Class B2CreateBucketRequestReal


  • public class B2CreateBucketRequestReal
    extends java.lang.Object
    NOTE: 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 Detail

      • B2CreateBucketRequestReal

        public B2CreateBucketRequestReal​(java.lang.String accountId,
                                         B2CreateBucketRequest mostOfRequest)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object