Uses of Enum Class
io.camunda.zeebe.gateway.protocol.rest.OperationItem.TypeEnum
Packages that use OperationItem.TypeEnum
-
Uses of OperationItem.TypeEnum in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return OperationItem.TypeEnumModifier and TypeMethodDescriptionstatic OperationItem.TypeEnumOperationItem.getType()Get typestatic OperationItem.TypeEnumReturns the enum constant of this class with the specified name.static OperationItem.TypeEnum[]OperationItem.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.gateway.protocol.rest with parameters of type OperationItem.TypeEnumModifier and TypeMethodDescriptionvoidOperationItem.setType(OperationItem.TypeEnum type) OperationItem.type(OperationItem.TypeEnum type)