Package com.microsoft.graph.models
Class BaseEndUserNotification
java.lang.Object
com.microsoft.graph.models.BaseEndUserNotification
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
PositiveReinforcementNotification,SimulationNotification,TrainingReminderNotification
public class BaseEndUserNotification
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Base End User Notification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Default Language.The End User Notification.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
defaultLanguage
@SerializedName(value="defaultLanguage", alternate="DefaultLanguage") @Expose @Nullable public String defaultLanguageThe Default Language. The default language for the end user notification. -
endUserNotification
@SerializedName(value="endUserNotification", alternate="EndUserNotification") @Expose @Nullable public EndUserNotification endUserNotificationThe End User Notification.
-
-
Constructor Details
-
BaseEndUserNotification
public BaseEndUserNotification()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-