public class IosNotificationSettings
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
IosNotificationAlertType |
alertType
The Alert Type.
|
java.lang.String |
appName
The App Name.
|
java.lang.Boolean |
badgesEnabled
The Badges Enabled.
|
java.lang.String |
bundleID
The Bundle ID.
|
java.lang.Boolean |
enabled
The Enabled.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
publisher
The Publisher.
|
java.lang.Boolean |
showInNotificationCenter
The Show In Notification Center.
|
java.lang.Boolean |
showOnLockScreen
The Show On Lock Screen.
|
java.lang.Boolean |
soundsEnabled
The Sounds Enabled.
|
| Constructor and Description |
|---|
IosNotificationSettings() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="alertType",
alternate="AlertType")
@Expose
@Nullable
public IosNotificationAlertType alertType
@SerializedName(value="appName",
alternate="AppName")
@Expose
@Nullable
public java.lang.String appName
@SerializedName(value="badgesEnabled",
alternate="BadgesEnabled")
@Expose
@Nullable
public java.lang.Boolean badgesEnabled
@SerializedName(value="bundleID",
alternate="BundleID")
@Expose
@Nullable
public java.lang.String bundleID
@SerializedName(value="enabled",
alternate="Enabled")
@Expose
@Nullable
public java.lang.Boolean enabled
@SerializedName(value="publisher",
alternate="Publisher")
@Expose
@Nullable
public java.lang.String publisher
@SerializedName(value="showInNotificationCenter",
alternate="ShowInNotificationCenter")
@Expose
@Nullable
public java.lang.Boolean showInNotificationCenter
@SerializedName(value="showOnLockScreen",
alternate="ShowOnLockScreen")
@Expose
@Nullable
public java.lang.Boolean showOnLockScreen
@SerializedName(value="soundsEnabled",
alternate="SoundsEnabled")
@Expose
@Nullable
public java.lang.Boolean soundsEnabled
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to