Uses of Interface
io.camunda.zeebe.protocol.record.value.JobRecordValue
Packages that use JobRecordValue
-
Uses of JobRecordValue in io.camunda.zeebe.protocol.record.value
Classes in io.camunda.zeebe.protocol.record.value that implement JobRecordValueMethods in io.camunda.zeebe.protocol.record.value that return types with arguments of type JobRecordValueModifier and TypeMethodDescriptionImmutableJobBatchRecordValue.getJobs()JobBatchRecordValue.getJobs()Methods in io.camunda.zeebe.protocol.record.value with parameters of type JobRecordValueModifier and TypeMethodDescriptionImmutableJobBatchRecordValue.Builder.addJob(JobRecordValue element) Adds one element tojobslist.ImmutableJobBatchRecordValue.Builder.addJobs(JobRecordValue... elements) Adds elements tojobslist.static ImmutableJobRecordValueImmutableJobRecordValue.copyOf(JobRecordValue instance) Creates an immutable copy of aJobRecordValuevalue.ImmutableJobRecordValue.Builder.from(JobRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.JobRecordValueinstance.ImmutableJobBatchRecordValue.withJobs(JobRecordValue... elements) Copy the current immutable object with elements that replace the content ofjobs.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type JobRecordValueModifier and TypeMethodDescriptionImmutableJobBatchRecordValue.Builder.addAllJobs(Iterable<? extends JobRecordValue> elements) Adds elements tojobslist.ImmutableJobBatchRecordValue.Builder.withJobs(Iterable<? extends JobRecordValue> elements) Sets or replaces all elements forjobslist.ImmutableJobBatchRecordValue.withJobs(Iterable<? extends JobRecordValue> elements) Copy the current immutable object with elements that replace the content ofjobs.