Uses of Enum
org.camunda.community.rest.client.dto.RestartProcessInstanceModificationInstructionDto.TypeEnum
Packages that use RestartProcessInstanceModificationInstructionDto.TypeEnum
-
Uses of RestartProcessInstanceModificationInstructionDto.TypeEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return RestartProcessInstanceModificationInstructionDto.TypeEnumModifier and TypeMethodDescriptionRestartProcessInstanceModificationInstructionDto.getType()**Mandatory**.Returns the enum constant of this type with the specified name.RestartProcessInstanceModificationInstructionDto.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 RestartProcessInstanceModificationInstructionDto.TypeEnumModifier and TypeMethodDescriptionvoidRestartProcessInstanceModificationInstructionDto.setType(RestartProcessInstanceModificationInstructionDto.TypeEnum type) RestartProcessInstanceModificationInstructionDto.type(RestartProcessInstanceModificationInstructionDto.TypeEnum type)