Uses of Class
org.tkit.rhpam.quarkus.messaging.model.ResolutionStatus
-
Packages that use ResolutionStatus Package Description org.tkit.rhpam.quarkus.messaging.model -
-
Uses of ResolutionStatus in org.tkit.rhpam.quarkus.messaging.model
Methods in org.tkit.rhpam.quarkus.messaging.model that return ResolutionStatus Modifier and Type Method Description static ResolutionStatusResolutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolutionStatus[]ResolutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tkit.rhpam.quarkus.messaging.model with parameters of type ResolutionStatus Modifier and Type Method Description ProcessStepExecutionResult.BuilderProcessStepExecutionResult.Builder. status(ResolutionStatus resolutionStatus)Status builder.Constructors in org.tkit.rhpam.quarkus.messaging.model with parameters of type ResolutionStatus Constructor Description ProcessStepExecutionResult(ResolutionStatus status, Map<String,Object> parameters)Instantiates a new Process step execution result.
-