| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceType |
RetireScheduledManagedDevice.deviceType |
protected DeviceType |
MobileAppSupportedDeviceType.type |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceType> |
RetireScheduledManagedDevice.getDeviceType()
“Managed Device Device Type”
|
Optional<DeviceType> |
MobileAppSupportedDeviceType.getType()
“Device type”
|
| Modifier and Type | Method and Description |
|---|---|
RetireScheduledManagedDevice.Builder |
RetireScheduledManagedDevice.Builder.deviceType(DeviceType deviceType)
“Managed Device Device Type”
|
MobileAppSupportedDeviceType.Builder |
MobileAppSupportedDeviceType.Builder.type(DeviceType type)
“Device type”
|
RetireScheduledManagedDevice |
RetireScheduledManagedDevice.withDeviceType(DeviceType deviceType)
Returns an immutable copy of
this with just the deviceType field
changed. |
MobileAppSupportedDeviceType |
MobileAppSupportedDeviceType.withType(DeviceType type)
Returns an immutable copy of
this with just the type field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceType |
ManagedDevice.deviceType |
protected DeviceType |
DeviceComplianceSettingState.platformType |
protected DeviceType |
AdvancedThreatProtectionOnboardingDeviceSettingState.platformType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceType> |
ManagedDevice.getDeviceType()
“Platform of the device.
|
Optional<DeviceType> |
DeviceComplianceSettingState.getPlatformType()
“Device platform type”
|
Optional<DeviceType> |
AdvancedThreatProtectionOnboardingDeviceSettingState.getPlatformType()
“Device platform type”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.deviceType(DeviceType deviceType) |
ManagedDevice.Builder |
ManagedDevice.Builder.deviceType(DeviceType deviceType)
“Platform of the device.
|
DeviceComplianceSettingState.Builder |
DeviceComplianceSettingState.Builder.platformType(DeviceType platformType)
“Device platform type”
|
AdvancedThreatProtectionOnboardingDeviceSettingState.Builder |
AdvancedThreatProtectionOnboardingDeviceSettingState.Builder.platformType(DeviceType platformType)
“Device platform type”
|
ManagedDevice |
ManagedDevice.withDeviceType(DeviceType deviceType)
Returns an immutable copy of
this with just the deviceType field
changed. |
DeviceComplianceSettingState |
DeviceComplianceSettingState.withPlatformType(DeviceType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
AdvancedThreatProtectionOnboardingDeviceSettingState |
AdvancedThreatProtectionOnboardingDeviceSettingState.withPlatformType(DeviceType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceType |
DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.