| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Platform |
ImportedAppleDeviceIdentity.platform |
protected Platform |
ImportedDeviceIdentity.platform |
| Modifier and Type | Method and Description |
|---|---|
Optional<Platform> |
ImportedAppleDeviceIdentity.getPlatform()
“The platform of the Device.”
|
Optional<Platform> |
ImportedDeviceIdentity.getPlatform()
“The platform of the Device.”
|
| Modifier and Type | Method and Description |
|---|---|
ImportedAppleDeviceIdentity.Builder |
ImportedAppleDeviceIdentity.Builder.platform(Platform platform)
“The platform of the Device.”
|
ImportedDeviceIdentity.Builder |
ImportedDeviceIdentity.Builder.platform(Platform platform)
“The platform of the Device.”
|
ImportedAppleDeviceIdentityResult.Builder |
ImportedAppleDeviceIdentityResult.Builder.platform(Platform platform) |
ImportedDeviceIdentityResult.Builder |
ImportedDeviceIdentityResult.Builder.platform(Platform platform) |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withPlatform(Platform platform)
Returns an immutable copy of
this with just the platform field
changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withPlatform(Platform platform)
Returns an immutable copy of
this with just the platform field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.