Uses of Class
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.JobResult.Builder
-
Uses of GatewayOuterClass.JobResult.Builder in io.camunda.zeebe.gateway.protocol
Methods in io.camunda.zeebe.gateway.protocol that return GatewayOuterClass.JobResult.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.JobResult.Builder.clear()GatewayOuterClass.JobResult.Builder.clearCorrections()Attributes that were corrected by the worker.GatewayOuterClass.JobResult.Builder.clearDenied()Indicates whether the worker denies the work, i.e. explicitly doesn't approve it.GatewayOuterClass.JobResult.Builder.clearDeniedReason()The reason provided by the user task listener for denying the work.GatewayOuterClass.CompleteJobRequest.Builder.getResultBuilder()The result of the completed job as determined by the worker.GatewayOuterClass.JobResult.Builder.mergeCorrections(GatewayOuterClass.JobResultCorrections value) Attributes that were corrected by the worker.GatewayOuterClass.JobResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GatewayOuterClass.JobResult.Builder.mergeFrom(com.google.protobuf.Message other) GatewayOuterClass.JobResult.Builder.mergeFrom(GatewayOuterClass.JobResult other) GatewayOuterClass.JobResult.newBuilder()GatewayOuterClass.JobResult.newBuilder(GatewayOuterClass.JobResult prototype) GatewayOuterClass.JobResult.newBuilderForType()protected GatewayOuterClass.JobResult.BuilderGatewayOuterClass.JobResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GatewayOuterClass.JobResult.Builder.setCorrections(GatewayOuterClass.JobResultCorrections value) Attributes that were corrected by the worker.GatewayOuterClass.JobResult.Builder.setCorrections(GatewayOuterClass.JobResultCorrections.Builder builderForValue) Attributes that were corrected by the worker.GatewayOuterClass.JobResult.Builder.setDenied(boolean value) Indicates whether the worker denies the work, i.e. explicitly doesn't approve it.GatewayOuterClass.JobResult.Builder.setDeniedReason(String value) The reason provided by the user task listener for denying the work.GatewayOuterClass.JobResult.Builder.setDeniedReasonBytes(com.google.protobuf.ByteString value) The reason provided by the user task listener for denying the work.GatewayOuterClass.JobResult.toBuilder()Methods in io.camunda.zeebe.gateway.protocol with parameters of type GatewayOuterClass.JobResult.BuilderModifier and TypeMethodDescriptionGatewayOuterClass.CompleteJobRequest.Builder.setResult(GatewayOuterClass.JobResult.Builder builderForValue) The result of the completed job as determined by the worker.