Uses of Enum
io.camunda.client.protocol.rest.JobResult.TypeEnum
Packages that use JobResult.TypeEnum
-
Uses of JobResult.TypeEnum in io.camunda.client.protocol.rest
Fields in io.camunda.client.protocol.rest declared as JobResult.TypeEnumMethods in io.camunda.client.protocol.rest that return JobResult.TypeEnumModifier and TypeMethodDescriptionstatic JobResult.TypeEnumJobResult.getType()Used to distinguish between different types of job results.static JobResult.TypeEnumReturns the enum constant of this type with the specified name.static JobResult.TypeEnum[]JobResult.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest with parameters of type JobResult.TypeEnumModifier and TypeMethodDescriptionvoidJobResult.setType(JobResult.TypeEnum type) JobResult.type(JobResult.TypeEnum type) JobResultAdHocSubProcess.type(JobResult.TypeEnum type) JobResultUserTask.type(JobResult.TypeEnum type)