Uses of Class
com.daml.ledger.javaapi.data.ReassignmentCommands
Packages that use ReassignmentCommands
-
Uses of ReassignmentCommands in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return ReassignmentCommandsModifier and TypeMethodDescriptionstatic ReassignmentCommands
ReassignmentCommands.create
(@NonNull String userId, @NonNull String commandId, @NonNull String submitter, @NonNull AssignCommand assignCommand) static ReassignmentCommands
ReassignmentCommands.create
(@NonNull String userId, @NonNull String commandId, @NonNull String submitter, @NonNull UnassignCommand unassignCommand) static ReassignmentCommands
ReassignmentCommands.fromProto
(ReassignmentCommandOuterClass.ReassignmentCommands commands) static ReassignmentCommands
SubmitReassignmentRequest.fromProto
(@NonNull CommandSubmissionServiceOuterClass.SubmitReassignmentRequest request) @NonNull ReassignmentCommands
SubmitAndWaitForReassignmentRequest.getReassignmentCommands()
ReassignmentCommands.withSubmissionId
(@NonNull String submissionId) ReassignmentCommands.withWorkflowId
(@NonNull String workflowId) Methods in com.daml.ledger.javaapi.data with parameters of type ReassignmentCommandsModifier and TypeMethodDescriptionSubmitReassignmentRequest.toProto
(@NonNull ReassignmentCommands command) Constructors in com.daml.ledger.javaapi.data with parameters of type ReassignmentCommandsModifierConstructorDescriptionSubmitAndWaitForReassignmentRequest
(@NonNull ReassignmentCommands reassignmentCommands, @NonNull Optional<EventFormat> eventFormat)