Package odata.msgraph.client.beta.entity
Class Windows10DeviceFirmwareConfigurationInterface.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Windows10DeviceFirmwareConfigurationInterface.Builder
-
- Enclosing class:
- Windows10DeviceFirmwareConfigurationInterface
public static final class Windows10DeviceFirmwareConfigurationInterface.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public Windows10DeviceFirmwareConfigurationInterface.Builder id(String id)
-
createdDateTime
public Windows10DeviceFirmwareConfigurationInterface.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public Windows10DeviceFirmwareConfigurationInterface.Builder description(String description)
-
deviceManagementApplicabilityRuleDeviceMode
public Windows10DeviceFirmwareConfigurationInterface.Builder deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode)
-
deviceManagementApplicabilityRuleOsEdition
public Windows10DeviceFirmwareConfigurationInterface.Builder deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition)
-
deviceManagementApplicabilityRuleOsVersion
public Windows10DeviceFirmwareConfigurationInterface.Builder deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion)
-
displayName
public Windows10DeviceFirmwareConfigurationInterface.Builder displayName(String displayName)
-
lastModifiedDateTime
public Windows10DeviceFirmwareConfigurationInterface.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
roleScopeTagIds
public Windows10DeviceFirmwareConfigurationInterface.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public Windows10DeviceFirmwareConfigurationInterface.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public Windows10DeviceFirmwareConfigurationInterface.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supportsScopeTags
public Windows10DeviceFirmwareConfigurationInterface.Builder supportsScopeTags(Boolean supportsScopeTags)
-
version
public Windows10DeviceFirmwareConfigurationInterface.Builder version(Integer version)
-
bootFromBuiltInNetworkAdapters
public Windows10DeviceFirmwareConfigurationInterface.Builder bootFromBuiltInNetworkAdapters(Enablement bootFromBuiltInNetworkAdapters)
“Defines whether a user is allowed to boot from built-in network adapters.”- Parameters:
bootFromBuiltInNetworkAdapters- value ofbootFromBuiltInNetworkAdaptersproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bootFromExternalMedia
public Windows10DeviceFirmwareConfigurationInterface.Builder bootFromExternalMedia(Enablement bootFromExternalMedia)
“Defines whether a user is allowed to boot from external media.”- Parameters:
bootFromExternalMedia- value ofbootFromExternalMediaproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
cameras
public Windows10DeviceFirmwareConfigurationInterface.Builder cameras(Enablement cameras)
“Defines whether built-in cameras are enabled.”- Parameters:
cameras- value ofcamerasproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
changeUefiSettingsPermission
public Windows10DeviceFirmwareConfigurationInterface.Builder changeUefiSettingsPermission(ChangeUefiSettingsPermission changeUefiSettingsPermission)
“Defines the permission level granted to users to change UEFI settings.”- Parameters:
changeUefiSettingsPermission- value ofchangeUefiSettingsPermissionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
microphonesAndSpeakers
public Windows10DeviceFirmwareConfigurationInterface.Builder microphonesAndSpeakers(Enablement microphonesAndSpeakers)
“Defines whether built-in microphones or speakers are enabled.”- Parameters:
microphonesAndSpeakers- value ofmicrophonesAndSpeakersproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
radios
public Windows10DeviceFirmwareConfigurationInterface.Builder radios(Enablement radios)
“Defines whether built-in radios e.g. WIFI, NFC, Bluetooth, are enabled.”- Parameters:
radios- value ofradiosproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
simultaneousMultiThreading
public Windows10DeviceFirmwareConfigurationInterface.Builder simultaneousMultiThreading(Enablement simultaneousMultiThreading)
“Defines whether a user is allowed to enable Simultaneous MultiThreading.”- Parameters:
simultaneousMultiThreading- value ofsimultaneousMultiThreadingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
virtualizationOfCpuAndIO
public Windows10DeviceFirmwareConfigurationInterface.Builder virtualizationOfCpuAndIO(Enablement virtualizationOfCpuAndIO)
“Defines whether CPU and IO virtualization is enabled.”- Parameters:
virtualizationOfCpuAndIO- value ofvirtualizationOfCpuAndIOproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
windowsPlatformBinaryTable
public Windows10DeviceFirmwareConfigurationInterface.Builder windowsPlatformBinaryTable(Enablement windowsPlatformBinaryTable)
“Defines whether a user is allowed to enable Windows Platform Binary Table.”- Parameters:
windowsPlatformBinaryTable- value ofwindowsPlatformBinaryTableproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Windows10DeviceFirmwareConfigurationInterface build()
-
-