Interface GetMailboxDetailsResponse.Builder

  • Method Details

    • mailboxQuota

      GetMailboxDetailsResponse.Builder mailboxQuota(Integer mailboxQuota)

      The maximum allowed mailbox size, in MB, for the specified user.

      Parameters:
      mailboxQuota - The maximum allowed mailbox size, in MB, for the specified user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mailboxSize

      GetMailboxDetailsResponse.Builder mailboxSize(Double mailboxSize)

      The current mailbox size, in MB, for the specified user.

      Parameters:
      mailboxSize - The current mailbox size, in MB, for the specified user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.