Uses of Class
odata.msgraph.client.identitygovernance.enums.LifecycleWorkflowProcessingStatus
-
Packages that use LifecycleWorkflowProcessingStatus Package Description odata.msgraph.client.identitygovernance.entity odata.msgraph.client.identitygovernance.enums -
-
Uses of LifecycleWorkflowProcessingStatus in odata.msgraph.client.identitygovernance.entity
Fields in odata.msgraph.client.identitygovernance.entity declared as LifecycleWorkflowProcessingStatus Modifier and Type Field Description protected LifecycleWorkflowProcessingStatusRun. processingStatusprotected LifecycleWorkflowProcessingStatusTaskProcessingResult. processingStatusprotected LifecycleWorkflowProcessingStatusTaskReport. processingStatusprotected LifecycleWorkflowProcessingStatusUserProcessingResult. processingStatusMethods in odata.msgraph.client.identitygovernance.entity that return types with arguments of type LifecycleWorkflowProcessingStatus Modifier and Type Method Description Optional<LifecycleWorkflowProcessingStatus>Run. getProcessingStatus()Optional<LifecycleWorkflowProcessingStatus>TaskProcessingResult. getProcessingStatus()Optional<LifecycleWorkflowProcessingStatus>TaskReport. getProcessingStatus()Optional<LifecycleWorkflowProcessingStatus>UserProcessingResult. getProcessingStatus() -
Uses of LifecycleWorkflowProcessingStatus in odata.msgraph.client.identitygovernance.enums
Methods in odata.msgraph.client.identitygovernance.enums that return LifecycleWorkflowProcessingStatus Modifier and Type Method Description static LifecycleWorkflowProcessingStatusLifecycleWorkflowProcessingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecycleWorkflowProcessingStatus[]LifecycleWorkflowProcessingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-