Uses of Class
com.daml.ledger.api.v2.CommandsOuterClass.CreateAndExerciseCommand
Packages that use CommandsOuterClass.CreateAndExerciseCommand
-
Uses of CommandsOuterClass.CreateAndExerciseCommand in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandsOuterClass.CreateAndExerciseCommandModifier and TypeMethodDescriptionCommandsOuterClass.CreateAndExerciseCommand.Builder.build()CommandsOuterClass.CreateAndExerciseCommand.Builder.buildPartial()CommandsOuterClass.Command.Builder.getCreateAndExercise().com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];CommandsOuterClass.Command.getCreateAndExercise().com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];CommandsOuterClass.CommandOrBuilder.getCreateAndExercise().com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];CommandsOuterClass.CreateAndExerciseCommand.getDefaultInstance()CommandsOuterClass.CreateAndExerciseCommand.Builder.getDefaultInstanceForType()CommandsOuterClass.CreateAndExerciseCommand.getDefaultInstanceForType()CommandsOuterClass.CreateAndExerciseCommand.parseDelimitedFrom(InputStream input) CommandsOuterClass.CreateAndExerciseCommand.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(byte[] data) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(com.google.protobuf.ByteString data) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(com.google.protobuf.CodedInputStream input) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(InputStream input) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(ByteBuffer data) CommandsOuterClass.CreateAndExerciseCommand.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandsOuterClass.CreateAndExerciseCommandModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandsOuterClass.CreateAndExerciseCommand>CommandsOuterClass.CreateAndExerciseCommand.getParserForType()static com.google.protobuf.Parser<CommandsOuterClass.CreateAndExerciseCommand>CommandsOuterClass.CreateAndExerciseCommand.parser()Methods in com.daml.ledger.api.v2 with parameters of type CommandsOuterClass.CreateAndExerciseCommandModifier and TypeMethodDescriptionCommandsOuterClass.Command.Builder.mergeCreateAndExercise(CommandsOuterClass.CreateAndExerciseCommand value) .com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"];CommandsOuterClass.CreateAndExerciseCommand.Builder.mergeFrom(CommandsOuterClass.CreateAndExerciseCommand other) CommandsOuterClass.CreateAndExerciseCommand.newBuilder(CommandsOuterClass.CreateAndExerciseCommand prototype) CommandsOuterClass.Command.Builder.setCreateAndExercise(CommandsOuterClass.CreateAndExerciseCommand value) .com.daml.ledger.api.v2.CreateAndExerciseCommand create_and_exercise = 3 [json_name = "createAndExercise"]; -
Uses of CommandsOuterClass.CreateAndExerciseCommand in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CommandsOuterClass.CreateAndExerciseCommandMethods in com.daml.ledger.javaapi.data with parameters of type CommandsOuterClass.CreateAndExerciseCommandModifier and TypeMethodDescriptionstatic CreateAndExerciseCommandCreateAndExerciseCommand.fromProto(CommandsOuterClass.CreateAndExerciseCommand command)