Uses of Class
odata.msgraph.client.beta.enums.DeviceAppManagementTaskCategory
-
Packages that use DeviceAppManagementTaskCategory Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceAppManagementTaskCategory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceAppManagementTaskCategory Modifier and Type Field Description protected DeviceAppManagementTaskCategoryDeviceAppManagementTask. categoryMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceAppManagementTaskCategory Modifier and Type Method Description Optional<DeviceAppManagementTaskCategory>DeviceAppManagementTask. getCategory()“The category.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceAppManagementTaskCategory Modifier and Type Method Description AppVulnerabilityTask.BuilderAppVulnerabilityTask.Builder. category(DeviceAppManagementTaskCategory category)DeviceAppManagementTask.BuilderDeviceAppManagementTask.Builder. category(DeviceAppManagementTaskCategory category)“The category.”SecurityConfigurationTask.BuilderSecurityConfigurationTask.Builder. category(DeviceAppManagementTaskCategory category)UnmanagedDeviceDiscoveryTask.BuilderUnmanagedDeviceDiscoveryTask.Builder. category(DeviceAppManagementTaskCategory category)DeviceAppManagementTaskDeviceAppManagementTask. withCategory(DeviceAppManagementTaskCategory category)Returns an immutable copy ofthiswith just thecategoryfield changed. -
Uses of DeviceAppManagementTaskCategory in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceAppManagementTaskCategory Modifier and Type Method Description static DeviceAppManagementTaskCategoryDeviceAppManagementTaskCategory. 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.
-