public class Windows10DeviceFirmwareConfigurationInterface extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows10DeviceFirmwareConfigurationInterface.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Enablement |
bootFromBuiltInNetworkAdapters |
protected Enablement |
bootFromExternalMedia |
protected Enablement |
cameras |
protected ChangeUefiSettingsPermission |
changeUefiSettingsPermission |
protected Enablement |
microphonesAndSpeakers |
protected Enablement |
radios |
protected Enablement |
virtualizationOfCpuAndIO |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Windows10DeviceFirmwareConfigurationInterface() |
| Modifier and Type | Method and Description |
|---|---|
static Windows10DeviceFirmwareConfigurationInterface.Builder |
builderWindows10DeviceFirmwareConfigurationInterface()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Enablement> |
getBootFromBuiltInNetworkAdapters()
“Defines whether a user is allowed to boot from built-in network adapters.”
|
Optional<Enablement> |
getBootFromExternalMedia()
“Defines whether a user is allowed to boot from external media.”
|
Optional<Enablement> |
getCameras()
“Defines whether built-in cameras are enabled.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<ChangeUefiSettingsPermission> |
getChangeUefiSettingsPermission()
“Defines the permission level granted to users to change UEFI settings.”
|
Optional<Enablement> |
getMicrophonesAndSpeakers()
“Defines whether built-in microphones or speakers are enabled.”
|
Optional<Enablement> |
getRadios()
“Defines whether built-in radios e.g.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Enablement> |
getVirtualizationOfCpuAndIO()
“Defines whether CPU and IO virtualization is enabled.”
|
String |
odataTypeName() |
Windows10DeviceFirmwareConfigurationInterface |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Windows10DeviceFirmwareConfigurationInterface |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Windows10DeviceFirmwareConfigurationInterface |
withBootFromBuiltInNetworkAdapters(Enablement bootFromBuiltInNetworkAdapters)
Returns an immutable copy of
this with just the bootFromBuiltInNetworkAdapters field changed. |
Windows10DeviceFirmwareConfigurationInterface |
withBootFromExternalMedia(Enablement bootFromExternalMedia)
Returns an immutable copy of
this with just the bootFromExternalMedia field changed. |
Windows10DeviceFirmwareConfigurationInterface |
withCameras(Enablement cameras)
Returns an immutable copy of
this with just the cameras field
changed. |
Windows10DeviceFirmwareConfigurationInterface |
withChangeUefiSettingsPermission(ChangeUefiSettingsPermission changeUefiSettingsPermission)
Returns an immutable copy of
this with just the changeUefiSettingsPermission field changed. |
Windows10DeviceFirmwareConfigurationInterface |
withMicrophonesAndSpeakers(Enablement microphonesAndSpeakers)
Returns an immutable copy of
this with just the microphonesAndSpeakers field changed. |
Windows10DeviceFirmwareConfigurationInterface |
withRadios(Enablement radios)
Returns an immutable copy of
this with just the radios field
changed. |
Windows10DeviceFirmwareConfigurationInterface |
withVirtualizationOfCpuAndIO(Enablement virtualizationOfCpuAndIO)
Returns an immutable copy of
this with just the virtualizationOfCpuAndIO field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected ChangeUefiSettingsPermission changeUefiSettingsPermission
protected Enablement virtualizationOfCpuAndIO
protected Enablement cameras
protected Enablement microphonesAndSpeakers
protected Enablement radios
protected Enablement bootFromExternalMedia
protected Enablement bootFromBuiltInNetworkAdapters
protected Windows10DeviceFirmwareConfigurationInterface()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static Windows10DeviceFirmwareConfigurationInterface.Builder builderWindows10DeviceFirmwareConfigurationInterface()
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<ChangeUefiSettingsPermission> getChangeUefiSettingsPermission()
public Windows10DeviceFirmwareConfigurationInterface withChangeUefiSettingsPermission(ChangeUefiSettingsPermission changeUefiSettingsPermission)
this with just the changeUefiSettingsPermission 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.
“Defines the permission level granted to users to change UEFI settings.”
changeUefiSettingsPermission - new value of changeUefiSettingsPermission field (as defined in service metadata)this with just the changeUefiSettingsPermission field changedpublic Optional<Enablement> getVirtualizationOfCpuAndIO()
public Windows10DeviceFirmwareConfigurationInterface withVirtualizationOfCpuAndIO(Enablement virtualizationOfCpuAndIO)
this with just the virtualizationOfCpuAndIO 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.
“Defines whether CPU and IO virtualization is enabled.”
virtualizationOfCpuAndIO - new value of virtualizationOfCpuAndIO field (as defined in service metadata)this with just the virtualizationOfCpuAndIO field changedpublic Optional<Enablement> getCameras()
public Windows10DeviceFirmwareConfigurationInterface withCameras(Enablement cameras)
this with just the cameras 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.
“Defines whether built-in cameras are enabled.”
cameras - new value of cameras field (as defined in service metadata)this with just the cameras field changedpublic Optional<Enablement> getMicrophonesAndSpeakers()
public Windows10DeviceFirmwareConfigurationInterface withMicrophonesAndSpeakers(Enablement microphonesAndSpeakers)
this with just the microphonesAndSpeakers 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.
“Defines whether built-in microphones or speakers are enabled.”
microphonesAndSpeakers - new value of microphonesAndSpeakers field (as defined in service metadata)this with just the microphonesAndSpeakers field changedpublic Optional<Enablement> getRadios()
public Windows10DeviceFirmwareConfigurationInterface withRadios(Enablement radios)
this with just the radios 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.
“Defines whether built-in radios e.g. WIFI, NFC, Bluetooth, are enabled.”
radios - new value of radios field (as defined in service metadata)this with just the radios field changedpublic Optional<Enablement> getBootFromExternalMedia()
public Windows10DeviceFirmwareConfigurationInterface withBootFromExternalMedia(Enablement bootFromExternalMedia)
this with just the bootFromExternalMedia 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.
“Defines whether a user is allowed to boot from external media.”
bootFromExternalMedia - new value of bootFromExternalMedia field (as defined in service metadata)this with just the bootFromExternalMedia field changedpublic Optional<Enablement> getBootFromBuiltInNetworkAdapters()
public Windows10DeviceFirmwareConfigurationInterface withBootFromBuiltInNetworkAdapters(Enablement bootFromBuiltInNetworkAdapters)
this with just the bootFromBuiltInNetworkAdapters 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.
“Defines whether a user is allowed to boot from built-in network adapters.”
bootFromBuiltInNetworkAdapters - new value of bootFromBuiltInNetworkAdapters field (as defined in service metadata)this with just the bootFromBuiltInNetworkAdapters field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic Windows10DeviceFirmwareConfigurationInterface 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 Windows10DeviceFirmwareConfigurationInterface 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.