| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
HardwareInformation |
HardwareInformation.Builder.build() |
HardwareInformation |
HardwareInformation.withCellularTechnology(String cellularTechnology)
Returns an immutable copy of
this with just the cellularTechnology field changed. |
HardwareInformation |
HardwareInformation.withDeviceFullQualifiedDomainName(String deviceFullQualifiedDomainName)
Returns an immutable copy of
this with just the deviceFullQualifiedDomainName field changed. |
HardwareInformation |
HardwareInformation.withDeviceGuardLocalSystemAuthorityCredentialGuardState(DeviceGuardLocalSystemAuthorityCredentialGuardState deviceGuardLocalSystemAuthorityCredentialGuardState)
Returns an immutable copy of
this with just the deviceGuardLocalSystemAuthorityCredentialGuardState field changed. |
HardwareInformation |
HardwareInformation.withDeviceGuardVirtualizationBasedSecurityHardwareRequirementState(DeviceGuardVirtualizationBasedSecurityHardwareRequirementState deviceGuardVirtualizationBasedSecurityHardwareRequirementState)
Returns an immutable copy of
this with just the deviceGuardVirtualizationBasedSecurityHardwareRequirementState field changed. |
HardwareInformation |
HardwareInformation.withDeviceGuardVirtualizationBasedSecurityState(DeviceGuardVirtualizationBasedSecurityState deviceGuardVirtualizationBasedSecurityState)
Returns an immutable copy of
this with just the deviceGuardVirtualizationBasedSecurityState field changed. |
HardwareInformation |
HardwareInformation.withFreeStorageSpace(Long freeStorageSpace)
Returns an immutable copy of
this with just the freeStorageSpace
field changed. |
HardwareInformation |
HardwareInformation.withImei(String imei)
Returns an immutable copy of
this with just the imei field
changed. |
HardwareInformation |
HardwareInformation.withIsEncrypted(Boolean isEncrypted)
Returns an immutable copy of
this with just the isEncrypted
field changed. |
HardwareInformation |
HardwareInformation.withIsSharedDevice(Boolean isSharedDevice)
Returns an immutable copy of
this with just the isSharedDevice
field changed. |
HardwareInformation |
HardwareInformation.withIsSupervised(Boolean isSupervised)
Returns an immutable copy of
this with just the isSupervised
field changed. |
HardwareInformation |
HardwareInformation.withManufacturer(String manufacturer)
Returns an immutable copy of
this with just the manufacturer
field changed. |
HardwareInformation |
HardwareInformation.withMeid(String meid)
Returns an immutable copy of
this with just the meid field
changed. |
HardwareInformation |
HardwareInformation.withModel(String model)
Returns an immutable copy of
this with just the model field
changed. |
HardwareInformation |
HardwareInformation.withOperatingSystemEdition(String operatingSystemEdition)
Returns an immutable copy of
this with just the operatingSystemEdition field changed. |
HardwareInformation |
HardwareInformation.withOperatingSystemLanguage(String operatingSystemLanguage)
Returns an immutable copy of
this with just the operatingSystemLanguage field changed. |
HardwareInformation |
HardwareInformation.withOperatingSystemProductType(Integer operatingSystemProductType)
Returns an immutable copy of
this with just the operatingSystemProductType field changed. |
HardwareInformation |
HardwareInformation.withOsBuildNumber(String osBuildNumber)
Returns an immutable copy of
this with just the osBuildNumber
field changed. |
HardwareInformation |
HardwareInformation.withPhoneNumber(String phoneNumber)
Returns an immutable copy of
this with just the phoneNumber
field changed. |
HardwareInformation |
HardwareInformation.withSerialNumber(String serialNumber)
Returns an immutable copy of
this with just the serialNumber
field changed. |
HardwareInformation |
HardwareInformation.withSubscriberCarrier(String subscriberCarrier)
Returns an immutable copy of
this with just the subscriberCarrier
field changed. |
HardwareInformation |
HardwareInformation.withTotalStorageSpace(Long totalStorageSpace)
Returns an immutable copy of
this with just the totalStorageSpace
field changed. |
HardwareInformation |
HardwareInformation.withTpmSpecificationVersion(String tpmSpecificationVersion)
Returns an immutable copy of
this with just the tpmSpecificationVersion field changed. |
HardwareInformation |
HardwareInformation.withWifiMac(String wifiMac)
Returns an immutable copy of
this with just the wifiMac field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected HardwareInformation |
ManagedDevice.hardwareInformation |
| Modifier and Type | Method and Description |
|---|---|
Optional<HardwareInformation> |
ManagedDevice.getHardwareInformation()
“The hardward details for the device.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.hardwareInformation(HardwareInformation hardwareInformation) |
ManagedDevice.Builder |
ManagedDevice.Builder.hardwareInformation(HardwareInformation hardwareInformation)
“The hardward details for the device.
|
ManagedDevice |
ManagedDevice.withHardwareInformation(HardwareInformation hardwareInformation)
Returns an immutable copy of
this with just the hardwareInformation field changed. |
Copyright © 2018–2020. All rights reserved.