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