public class IosNotificationSettings extends java.lang.Object implements 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 |
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 |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="alertType",
alternate="AlertType")
@Expose
public IosNotificationAlertType alertType
@SerializedName(value="appName",
alternate="AppName")
@Expose
public java.lang.String appName
@SerializedName(value="badgesEnabled",
alternate="BadgesEnabled")
@Expose
public java.lang.Boolean badgesEnabled
@SerializedName(value="bundleID",
alternate="BundleID")
@Expose
public java.lang.String bundleID
@SerializedName(value="enabled",
alternate="Enabled")
@Expose
public java.lang.Boolean enabled
@SerializedName(value="publisher",
alternate="Publisher")
@Expose
public java.lang.String publisher
@SerializedName(value="showInNotificationCenter",
alternate="ShowInNotificationCenter")
@Expose
public java.lang.Boolean showInNotificationCenter
@SerializedName(value="showOnLockScreen",
alternate="ShowOnLockScreen")
@Expose
public java.lang.Boolean showOnLockScreen
@SerializedName(value="soundsEnabled",
alternate="SoundsEnabled")
@Expose
public java.lang.Boolean soundsEnabled
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to