public class DeviceAppManagement extends Entity implements IJsonBackedObject
| Constructor and Description |
|---|
DeviceAppManagement() |
| Modifier and Type | Method and Description |
|---|---|
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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="isEnabledForMicrosoftStoreForBusiness",
alternate="IsEnabledForMicrosoftStoreForBusiness")
@Expose
public java.lang.Boolean isEnabledForMicrosoftStoreForBusiness
@SerializedName(value="microsoftStoreForBusinessLanguage",
alternate="MicrosoftStoreForBusinessLanguage")
@Expose
public java.lang.String microsoftStoreForBusinessLanguage
@SerializedName(value="microsoftStoreForBusinessLastCompletedApplicationSyncTime",
alternate="MicrosoftStoreForBusinessLastCompletedApplicationSyncTime")
@Expose
public java.util.Calendar microsoftStoreForBusinessLastCompletedApplicationSyncTime
@SerializedName(value="microsoftStoreForBusinessLastSuccessfulSyncDateTime",
alternate="MicrosoftStoreForBusinessLastSuccessfulSyncDateTime")
@Expose
public java.util.Calendar microsoftStoreForBusinessLastSuccessfulSyncDateTime
@SerializedName(value="managedEBooks",
alternate="ManagedEBooks")
@Expose
public ManagedEBookCollectionPage managedEBooks
@SerializedName(value="mobileAppCategories",
alternate="MobileAppCategories")
@Expose
public MobileAppCategoryCollectionPage mobileAppCategories
@SerializedName(value="mobileAppConfigurations",
alternate="MobileAppConfigurations")
@Expose
public ManagedDeviceMobileAppConfigurationCollectionPage mobileAppConfigurations
@SerializedName(value="mobileApps",
alternate="MobileApps")
@Expose
public MobileAppCollectionPage mobileApps
@SerializedName(value="vppTokens",
alternate="VppTokens")
@Expose
public VppTokenCollectionPage vppTokens
@SerializedName(value="androidManagedAppProtections",
alternate="AndroidManagedAppProtections")
@Expose
public AndroidManagedAppProtectionCollectionPage androidManagedAppProtections
@SerializedName(value="defaultManagedAppProtections",
alternate="DefaultManagedAppProtections")
@Expose
public DefaultManagedAppProtectionCollectionPage defaultManagedAppProtections
@SerializedName(value="iosManagedAppProtections",
alternate="IosManagedAppProtections")
@Expose
public IosManagedAppProtectionCollectionPage iosManagedAppProtections
@SerializedName(value="managedAppPolicies",
alternate="ManagedAppPolicies")
@Expose
public ManagedAppPolicyCollectionPage managedAppPolicies
@SerializedName(value="managedAppRegistrations",
alternate="ManagedAppRegistrations")
@Expose
public ManagedAppRegistrationCollectionPage managedAppRegistrations
@SerializedName(value="managedAppStatuses",
alternate="ManagedAppStatuses")
@Expose
public ManagedAppStatusCollectionPage managedAppStatuses
@SerializedName(value="mdmWindowsInformationProtectionPolicies",
alternate="MdmWindowsInformationProtectionPolicies")
@Expose
public MdmWindowsInformationProtectionPolicyCollectionPage mdmWindowsInformationProtectionPolicies
@SerializedName(value="targetedManagedAppConfigurations",
alternate="TargetedManagedAppConfigurations")
@Expose
public TargetedManagedAppConfigurationCollectionPage targetedManagedAppConfigurations
@SerializedName(value="windowsInformationProtectionPolicies",
alternate="WindowsInformationProtectionPolicies")
@Expose
public WindowsInformationProtectionPolicyCollectionPage windowsInformationProtectionPolicies
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to