public class DeviceAppManagement extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Constructor and Description |
|---|
DeviceAppManagement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="isEnabledForMicrosoftStoreForBusiness",
alternate="IsEnabledForMicrosoftStoreForBusiness")
@Expose
@Nullable
public java.lang.Boolean isEnabledForMicrosoftStoreForBusiness
@SerializedName(value="microsoftStoreForBusinessLanguage",
alternate="MicrosoftStoreForBusinessLanguage")
@Expose
@Nullable
public java.lang.String microsoftStoreForBusinessLanguage
@SerializedName(value="microsoftStoreForBusinessLastCompletedApplicationSyncTime",
alternate="MicrosoftStoreForBusinessLastCompletedApplicationSyncTime")
@Expose
@Nullable
public java.time.OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime
@SerializedName(value="microsoftStoreForBusinessLastSuccessfulSyncDateTime",
alternate="MicrosoftStoreForBusinessLastSuccessfulSyncDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime
@SerializedName(value="managedEBooks",
alternate="ManagedEBooks")
@Expose
@Nullable
public ManagedEBookCollectionPage managedEBooks
@SerializedName(value="mobileAppCategories",
alternate="MobileAppCategories")
@Expose
@Nullable
public MobileAppCategoryCollectionPage mobileAppCategories
@SerializedName(value="mobileAppConfigurations",
alternate="MobileAppConfigurations")
@Expose
@Nullable
public ManagedDeviceMobileAppConfigurationCollectionPage mobileAppConfigurations
@SerializedName(value="mobileApps",
alternate="MobileApps")
@Expose
@Nullable
public MobileAppCollectionPage mobileApps
@SerializedName(value="vppTokens",
alternate="VppTokens")
@Expose
@Nullable
public VppTokenCollectionPage vppTokens
@SerializedName(value="androidManagedAppProtections",
alternate="AndroidManagedAppProtections")
@Expose
@Nullable
public AndroidManagedAppProtectionCollectionPage androidManagedAppProtections
@SerializedName(value="defaultManagedAppProtections",
alternate="DefaultManagedAppProtections")
@Expose
@Nullable
public DefaultManagedAppProtectionCollectionPage defaultManagedAppProtections
@SerializedName(value="iosManagedAppProtections",
alternate="IosManagedAppProtections")
@Expose
@Nullable
public IosManagedAppProtectionCollectionPage iosManagedAppProtections
@SerializedName(value="managedAppPolicies",
alternate="ManagedAppPolicies")
@Expose
@Nullable
public ManagedAppPolicyCollectionPage managedAppPolicies
@SerializedName(value="managedAppRegistrations",
alternate="ManagedAppRegistrations")
@Expose
@Nullable
public ManagedAppRegistrationCollectionPage managedAppRegistrations
@SerializedName(value="managedAppStatuses",
alternate="ManagedAppStatuses")
@Expose
@Nullable
public ManagedAppStatusCollectionPage managedAppStatuses
@SerializedName(value="mdmWindowsInformationProtectionPolicies",
alternate="MdmWindowsInformationProtectionPolicies")
@Expose
@Nullable
public MdmWindowsInformationProtectionPolicyCollectionPage mdmWindowsInformationProtectionPolicies
@SerializedName(value="targetedManagedAppConfigurations",
alternate="TargetedManagedAppConfigurations")
@Expose
@Nullable
public TargetedManagedAppConfigurationCollectionPage targetedManagedAppConfigurations
@SerializedName(value="windowsInformationProtectionPolicies",
alternate="WindowsInformationProtectionPolicies")
@Expose
@Nullable
public WindowsInformationProtectionPolicyCollectionPage windowsInformationProtectionPolicies
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to