public class WindowsPhone81GeneralConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="applyOnlyToWindowsPhone81", alternate="ApplyOnlyToWindowsPhone81") @Expose @Nullable public java.lang.Boolean applyOnlyToWindowsPhone81
@SerializedName(value="appsBlockCopyPaste", alternate="AppsBlockCopyPaste") @Expose @Nullable public java.lang.Boolean appsBlockCopyPaste
@SerializedName(value="bluetoothBlocked", alternate="BluetoothBlocked") @Expose @Nullable public java.lang.Boolean bluetoothBlocked
@SerializedName(value="cameraBlocked", alternate="CameraBlocked") @Expose @Nullable public java.lang.Boolean cameraBlocked
@SerializedName(value="cellularBlockWifiTethering", alternate="CellularBlockWifiTethering") @Expose @Nullable public java.lang.Boolean cellularBlockWifiTethering
@SerializedName(value="compliantAppListType", alternate="CompliantAppListType") @Expose @Nullable public AppListType compliantAppListType
@SerializedName(value="compliantAppsList", alternate="CompliantAppsList") @Expose @Nullable public java.util.List<AppListItem> compliantAppsList
@SerializedName(value="diagnosticDataBlockSubmission", alternate="DiagnosticDataBlockSubmission") @Expose @Nullable public java.lang.Boolean diagnosticDataBlockSubmission
@SerializedName(value="emailBlockAddingAccounts", alternate="EmailBlockAddingAccounts") @Expose @Nullable public java.lang.Boolean emailBlockAddingAccounts
@SerializedName(value="locationServicesBlocked", alternate="LocationServicesBlocked") @Expose @Nullable public java.lang.Boolean locationServicesBlocked
@SerializedName(value="microsoftAccountBlocked", alternate="MicrosoftAccountBlocked") @Expose @Nullable public java.lang.Boolean microsoftAccountBlocked
@SerializedName(value="nfcBlocked", alternate="NfcBlocked") @Expose @Nullable public java.lang.Boolean nfcBlocked
@SerializedName(value="passwordBlockSimple", alternate="PasswordBlockSimple") @Expose @Nullable public java.lang.Boolean passwordBlockSimple
@SerializedName(value="passwordExpirationDays", alternate="PasswordExpirationDays") @Expose @Nullable public java.lang.Integer passwordExpirationDays
@SerializedName(value="passwordMinimumCharacterSetCount", alternate="PasswordMinimumCharacterSetCount") @Expose @Nullable public java.lang.Integer passwordMinimumCharacterSetCount
@SerializedName(value="passwordMinimumLength", alternate="PasswordMinimumLength") @Expose @Nullable public java.lang.Integer passwordMinimumLength
@SerializedName(value="passwordMinutesOfInactivityBeforeScreenTimeout", alternate="PasswordMinutesOfInactivityBeforeScreenTimeout") @Expose @Nullable public java.lang.Integer passwordMinutesOfInactivityBeforeScreenTimeout
@SerializedName(value="passwordPreviousPasswordBlockCount", alternate="PasswordPreviousPasswordBlockCount") @Expose @Nullable public java.lang.Integer passwordPreviousPasswordBlockCount
@SerializedName(value="passwordRequired", alternate="PasswordRequired") @Expose @Nullable public java.lang.Boolean passwordRequired
@SerializedName(value="passwordRequiredType", alternate="PasswordRequiredType") @Expose @Nullable public RequiredPasswordType passwordRequiredType
@SerializedName(value="passwordSignInFailureCountBeforeFactoryReset", alternate="PasswordSignInFailureCountBeforeFactoryReset") @Expose @Nullable public java.lang.Integer passwordSignInFailureCountBeforeFactoryReset
@SerializedName(value="screenCaptureBlocked", alternate="ScreenCaptureBlocked") @Expose @Nullable public java.lang.Boolean screenCaptureBlocked
@SerializedName(value="storageBlockRemovableStorage", alternate="StorageBlockRemovableStorage") @Expose @Nullable public java.lang.Boolean storageBlockRemovableStorage
@SerializedName(value="storageRequireEncryption", alternate="StorageRequireEncryption") @Expose @Nullable public java.lang.Boolean storageRequireEncryption
@SerializedName(value="webBrowserBlocked", alternate="WebBrowserBlocked") @Expose @Nullable public java.lang.Boolean webBrowserBlocked
@SerializedName(value="wifiBlockAutomaticConnectHotspots", alternate="WifiBlockAutomaticConnectHotspots") @Expose @Nullable public java.lang.Boolean wifiBlockAutomaticConnectHotspots
@SerializedName(value="wifiBlocked", alternate="WifiBlocked") @Expose @Nullable public java.lang.Boolean wifiBlocked
@SerializedName(value="wifiBlockHotspotReporting", alternate="WifiBlockHotspotReporting") @Expose @Nullable public java.lang.Boolean wifiBlockHotspotReporting
@SerializedName(value="windowsStoreBlocked", alternate="WindowsStoreBlocked") @Expose @Nullable public java.lang.Boolean windowsStoreBlocked
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class DeviceConfiguration
serializer
- the serializerjson
- the JSON object to set this object to