Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.JobResultCorrections.Builder
-
Uses of GatewayOuterClass.JobResultCorrections.Builder in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.JobResultCorrections.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.JobResultCorrections.Builder.clear()GatewayOuterClass.JobResultCorrections.Builder.clearAssignee()The assignee of the task.GatewayOuterClass.JobResultCorrections.Builder.clearCandidateGroups()The list of candidate groups of the task.GatewayOuterClass.JobResultCorrections.Builder.clearCandidateUsers()The list of candidate users of the task.GatewayOuterClass.JobResultCorrections.Builder.clearDueDate()The due date of the task.GatewayOuterClass.JobResultCorrections.Builder.clearFollowUpDate()The follow-up date of the task.GatewayOuterClass.JobResultCorrections.Builder.clearPriority()The priority of the task.GatewayOuterClass.JobResult.Builder.getCorrectionsBuilder()Attributes that were corrected by the worker.GatewayOuterClass.JobResultCorrections.Builder.mergeCandidateGroups(GatewayOuterClass.StringList value) The list of candidate groups of the task.GatewayOuterClass.JobResultCorrections.Builder.mergeCandidateUsers(GatewayOuterClass.StringList value) The list of candidate users of the task.GatewayOuterClass.JobResultCorrections.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.JobResultCorrections.Builder.mergeFrom(com.google.protobuf.Message other) GatewayOuterClass.JobResultCorrections.Builder.mergeFrom(GatewayOuterClass.JobResultCorrections other) GatewayOuterClass.JobResultCorrections.newBuilder()GatewayOuterClass.JobResultCorrections.newBuilder(GatewayOuterClass.JobResultCorrections prototype) GatewayOuterClass.JobResultCorrections.newBuilderForType()GatewayOuterClass.JobResultCorrections.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GatewayOuterClass.JobResultCorrections.Builder.setAssignee(String value) The assignee of the task.GatewayOuterClass.JobResultCorrections.Builder.setAssigneeBytes(com.google.protobuf.ByteString value) The assignee of the task.GatewayOuterClass.JobResultCorrections.Builder.setCandidateGroups(GatewayOuterClass.StringList value) The list of candidate groups of the task.GatewayOuterClass.JobResultCorrections.Builder.setCandidateGroups(GatewayOuterClass.StringList.Builder builderForValue) The list of candidate groups of the task.GatewayOuterClass.JobResultCorrections.Builder.setCandidateUsers(GatewayOuterClass.StringList value) The list of candidate users of the task.GatewayOuterClass.JobResultCorrections.Builder.setCandidateUsers(GatewayOuterClass.StringList.Builder builderForValue) The list of candidate users of the task.GatewayOuterClass.JobResultCorrections.Builder.setDueDate(String value) The due date of the task.GatewayOuterClass.JobResultCorrections.Builder.setDueDateBytes(com.google.protobuf.ByteString value) The due date of the task.GatewayOuterClass.JobResultCorrections.Builder.setFollowUpDate(String value) The follow-up date of the task.GatewayOuterClass.JobResultCorrections.Builder.setFollowUpDateBytes(com.google.protobuf.ByteString value) The follow-up date of the task.GatewayOuterClass.JobResultCorrections.Builder.setPriority(int value) The priority of the task.GatewayOuterClass.JobResultCorrections.toBuilder()Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.JobResultCorrections.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.JobResult.Builder.setCorrections(GatewayOuterClass.JobResultCorrections.Builder builderForValue) Attributes that were corrected by the worker.