Class O365ExchangeItemResponse

java.lang.Object
com.iland.core.web.rest.response.vbo.O365ExchangeItemResponse
All Implemented Interfaces:
Serializable

public final class O365ExchangeItemResponse extends Object implements Serializable
O365 Exchange Item response.
Author:
Julien Anguenot
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns the ID of the organization's backed up mailbox item.
      Returns:
      the exchange item Veeam native ID
    • getFrom

      public String getFrom()
      Returns the sender mailbox email address.
      Returns:
      the sender mailbox email address
    • getCc

      public String getCc()
      Returns the recipient email address in carbon copy.
      Returns:
      the recipient email address in carbon copy
    • getBcc

      public String getBcc()
      Returns the recipient address in blind carbon copy.
      Returns:
      the recipient address in blind carbon copy
    • getTo

      public String getTo()
      Returns the recipient mailbox email address.
      Returns:
      the recipient mailbox email address
    • getSent

      public Instant getSent()
      Returns the date and time when the message was sent.
      Returns:
      the date and time when the message was sent as Instant
    • getReceived

      public Instant getReceived()
      Returns the date and time when the message was received.
      Returns:
      Specifies the date and time when the message was received as Instant
    • isReminder

      public boolean isReminder()
      Returns if whether or not that the message was sent with the reminder.
      Returns:
      true or false
    • getSubject

      public String getSubject()
      Returns the subject of the email message.
      Returns:
      the subject of the email message
    • getItemClass

      public String getItemClass()
      Returns the class of the organization's backed up mailbox item.
      Returns:
      the exchange mailbox item class
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object