Uses of Enum
io.camunda.zeebe.protocol.record.value.JobKind
Packages that use JobKind
-
Uses of JobKind in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return JobKindModifier and TypeMethodDescriptionImmutableJobRecordValue.getJobKind()JobRecordValue.getJobKind()static JobKindReturns the enum constant of this type with the specified name.static JobKind[]JobKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record.value with parameters of type JobKindModifier and TypeMethodDescriptionImmutableJobRecordValue.Builder.withJobKind(JobKind jobKind) Initializes the value for thejobKindattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withJobKind(JobKind value) Copy the current immutable object by setting a value for thejobKindattribute.