Uses of Enum
org.camunda.community.rest.client.dto.MessageCorrelationResultWithVariableDto.ResultTypeEnum
Packages that use MessageCorrelationResultWithVariableDto.ResultTypeEnum
-
Uses of MessageCorrelationResultWithVariableDto.ResultTypeEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return MessageCorrelationResultWithVariableDto.ResultTypeEnumModifier and TypeMethodDescriptionMessageCorrelationResultWithVariableDto.getResultType()Indicates if the message was correlated to a message start event or an intermediate message catching event.Returns the enum constant of this type with the specified name.MessageCorrelationResultWithVariableDto.ResultTypeEnum.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 that return types with arguments of type MessageCorrelationResultWithVariableDto.ResultTypeEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<MessageCorrelationResultWithVariableDto.ResultTypeEnum>MessageCorrelationResultWithVariableDto.getResultType_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type MessageCorrelationResultWithVariableDto.ResultTypeEnumModifier and TypeMethodDescriptionMessageCorrelationResultWithVariableDto.resultType(MessageCorrelationResultWithVariableDto.ResultTypeEnum resultType) voidMessageCorrelationResultWithVariableDto.setResultType(MessageCorrelationResultWithVariableDto.ResultTypeEnum resultType) Method parameters in org.camunda.community.rest.client.dto with type arguments of type MessageCorrelationResultWithVariableDto.ResultTypeEnumModifier and TypeMethodDescriptionvoidMessageCorrelationResultWithVariableDto.setResultType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<MessageCorrelationResultWithVariableDto.ResultTypeEnum> resultType)