Uses of Enum
org.camunda.community.rest.client.dto.ProcessInstanceModificationInstructionDto.TypeEnum
Packages that use ProcessInstanceModificationInstructionDto.TypeEnum
-
Uses of ProcessInstanceModificationInstructionDto.TypeEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ProcessInstanceModificationInstructionDto.TypeEnumModifier and TypeMethodDescriptionProcessInstanceModificationInstructionDto.getType()**Mandatory**.Returns the enum constant of this type with the specified name.ProcessInstanceModificationInstructionDto.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.rest.client.dto with parameters of type ProcessInstanceModificationInstructionDto.TypeEnumModifier and TypeMethodDescriptionvoidProcessInstanceModificationInstructionDto.setType(ProcessInstanceModificationInstructionDto.TypeEnum type) ProcessInstanceModificationInstructionDto.type(ProcessInstanceModificationInstructionDto.TypeEnum type)