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