|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protos.TwoWayChannelMessage.Builder | |
|---|---|
| org.bitcoin.paymentchannel | |
| Uses of Protos.TwoWayChannelMessage.Builder in org.bitcoin.paymentchannel |
|---|
| Methods in org.bitcoin.paymentchannel that return Protos.TwoWayChannelMessage.Builder | |
|---|---|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clear()
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearClientVersion()
optional .paymentchannels.ClientVersion client_version = 2; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearError()
optional .paymentchannels.Error error = 10; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearInitiate()
optional .paymentchannels.Initiate initiate = 4; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearProvideContract()
optional .paymentchannels.ProvideContract provide_contract = 7; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearProvideRefund()
optional .paymentchannels.ProvideRefund provide_refund = 5; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearReturnRefund()
optional .paymentchannels.ReturnRefund return_refund = 6; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearServerVersion()
optional .paymentchannels.ServerVersion server_version = 3; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearSettlement()
optional .paymentchannels.Settlement settlement = 9; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearType()
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clearUpdatePayment()
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.clone()
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeClientVersion(Protos.ClientVersion value)
optional .paymentchannels.ClientVersion client_version = 2; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeError(Protos.Error value)
optional .paymentchannels.Error error = 10; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeFrom(com.google.protobuf.Message other)
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeFrom(Protos.TwoWayChannelMessage other)
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeInitiate(Protos.Initiate value)
optional .paymentchannels.Initiate initiate = 4; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeProvideContract(Protos.ProvideContract value)
optional .paymentchannels.ProvideContract provide_contract = 7; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeProvideRefund(Protos.ProvideRefund value)
optional .paymentchannels.ProvideRefund provide_refund = 5; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeReturnRefund(Protos.ReturnRefund value)
optional .paymentchannels.ReturnRefund return_refund = 6; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeServerVersion(Protos.ServerVersion value)
optional .paymentchannels.ServerVersion server_version = 3; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeSettlement(Protos.Settlement value)
optional .paymentchannels.Settlement settlement = 9; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.mergeUpdatePayment(Protos.UpdatePayment value)
optional .paymentchannels.UpdatePayment update_payment = 8; |
static Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.newBuilder()
|
static Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.newBuilder(Protos.TwoWayChannelMessage prototype)
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.newBuilderForType()
|
protected Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setClientVersion(Protos.ClientVersion.Builder builderForValue)
optional .paymentchannels.ClientVersion client_version = 2; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setClientVersion(Protos.ClientVersion value)
optional .paymentchannels.ClientVersion client_version = 2; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setError(Protos.Error.Builder builderForValue)
optional .paymentchannels.Error error = 10; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setError(Protos.Error value)
optional .paymentchannels.Error error = 10; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setInitiate(Protos.Initiate.Builder builderForValue)
optional .paymentchannels.Initiate initiate = 4; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setInitiate(Protos.Initiate value)
optional .paymentchannels.Initiate initiate = 4; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setProvideContract(Protos.ProvideContract.Builder builderForValue)
optional .paymentchannels.ProvideContract provide_contract = 7; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setProvideContract(Protos.ProvideContract value)
optional .paymentchannels.ProvideContract provide_contract = 7; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setProvideRefund(Protos.ProvideRefund.Builder builderForValue)
optional .paymentchannels.ProvideRefund provide_refund = 5; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setProvideRefund(Protos.ProvideRefund value)
optional .paymentchannels.ProvideRefund provide_refund = 5; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setReturnRefund(Protos.ReturnRefund.Builder builderForValue)
optional .paymentchannels.ReturnRefund return_refund = 6; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setReturnRefund(Protos.ReturnRefund value)
optional .paymentchannels.ReturnRefund return_refund = 6; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setServerVersion(Protos.ServerVersion.Builder builderForValue)
optional .paymentchannels.ServerVersion server_version = 3; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setServerVersion(Protos.ServerVersion value)
optional .paymentchannels.ServerVersion server_version = 3; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setSettlement(Protos.Settlement.Builder builderForValue)
optional .paymentchannels.Settlement settlement = 9; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setSettlement(Protos.Settlement value)
optional .paymentchannels.Settlement settlement = 9; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setType(Protos.TwoWayChannelMessage.MessageType value)
required .paymentchannels.TwoWayChannelMessage.MessageType type = 1; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setUpdatePayment(Protos.UpdatePayment.Builder builderForValue)
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setUpdatePayment(Protos.UpdatePayment value)
optional .paymentchannels.UpdatePayment update_payment = 8; |
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.toBuilder()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||