| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
IosNotificationSettings |
IosNotificationSettings.Builder.build() |
IosNotificationSettings |
IosNotificationSettings.withAlertType(IosNotificationAlertType alertType)
Returns an immutable copy of
this with just the alertType field
changed. |
IosNotificationSettings |
IosNotificationSettings.withAppName(String appName)
Returns an immutable copy of
this with just the appName field
changed. |
IosNotificationSettings |
IosNotificationSettings.withBadgesEnabled(Boolean badgesEnabled)
Returns an immutable copy of
this with just the badgesEnabled
field changed. |
IosNotificationSettings |
IosNotificationSettings.withBundleID(String bundleID)
Returns an immutable copy of
this with just the bundleID field
changed. |
IosNotificationSettings |
IosNotificationSettings.withEnabled(Boolean enabled)
Returns an immutable copy of
this with just the enabled field
changed. |
IosNotificationSettings |
IosNotificationSettings.withPublisher(String publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
IosNotificationSettings |
IosNotificationSettings.withShowInNotificationCenter(Boolean showInNotificationCenter)
Returns an immutable copy of
this with just the showInNotificationCenter field changed. |
IosNotificationSettings |
IosNotificationSettings.withShowOnLockScreen(Boolean showOnLockScreen)
Returns an immutable copy of
this with just the showOnLockScreen
field changed. |
IosNotificationSettings |
IosNotificationSettings.withSoundsEnabled(Boolean soundsEnabled)
Returns an immutable copy of
this with just the soundsEnabled
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<IosNotificationSettings> |
IosDeviceFeaturesConfiguration.notificationSettings |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<IosNotificationSettings> |
IosDeviceFeaturesConfiguration.getNotificationSettings()
“Notification settings for each bundle id.
|
| Modifier and Type | Method and Description |
|---|---|
IosDeviceFeaturesConfiguration.Builder |
IosDeviceFeaturesConfiguration.Builder.notificationSettings(List<IosNotificationSettings> notificationSettings)
“Notification settings for each bundle id.
|
Copyright © 2018–2020. All rights reserved.