- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MailboxEvidence
extends AlertEvidence
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Mailbox Evidence.
-
-
Constructor Summary
Constructors
-
Method Summary
void
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
displayName
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public String displayName
The Display Name.
The name associated with the mailbox.
-
primaryAddress
@SerializedName(value="primaryAddress",
alternate="PrimaryAddress")
@Expose
@Nullable
public String primaryAddress
The Primary Address.
The primary email address of the mailbox.
-
userAccount
@SerializedName(value="userAccount",
alternate="UserAccount")
@Expose
@Nullable
public UserAccount userAccount
The User Account.
The user account of the mailbox.
-
Constructor Details
-
MailboxEvidence
public MailboxEvidence()
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
Sets the raw JSON object
- Specified by:
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject in class AlertEvidence
- Parameters:
serializer - the serializer
json - the JSON object to set this object to