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