Class B2AuthorizeAccountRequest


  • public class B2AuthorizeAccountRequest
    extends java.lang.Object
    This structure holds the information for b2_authorize_account. If you used getAccountId() in a previous version of the SDK, please use B2StorageClient.getAccountId() in this version.
    • Constructor Detail

      • B2AuthorizeAccountRequest

        public B2AuthorizeAccountRequest​(java.lang.String applicationKeyId,
                                         java.lang.String applicationKey)
    • Method Detail

      • getApplicationKeyId

        public java.lang.String getApplicationKeyId()
      • getApplicationKey

        public java.lang.String getApplicationKey()
      • 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