Class VoicemailMailboxInfo

java.lang.Object
com.mypurecloud.sdk.v2.model.VoicemailMailboxInfo
All Implemented Interfaces:
Serializable

public class VoicemailMailboxInfo extends Object implements Serializable
VoicemailMailboxInfo
See Also:
  • Constructor Details

    • VoicemailMailboxInfo

      public VoicemailMailboxInfo()
    • VoicemailMailboxInfo

      public VoicemailMailboxInfo(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • getOwnerType

      public VoicemailMailboxInfo.OwnerTypeEnum getOwnerType()
    • getUsageSizeBytes

      public Long getUsageSizeBytes()
    • getTotalCount

      public Integer getTotalCount()
    • getUnreadCount

      public Integer getUnreadCount()
    • getDeletedCount

      public Integer getDeletedCount()
    • getCreatedDate

      public Date getCreatedDate()
    • getModifiedDate

      public Date getModifiedDate()
    • getNewestUnreadDate

      public Date getNewestUnreadDate()
    • getOldestUnreadDate

      public Date getOldestUnreadDate()
    • getNewestReadDate

      public Date getNewestReadDate()
    • getOldestReadDate

      public Date getOldestReadDate()
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object