Package com.microsoft.graph.models
Class EmailPayloadDetail
java.lang.Object
com.microsoft.graph.models.PayloadDetail
com.microsoft.graph.models.EmailPayloadDetail
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EmailPayloadDetail
extends PayloadDetail
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Email Payload Detail.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe From Email.The From Name.The Is External Sender.The Subject.Fields inherited from class com.microsoft.graph.models.PayloadDetail
coachmarks, content, oDataType, phishingUrl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.PayloadDetail
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
fromEmail
The From Email. Email address of the user. -
fromName
The From Name. Display name of the user. -
isExternalSender
@SerializedName(value="isExternalSender", alternate="IsExternalSender") @Expose @Nullable public Boolean isExternalSenderThe Is External Sender. Indicates whether the sender isn't from the user's organization. -
subject
The Subject. The subject of the email address sent to the user.
-
-
Constructor Details
-
EmailPayloadDetail
public EmailPayloadDetail()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classPayloadDetail- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-