| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected InstallState |
DeviceInstallState.installState |
| Modifier and Type | Method and Description |
|---|---|
Optional<InstallState> |
DeviceInstallState.getInstallState()
“The install state of the eBook.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceInstallState.Builder |
DeviceInstallState.Builder.installState(InstallState installState)
“The install state of the eBook.”
|
DeviceInstallState |
DeviceInstallState.withInstallState(InstallState installState)
Returns an immutable copy of
this with just the installState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static InstallState |
InstallState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallState[] |
InstallState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.