Package com.microsoft.graph.models
Class EndUserNotificationDetail
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.EndUserNotificationDetail
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EndUserNotificationDetail
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the End User Notification Detail.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Email Content.The Is Default Langauge.The Language.The Locale.The Sent From.The Subject. -
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.Entity
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
-
emailContent
@SerializedName(value="emailContent", alternate="EmailContent") @Expose @Nullable public String emailContentThe Email Content. -
isDefaultLangauge
@SerializedName(value="isDefaultLangauge", alternate="IsDefaultLangauge") @Expose @Nullable public Boolean isDefaultLangaugeThe Is Default Langauge. -
language
The Language. -
locale
The Locale. -
sentFrom
@SerializedName(value="sentFrom", alternate="SentFrom") @Expose @Nullable public EmailIdentity sentFromThe Sent From. -
subject
The Subject.
-
-
Constructor Details
-
EndUserNotificationDetail
public EndUserNotificationDetail()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-