Package com.microsoft.graph.models
Class IosDeviceFeaturesConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.AppleDeviceFeaturesConfigurationBase
com.microsoft.graph.models.IosDeviceFeaturesConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IosDeviceFeaturesConfiguration
extends AppleDeviceFeaturesConfigurationBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Device Features Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Asset Tag Template.The Home Screen Dock Icons.The Home Screen Pages.The Lock Screen Footnote.The Notification Settings.Fields inherited from class com.microsoft.graph.models.DeviceConfiguration
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version -
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
-
assetTagTemplate
@SerializedName(value="assetTagTemplate", alternate="AssetTagTemplate") @Expose @Nullable public String assetTagTemplateThe Asset Tag Template. Asset tag information for the device, displayed on the login window and lock screen. -
homeScreenDockIcons
@SerializedName(value="homeScreenDockIcons", alternate="HomeScreenDockIcons") @Expose @Nullable public List<IosHomeScreenItem> homeScreenDockIconsThe Home Screen Dock Icons. A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements. -
homeScreenPages
@SerializedName(value="homeScreenPages", alternate="HomeScreenPages") @Expose @Nullable public List<IosHomeScreenPage> homeScreenPagesThe Home Screen Pages. A list of pages on the Home Screen. This collection can contain a maximum of 500 elements. -
lockScreenFootnote
@SerializedName(value="lockScreenFootnote", alternate="LockScreenFootnote") @Expose @Nullable public String lockScreenFootnoteThe Lock Screen Footnote. A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later. -
notificationSettings
@SerializedName(value="notificationSettings", alternate="NotificationSettings") @Expose @Nullable public List<IosNotificationSettings> notificationSettingsThe Notification Settings. Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.
-
-
Constructor Details
-
IosDeviceFeaturesConfiguration
public IosDeviceFeaturesConfiguration()
-
-
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 classAppleDeviceFeaturesConfigurationBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-