Uses of Enum
io.camunda.zeebe.protocol.record.RejectionType
Packages that use RejectionType
-
Uses of RejectionType in io.camunda.zeebe.protocol.record
Methods in io.camunda.zeebe.protocol.record that return RejectionTypeModifier and TypeMethodDescriptionstatic RejectionTypeRejectionType.get(short value) Lookup the enum value representing the value.ImmutableRecord.getRejectionType()Record.getRejectionType()ExecuteCommandResponseDecoder.rejectionType()RecordMetadataDecoder.rejectionType()static RejectionTypeReturns the enum constant of this type with the specified name.static RejectionType[]RejectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record with parameters of type RejectionTypeModifier and TypeMethodDescriptionExecuteCommandResponseEncoder.rejectionType(RejectionType value) RecordMetadataEncoder.rejectionType(RejectionType value) final ImmutableRecord.Builder<T> ImmutableRecord.Builder.withRejectionType(RejectionType rejectionType) Initializes the value for therejectionTypeattribute.final ImmutableRecord<T> ImmutableRecord.withRejectionType(RejectionType value) Copy the current immutable object by setting a value for therejectionTypeattribute.