public class WindowsPhone81GeneralConfiguration extends DeviceConfiguration implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
applyOnlyToWindowsPhone81
The Apply Only To Windows Phone81.
|
java.lang.Boolean |
appsBlockCopyPaste
The Apps Block Copy Paste.
|
java.lang.Boolean |
bluetoothBlocked
The Bluetooth Blocked.
|
java.lang.Boolean |
cameraBlocked
The Camera Blocked.
|
java.lang.Boolean |
cellularBlockWifiTethering
The Cellular Block Wifi Tethering.
|
AppListType |
compliantAppListType
The Compliant App List Type.
|
java.util.List<AppListItem> |
compliantAppsList
The Compliant Apps List.
|
java.lang.Boolean |
diagnosticDataBlockSubmission
The Diagnostic Data Block Submission.
|
java.lang.Boolean |
emailBlockAddingAccounts
The Email Block Adding Accounts.
|
java.lang.Boolean |
locationServicesBlocked
The Location Services Blocked.
|
java.lang.Boolean |
microsoftAccountBlocked
The Microsoft Account Blocked.
|
java.lang.Boolean |
nfcBlocked
The Nfc Blocked.
|
java.lang.Boolean |
passwordBlockSimple
The Password Block Simple.
|
java.lang.Integer |
passwordExpirationDays
The Password Expiration Days.
|
java.lang.Integer |
passwordMinimumCharacterSetCount
The Password Minimum Character Set Count.
|
java.lang.Integer |
passwordMinimumLength
The Password Minimum Length.
|
java.lang.Integer |
passwordMinutesOfInactivityBeforeScreenTimeout
The Password Minutes Of Inactivity Before Screen Timeout.
|
java.lang.Integer |
passwordPreviousPasswordBlockCount
The Password Previous Password Block Count.
|
java.lang.Boolean |
passwordRequired
The Password Required.
|
RequiredPasswordType |
passwordRequiredType
The Password Required Type.
|
java.lang.Integer |
passwordSignInFailureCountBeforeFactoryReset
The Password Sign In Failure Count Before Factory Reset.
|
java.lang.Boolean |
screenCaptureBlocked
The Screen Capture Blocked.
|
java.lang.Boolean |
storageBlockRemovableStorage
The Storage Block Removable Storage.
|
java.lang.Boolean |
storageRequireEncryption
The Storage Require Encryption.
|
java.lang.Boolean |
webBrowserBlocked
The Web Browser Blocked.
|
java.lang.Boolean |
wifiBlockAutomaticConnectHotspots
The Wifi Block Automatic Connect Hotspots.
|
java.lang.Boolean |
wifiBlocked
The Wifi Blocked.
|
java.lang.Boolean |
wifiBlockHotspotReporting
The Wifi Block Hotspot Reporting.
|
java.lang.Boolean |
windowsStoreBlocked
The Windows Store Blocked.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
WindowsPhone81GeneralConfiguration() |
| 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="applyOnlyToWindowsPhone81") @Expose public java.lang.Boolean applyOnlyToWindowsPhone81
@SerializedName(value="appsBlockCopyPaste") @Expose public java.lang.Boolean appsBlockCopyPaste
@SerializedName(value="bluetoothBlocked") @Expose public java.lang.Boolean bluetoothBlocked
@SerializedName(value="cameraBlocked") @Expose public java.lang.Boolean cameraBlocked
@SerializedName(value="cellularBlockWifiTethering") @Expose public java.lang.Boolean cellularBlockWifiTethering
@SerializedName(value="compliantAppsList") @Expose public java.util.List<AppListItem> compliantAppsList
@SerializedName(value="compliantAppListType") @Expose public AppListType compliantAppListType
@SerializedName(value="diagnosticDataBlockSubmission") @Expose public java.lang.Boolean diagnosticDataBlockSubmission
@SerializedName(value="emailBlockAddingAccounts") @Expose public java.lang.Boolean emailBlockAddingAccounts
@SerializedName(value="locationServicesBlocked") @Expose public java.lang.Boolean locationServicesBlocked
@SerializedName(value="microsoftAccountBlocked") @Expose public java.lang.Boolean microsoftAccountBlocked
@SerializedName(value="nfcBlocked") @Expose public java.lang.Boolean nfcBlocked
@SerializedName(value="passwordBlockSimple") @Expose public java.lang.Boolean passwordBlockSimple
@SerializedName(value="passwordExpirationDays") @Expose public java.lang.Integer passwordExpirationDays
@SerializedName(value="passwordMinimumLength") @Expose public java.lang.Integer passwordMinimumLength
@SerializedName(value="passwordMinutesOfInactivityBeforeScreenTimeout") @Expose public java.lang.Integer passwordMinutesOfInactivityBeforeScreenTimeout
@SerializedName(value="passwordMinimumCharacterSetCount") @Expose public java.lang.Integer passwordMinimumCharacterSetCount
@SerializedName(value="passwordPreviousPasswordBlockCount") @Expose public java.lang.Integer passwordPreviousPasswordBlockCount
@SerializedName(value="passwordSignInFailureCountBeforeFactoryReset") @Expose public java.lang.Integer passwordSignInFailureCountBeforeFactoryReset
@SerializedName(value="passwordRequiredType") @Expose public RequiredPasswordType passwordRequiredType
@SerializedName(value="passwordRequired") @Expose public java.lang.Boolean passwordRequired
@SerializedName(value="screenCaptureBlocked") @Expose public java.lang.Boolean screenCaptureBlocked
@SerializedName(value="storageBlockRemovableStorage") @Expose public java.lang.Boolean storageBlockRemovableStorage
@SerializedName(value="storageRequireEncryption") @Expose public java.lang.Boolean storageRequireEncryption
@SerializedName(value="webBrowserBlocked") @Expose public java.lang.Boolean webBrowserBlocked
@SerializedName(value="wifiBlocked") @Expose public java.lang.Boolean wifiBlocked
@SerializedName(value="wifiBlockAutomaticConnectHotspots") @Expose public java.lang.Boolean wifiBlockAutomaticConnectHotspots
@SerializedName(value="wifiBlockHotspotReporting") @Expose public java.lang.Boolean wifiBlockHotspotReporting
@SerializedName(value="windowsStoreBlocked") @Expose public java.lang.Boolean windowsStoreBlocked
public com.google.gson.JsonObject getRawObject()
getRawObject in class DeviceConfigurationprotected ISerializer getSerializer()
getSerializer in class DeviceConfigurationpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DeviceConfigurationserializer - the serializerjson - the JSON object to set this object to