Package com.microsoft.graph.models
Class ManagedDeviceMobileAppConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedDeviceMobileAppConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
IosMobileAppConfiguration
public class ManagedDeviceMobileAppConfiguration
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Device Mobile App Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assignments.The Created Date Time.The Description.The Device Statuses.The Device Status Summary.The Display Name.The Last Modified Date Time.The Targeted Mobile Apps.The User Statuses.The User Status Summary.The 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
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. DateTime the object was created. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. Admin provided description of the Device Configuration. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Admin provided name of the device configuration. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. DateTime the object was last modified. -
targetedMobileApps
@SerializedName(value="targetedMobileApps", alternate="TargetedMobileApps") @Expose @Nullable public List<String> targetedMobileAppsThe Targeted Mobile Apps. the associated app. -
version
The Version. Version of the device configuration. -
assignments
@SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public ManagedDeviceMobileAppConfigurationAssignmentCollectionPage assignmentsThe Assignments. The list of group assignemenets for app configration. -
deviceStatuses
@SerializedName(value="deviceStatuses", alternate="DeviceStatuses") @Expose @Nullable public ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage deviceStatusesThe Device Statuses. List of ManagedDeviceMobileAppConfigurationDeviceStatus. -
deviceStatusSummary
@SerializedName(value="deviceStatusSummary", alternate="DeviceStatusSummary") @Expose @Nullable public ManagedDeviceMobileAppConfigurationDeviceSummary deviceStatusSummaryThe Device Status Summary. App configuration device status summary. -
userStatuses
@SerializedName(value="userStatuses", alternate="UserStatuses") @Expose @Nullable public ManagedDeviceMobileAppConfigurationUserStatusCollectionPage userStatusesThe User Statuses. List of ManagedDeviceMobileAppConfigurationUserStatus. -
userStatusSummary
@SerializedName(value="userStatusSummary", alternate="UserStatusSummary") @Expose @Nullable public ManagedDeviceMobileAppConfigurationUserSummary userStatusSummaryThe User Status Summary. App configuration user status summary.
-
-
Constructor Details
-
ManagedDeviceMobileAppConfiguration
public ManagedDeviceMobileAppConfiguration()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-