Uses of Class
ru.tinkoff.piapi.contract.v1.OpenSandboxAccountResponse
-
Uses of OpenSandboxAccountResponse in ru.tinkoff.piapi.contract.v1
Methods in ru.tinkoff.piapi.contract.v1 that return OpenSandboxAccountResponseModifier and TypeMethodDescriptionOpenSandboxAccountResponse.Builder.build()OpenSandboxAccountResponse.Builder.buildPartial()static OpenSandboxAccountResponseOpenSandboxAccountResponse.getDefaultInstance()OpenSandboxAccountResponse.Builder.getDefaultInstanceForType()OpenSandboxAccountResponse.getDefaultInstanceForType()SandboxServiceGrpc.SandboxServiceBlockingStub.openSandboxAccount(OpenSandboxAccountRequest request) Метод регистрации счёта в песочнице.static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseDelimitedFrom(InputStream input) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(byte[] data) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(com.google.protobuf.ByteString data) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(com.google.protobuf.CodedInputStream input) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(InputStream input) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(ByteBuffer data) static OpenSandboxAccountResponseOpenSandboxAccountResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ru.tinkoff.piapi.contract.v1 that return types with arguments of type OpenSandboxAccountResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<OpenSandboxAccountRequest,OpenSandboxAccountResponse> SandboxServiceGrpc.getOpenSandboxAccountMethod()com.google.protobuf.Parser<OpenSandboxAccountResponse>OpenSandboxAccountResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<OpenSandboxAccountResponse>SandboxServiceGrpc.SandboxServiceFutureStub.openSandboxAccount(OpenSandboxAccountRequest request) Метод регистрации счёта в песочнице.static com.google.protobuf.Parser<OpenSandboxAccountResponse>OpenSandboxAccountResponse.parser()Methods in ru.tinkoff.piapi.contract.v1 with parameters of type OpenSandboxAccountResponseModifier and TypeMethodDescriptionOpenSandboxAccountResponse.Builder.mergeFrom(OpenSandboxAccountResponse other) OpenSandboxAccountResponse.newBuilder(OpenSandboxAccountResponse prototype) Method parameters in ru.tinkoff.piapi.contract.v1 with type arguments of type OpenSandboxAccountResponseModifier and TypeMethodDescriptionvoidSandboxServiceGrpc.SandboxServiceImplBase.openSandboxAccount(OpenSandboxAccountRequest request, io.grpc.stub.StreamObserver<OpenSandboxAccountResponse> responseObserver) Метод регистрации счёта в песочнице.voidSandboxServiceGrpc.SandboxServiceStub.openSandboxAccount(OpenSandboxAccountRequest request, io.grpc.stub.StreamObserver<OpenSandboxAccountResponse> responseObserver) Метод регистрации счёта в песочнице.