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