public class WindowsPhone81GeneralConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsPhone81GeneralConfiguration.Builder |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WindowsPhone81GeneralConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsPhone81GeneralConfiguration.Builder |
builderWindowsPhone81GeneralConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getApplyOnlyToWindowsPhone81()
“Value indicating whether this policy only applies to Windows Phone 8.1.
|
Optional<Boolean> |
getAppsBlockCopyPaste()
“Indicates whether or not to block copy paste.”
|
Optional<Boolean> |
getBluetoothBlocked()
“Indicates whether or not to block bluetooth.”
|
Optional<Boolean> |
getCameraBlocked()
“Indicates whether or not to block camera.”
|
Optional<Boolean> |
getCellularBlockWifiTethering()
“Indicates whether or not to block Wi-Fi tethering.
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<AppListType> |
getCompliantAppListType()
“List that is in the AppComplianceList.”
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
getCompliantAppsList()
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
com.github.davidmoten.odata.client.CollectionPage<AppListItem> |
getCompliantAppsList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of apps in the compliance (either allow list or block list, controlled by
CompliantAppListType).
|
Optional<Boolean> |
getDiagnosticDataBlockSubmission()
“Indicates whether or not to block diagnostic data submission.”
|
Optional<Boolean> |
getEmailBlockAddingAccounts()
“Indicates whether or not to block custom email accounts.”
|
Optional<Boolean> |
getLocationServicesBlocked()
“Indicates whether or not to block location services.”
|
Optional<Boolean> |
getMicrosoftAccountBlocked()
“Indicates whether or not to block using a Microsoft Account.”
|
Optional<Boolean> |
getNfcBlocked()
“Indicates whether or not to block Near-Field Communication.”
|
Optional<Boolean> |
getPasswordBlockSimple()
“Indicates whether or not to block syncing the calendar.”
|
Optional<Integer> |
getPasswordExpirationDays()
“Number of days before the password expires.”
|
Optional<Integer> |
getPasswordMinimumCharacterSetCount()
“Number of character sets a password must contain.”
|
Optional<Integer> |
getPasswordMinimumLength()
“Minimum length of passwords.”
|
Optional<Integer> |
getPasswordMinutesOfInactivityBeforeScreenTimeout()
“Minutes of inactivity before screen timeout.”
|
Optional<Integer> |
getPasswordPreviousPasswordBlockCount()
“Number of previous passwords to block.
|
Optional<Boolean> |
getPasswordRequired()
“Indicates whether or not to require a password.”
|
Optional<RequiredPasswordType> |
getPasswordRequiredType()
“Password type that is required.”
|
Optional<Integer> |
getPasswordSignInFailureCountBeforeFactoryReset()
“Number of sign in failures allowed before factory reset.”
|
Optional<Boolean> |
getScreenCaptureBlocked()
“Indicates whether or not to block screenshots.”
|
Optional<Boolean> |
getStorageBlockRemovableStorage()
“Indicates whether or not to block removable storage.”
|
Optional<Boolean> |
getStorageRequireEncryption()
“Indicates whether or not to require encryption.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getWebBrowserBlocked()
“Indicates whether or not to block the web browser.”
|
Optional<Boolean> |
getWifiBlockAutomaticConnectHotspots()
“Indicates whether or not to block automatically connecting to Wi-Fi hotspots.
|
Optional<Boolean> |
getWifiBlocked()
“Indicates whether or not to block Wi-Fi.”
|
Optional<Boolean> |
getWifiBlockHotspotReporting()
“Indicates whether or not to block Wi-Fi hotspot reporting.
|
Optional<Boolean> |
getWindowsStoreBlocked()
“Indicates whether or not to block the Windows Store.”
|
String |
odataTypeName() |
WindowsPhone81GeneralConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsPhone81GeneralConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsPhone81GeneralConfiguration |
withApplyOnlyToWindowsPhone81(Boolean applyOnlyToWindowsPhone81)
Returns an immutable copy of
this with just the applyOnlyToWindowsPhone81 field changed. |
WindowsPhone81GeneralConfiguration |
withAppsBlockCopyPaste(Boolean appsBlockCopyPaste)
Returns an immutable copy of
this with just the appsBlockCopyPaste field changed. |
WindowsPhone81GeneralConfiguration |
withBluetoothBlocked(Boolean bluetoothBlocked)
Returns an immutable copy of
this with just the bluetoothBlocked
field changed. |
WindowsPhone81GeneralConfiguration |
withCameraBlocked(Boolean cameraBlocked)
Returns an immutable copy of
this with just the cameraBlocked
field changed. |
WindowsPhone81GeneralConfiguration |
withCellularBlockWifiTethering(Boolean cellularBlockWifiTethering)
Returns an immutable copy of
this with just the cellularBlockWifiTethering field changed. |
WindowsPhone81GeneralConfiguration |
withCompliantAppListType(AppListType compliantAppListType)
Returns an immutable copy of
this with just the compliantAppListType field changed. |
WindowsPhone81GeneralConfiguration |
withDiagnosticDataBlockSubmission(Boolean diagnosticDataBlockSubmission)
Returns an immutable copy of
this with just the diagnosticDataBlockSubmission field changed. |
WindowsPhone81GeneralConfiguration |
withEmailBlockAddingAccounts(Boolean emailBlockAddingAccounts)
Returns an immutable copy of
this with just the emailBlockAddingAccounts field changed. |
WindowsPhone81GeneralConfiguration |
withLocationServicesBlocked(Boolean locationServicesBlocked)
Returns an immutable copy of
this with just the locationServicesBlocked field changed. |
WindowsPhone81GeneralConfiguration |
withMicrosoftAccountBlocked(Boolean microsoftAccountBlocked)
Returns an immutable copy of
this with just the microsoftAccountBlocked field changed. |
WindowsPhone81GeneralConfiguration |
withNfcBlocked(Boolean nfcBlocked)
Returns an immutable copy of
this with just the nfcBlocked field
changed. |
WindowsPhone81GeneralConfiguration |
withPasswordBlockSimple(Boolean passwordBlockSimple)
Returns an immutable copy of
this with just the passwordBlockSimple field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordExpirationDays(Integer passwordExpirationDays)
Returns an immutable copy of
this with just the passwordExpirationDays field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordMinimumCharacterSetCount(Integer passwordMinimumCharacterSetCount)
Returns an immutable copy of
this with just the passwordMinimumCharacterSetCount field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordMinimumLength(Integer passwordMinimumLength)
Returns an immutable copy of
this with just the passwordMinimumLength field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordMinutesOfInactivityBeforeScreenTimeout(Integer passwordMinutesOfInactivityBeforeScreenTimeout)
Returns an immutable copy of
this with just the passwordMinutesOfInactivityBeforeScreenTimeout field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordPreviousPasswordBlockCount(Integer passwordPreviousPasswordBlockCount)
Returns an immutable copy of
this with just the passwordPreviousPasswordBlockCount field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordRequired(Boolean passwordRequired)
Returns an immutable copy of
this with just the passwordRequired
field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordRequiredType(RequiredPasswordType passwordRequiredType)
Returns an immutable copy of
this with just the passwordRequiredType field changed. |
WindowsPhone81GeneralConfiguration |
withPasswordSignInFailureCountBeforeFactoryReset(Integer passwordSignInFailureCountBeforeFactoryReset)
Returns an immutable copy of
this with just the passwordSignInFailureCountBeforeFactoryReset field changed. |
WindowsPhone81GeneralConfiguration |
withScreenCaptureBlocked(Boolean screenCaptureBlocked)
Returns an immutable copy of
this with just the screenCaptureBlocked field changed. |
WindowsPhone81GeneralConfiguration |
withStorageBlockRemovableStorage(Boolean storageBlockRemovableStorage)
Returns an immutable copy of
this with just the storageBlockRemovableStorage field changed. |
WindowsPhone81GeneralConfiguration |
withStorageRequireEncryption(Boolean storageRequireEncryption)
Returns an immutable copy of
this with just the storageRequireEncryption field changed. |
WindowsPhone81GeneralConfiguration |
withWebBrowserBlocked(Boolean webBrowserBlocked)
Returns an immutable copy of
this with just the webBrowserBlocked
field changed. |
WindowsPhone81GeneralConfiguration |
withWifiBlockAutomaticConnectHotspots(Boolean wifiBlockAutomaticConnectHotspots)
Returns an immutable copy of
this with just the wifiBlockAutomaticConnectHotspots field changed. |
WindowsPhone81GeneralConfiguration |
withWifiBlocked(Boolean wifiBlocked)
Returns an immutable copy of
this with just the wifiBlocked
field changed. |
WindowsPhone81GeneralConfiguration |
withWifiBlockHotspotReporting(Boolean wifiBlockHotspotReporting)
Returns an immutable copy of
this with just the wifiBlockHotspotReporting field changed. |
WindowsPhone81GeneralConfiguration |
withWindowsStoreBlocked(Boolean windowsStoreBlocked)
Returns an immutable copy of
this with just the windowsStoreBlocked field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected Boolean applyOnlyToWindowsPhone81
protected Boolean appsBlockCopyPaste
protected Boolean bluetoothBlocked
protected Boolean cameraBlocked
protected Boolean cellularBlockWifiTethering
protected List<AppListItem> compliantAppsList
protected String compliantAppsListNextLink
protected AppListType compliantAppListType
protected Boolean diagnosticDataBlockSubmission
protected Boolean emailBlockAddingAccounts
protected Boolean locationServicesBlocked
protected Boolean microsoftAccountBlocked
protected Boolean nfcBlocked
protected Boolean passwordBlockSimple
protected Integer passwordExpirationDays
protected Integer passwordMinimumLength
protected Integer passwordMinutesOfInactivityBeforeScreenTimeout
protected Integer passwordMinimumCharacterSetCount
protected Integer passwordPreviousPasswordBlockCount
protected Integer passwordSignInFailureCountBeforeFactoryReset
protected RequiredPasswordType passwordRequiredType
protected Boolean passwordRequired
protected Boolean screenCaptureBlocked
protected Boolean storageBlockRemovableStorage
protected Boolean storageRequireEncryption
protected Boolean webBrowserBlocked
protected Boolean wifiBlocked
protected Boolean wifiBlockAutomaticConnectHotspots
protected Boolean wifiBlockHotspotReporting
protected Boolean windowsStoreBlocked
protected WindowsPhone81GeneralConfiguration()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static WindowsPhone81GeneralConfiguration.Builder builderWindowsPhone81GeneralConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceConfigurationpublic Optional<Boolean> getApplyOnlyToWindowsPhone81()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public WindowsPhone81GeneralConfiguration withApplyOnlyToWindowsPhone81(Boolean applyOnlyToWindowsPhone81)
this with just the applyOnlyToWindowsPhone81 field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
applyOnlyToWindowsPhone81 - new value of applyOnlyToWindowsPhone81 field (as defined in service metadata)this with just the applyOnlyToWindowsPhone81 field changedpublic Optional<Boolean> getAppsBlockCopyPaste()
public WindowsPhone81GeneralConfiguration withAppsBlockCopyPaste(Boolean appsBlockCopyPaste)
this with just the appsBlockCopyPaste field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Indicates whether or not to block copy paste.”
appsBlockCopyPaste - new value of appsBlockCopyPaste field (as defined in service metadata)this with just the appsBlockCopyPaste field changedpublic Optional<Boolean> getBluetoothBlocked()
public WindowsPhone81GeneralConfiguration withBluetoothBlocked(Boolean bluetoothBlocked)
this with just the bluetoothBlocked
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Indicates whether or not to block bluetooth.”
bluetoothBlocked - new value of bluetoothBlocked field (as defined in service metadata)this with just the bluetoothBlocked field changedpublic Optional<Boolean> getCameraBlocked()
public WindowsPhone81GeneralConfiguration withCameraBlocked(Boolean cameraBlocked)
this with just the cameraBlocked
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Indicates whether or not to block camera.”
cameraBlocked - new value of cameraBlocked field (as defined in service metadata)this with just the cameraBlocked field changedpublic Optional<Boolean> getCellularBlockWifiTethering()
public WindowsPhone81GeneralConfiguration withCellularBlockWifiTethering(Boolean cellularBlockWifiTethering)
this with just the cellularBlockWifiTethering field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.”
cellularBlockWifiTethering - new value of cellularBlockWifiTethering field (as defined in service metadata)this with just the cellularBlockWifiTethering field changedpublic com.github.davidmoten.odata.client.CollectionPage<AppListItem> getCompliantAppsList()
public com.github.davidmoten.odata.client.CollectionPage<AppListItem> getCompliantAppsList(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<AppListType> getCompliantAppListType()
public WindowsPhone81GeneralConfiguration withCompliantAppListType(AppListType compliantAppListType)
this with just the compliantAppListType field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“List that is in the AppComplianceList.”
compliantAppListType - new value of compliantAppListType field (as defined in service metadata)this with just the compliantAppListType field changedpublic Optional<Boolean> getDiagnosticDataBlockSubmission()
public WindowsPhone81GeneralConfiguration withDiagnosticDataBlockSubmission(Boolean diagnosticDataBlockSubmission)
this with just the diagnosticDataBlockSubmission field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to block diagnostic data submission.”
diagnosticDataBlockSubmission - new value of diagnosticDataBlockSubmission field (as defined in service metadata)this with just the diagnosticDataBlockSubmission field changedpublic Optional<Boolean> getEmailBlockAddingAccounts()
public WindowsPhone81GeneralConfiguration withEmailBlockAddingAccounts(Boolean emailBlockAddingAccounts)
this with just the emailBlockAddingAccounts field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to block custom email accounts.”
emailBlockAddingAccounts - new value of emailBlockAddingAccounts field (as defined in service metadata)this with just the emailBlockAddingAccounts field changedpublic Optional<Boolean> getLocationServicesBlocked()
public WindowsPhone81GeneralConfiguration withLocationServicesBlocked(Boolean locationServicesBlocked)
this with just the locationServicesBlocked field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to block location services.”
locationServicesBlocked - new value of locationServicesBlocked field (as defined in service metadata)this with just the locationServicesBlocked field changedpublic Optional<Boolean> getMicrosoftAccountBlocked()
public WindowsPhone81GeneralConfiguration withMicrosoftAccountBlocked(Boolean microsoftAccountBlocked)
this with just the microsoftAccountBlocked field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to block using a Microsoft Account.”
microsoftAccountBlocked - new value of microsoftAccountBlocked field (as defined in service metadata)this with just the microsoftAccountBlocked field changedpublic Optional<Boolean> getNfcBlocked()
public WindowsPhone81GeneralConfiguration withNfcBlocked(Boolean nfcBlocked)
this with just the nfcBlocked field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Indicates whether or not to block Near-Field Communication.”
nfcBlocked - new value of nfcBlocked field (as defined in service metadata)this with just the nfcBlocked field changedpublic Optional<Boolean> getPasswordBlockSimple()
public WindowsPhone81GeneralConfiguration withPasswordBlockSimple(Boolean passwordBlockSimple)
this with just the passwordBlockSimple field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Indicates whether or not to block syncing the calendar.”
passwordBlockSimple - new value of passwordBlockSimple field (as defined in service metadata)this with just the passwordBlockSimple field changedpublic Optional<Integer> getPasswordExpirationDays()
public WindowsPhone81GeneralConfiguration withPasswordExpirationDays(Integer passwordExpirationDays)
this with just the passwordExpirationDays field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Number of days before the password expires.”
passwordExpirationDays - new value of passwordExpirationDays field (as defined in service metadata)this with just the passwordExpirationDays field changedpublic Optional<Integer> getPasswordMinimumLength()
public WindowsPhone81GeneralConfiguration withPasswordMinimumLength(Integer passwordMinimumLength)
this with just the passwordMinimumLength field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Minimum length of passwords.”
passwordMinimumLength - new value of passwordMinimumLength field (as defined in service metadata)this with just the passwordMinimumLength field changedpublic Optional<Integer> getPasswordMinutesOfInactivityBeforeScreenTimeout()
public WindowsPhone81GeneralConfiguration withPasswordMinutesOfInactivityBeforeScreenTimeout(Integer passwordMinutesOfInactivityBeforeScreenTimeout)
this with just the passwordMinutesOfInactivityBeforeScreenTimeout field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Minutes of inactivity before screen timeout.”
passwordMinutesOfInactivityBeforeScreenTimeout - new value of passwordMinutesOfInactivityBeforeScreenTimeout field (as defined in service metadata)this with just the passwordMinutesOfInactivityBeforeScreenTimeout field changedpublic Optional<Integer> getPasswordMinimumCharacterSetCount()
public WindowsPhone81GeneralConfiguration withPasswordMinimumCharacterSetCount(Integer passwordMinimumCharacterSetCount)
this with just the passwordMinimumCharacterSetCount field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Number of character sets a password must contain.”
passwordMinimumCharacterSetCount - new value of passwordMinimumCharacterSetCount field (as defined in service metadata)this with just the passwordMinimumCharacterSetCount field changedpublic Optional<Integer> getPasswordPreviousPasswordBlockCount()
public WindowsPhone81GeneralConfiguration withPasswordPreviousPasswordBlockCount(Integer passwordPreviousPasswordBlockCount)
this with just the passwordPreviousPasswordBlockCount field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Number of previous passwords to block. Valid values 0 to 24”
passwordPreviousPasswordBlockCount - new value of passwordPreviousPasswordBlockCount field (as defined in service metadata)this with just the passwordPreviousPasswordBlockCount field changedpublic Optional<Integer> getPasswordSignInFailureCountBeforeFactoryReset()
public WindowsPhone81GeneralConfiguration withPasswordSignInFailureCountBeforeFactoryReset(Integer passwordSignInFailureCountBeforeFactoryReset)
this with just the passwordSignInFailureCountBeforeFactoryReset field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Number of sign in failures allowed before factory reset.”
passwordSignInFailureCountBeforeFactoryReset - new value of passwordSignInFailureCountBeforeFactoryReset field (as defined in service metadata)this with just the passwordSignInFailureCountBeforeFactoryReset field changedpublic Optional<RequiredPasswordType> getPasswordRequiredType()
public WindowsPhone81GeneralConfiguration withPasswordRequiredType(RequiredPasswordType passwordRequiredType)
this with just the passwordRequiredType field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Password type that is required.”
passwordRequiredType - new value of passwordRequiredType field (as defined in service metadata)this with just the passwordRequiredType field changedpublic Optional<Boolean> getPasswordRequired()
public WindowsPhone81GeneralConfiguration withPasswordRequired(Boolean passwordRequired)
this with just the passwordRequired
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Indicates whether or not to require a password.”
passwordRequired - new value of passwordRequired field (as defined in service metadata)this with just the passwordRequired field changedpublic Optional<Boolean> getScreenCaptureBlocked()
public WindowsPhone81GeneralConfiguration withScreenCaptureBlocked(Boolean screenCaptureBlocked)
this with just the screenCaptureBlocked field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Indicates whether or not to block screenshots.”
screenCaptureBlocked - new value of screenCaptureBlocked field (as defined in service metadata)this with just the screenCaptureBlocked field changedpublic Optional<Boolean> getStorageBlockRemovableStorage()
public WindowsPhone81GeneralConfiguration withStorageBlockRemovableStorage(Boolean storageBlockRemovableStorage)
this with just the storageBlockRemovableStorage field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to block removable storage.”
storageBlockRemovableStorage - new value of storageBlockRemovableStorage field (as defined in service metadata)this with just the storageBlockRemovableStorage field changedpublic Optional<Boolean> getStorageRequireEncryption()
public WindowsPhone81GeneralConfiguration withStorageRequireEncryption(Boolean storageRequireEncryption)
this with just the storageRequireEncryption field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to require encryption.”
storageRequireEncryption - new value of storageRequireEncryption field (as defined in service metadata)this with just the storageRequireEncryption field changedpublic Optional<Boolean> getWebBrowserBlocked()
public WindowsPhone81GeneralConfiguration withWebBrowserBlocked(Boolean webBrowserBlocked)
this with just the webBrowserBlocked
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Indicates whether or not to block the web browser.”
webBrowserBlocked - new value of webBrowserBlocked field (as defined in service metadata)this with just the webBrowserBlocked field changedpublic Optional<Boolean> getWifiBlocked()
public WindowsPhone81GeneralConfiguration withWifiBlocked(Boolean wifiBlocked)
this with just the wifiBlocked
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Indicates whether or not to block Wi-Fi.”
wifiBlocked - new value of wifiBlocked field (as defined in service metadata)this with just the wifiBlocked field changedpublic Optional<Boolean> getWifiBlockAutomaticConnectHotspots()
public WindowsPhone81GeneralConfiguration withWifiBlockAutomaticConnectHotspots(Boolean wifiBlockAutomaticConnectHotspots)
this with just the wifiBlockAutomaticConnectHotspots field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.”
wifiBlockAutomaticConnectHotspots - new value of wifiBlockAutomaticConnectHotspots field (as defined in service metadata)this with just the wifiBlockAutomaticConnectHotspots field changedpublic Optional<Boolean> getWifiBlockHotspotReporting()
public WindowsPhone81GeneralConfiguration withWifiBlockHotspotReporting(Boolean wifiBlockHotspotReporting)
this with just the wifiBlockHotspotReporting field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi- Fi is blocked.”
wifiBlockHotspotReporting - new value of wifiBlockHotspotReporting field (as defined in service metadata)this with just the wifiBlockHotspotReporting field changedpublic Optional<Boolean> getWindowsStoreBlocked()
public WindowsPhone81GeneralConfiguration withWindowsStoreBlocked(Boolean windowsStoreBlocked)
this with just the windowsStoreBlocked field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Indicates whether or not to block the Windows Store.”
windowsStoreBlocked - new value of windowsStoreBlocked field (as defined in service metadata)this with just the windowsStoreBlocked field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic WindowsPhone81GeneralConfiguration patch()
this with changed fields reset.patch in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic WindowsPhone81GeneralConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceConfigurationCopyright © 2018–2020. All rights reserved.