Uses of Class
org.bitcoin.protocols.payments.Protos.PaymentDetails

Packages that use Protos.PaymentDetails
com.google.bitcoin.protocols.payments   
org.bitcoin.protocols.payments   
 

Uses of Protos.PaymentDetails in com.google.bitcoin.protocols.payments
 

Methods in com.google.bitcoin.protocols.payments that return Protos.PaymentDetails
 Protos.PaymentDetails PaymentSession.getPaymentDetails()
          Returns the protobuf that describes the payment to be made.
 

Uses of Protos.PaymentDetails in org.bitcoin.protocols.payments
 

Fields in org.bitcoin.protocols.payments with type parameters of type Protos.PaymentDetails
static com.google.protobuf.Parser<Protos.PaymentDetails> Protos.PaymentDetails.PARSER
           
 

Methods in org.bitcoin.protocols.payments that return Protos.PaymentDetails
 Protos.PaymentDetails Protos.PaymentDetails.Builder.build()
           
 Protos.PaymentDetails Protos.PaymentDetails.Builder.buildPartial()
           
static Protos.PaymentDetails Protos.PaymentDetails.getDefaultInstance()
           
 Protos.PaymentDetails Protos.PaymentDetails.getDefaultInstanceForType()
           
 Protos.PaymentDetails Protos.PaymentDetails.Builder.getDefaultInstanceForType()
           
static Protos.PaymentDetails Protos.PaymentDetails.parseDelimitedFrom(InputStream input)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(byte[] data)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(InputStream input)
           
static Protos.PaymentDetails Protos.PaymentDetails.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoin.protocols.payments that return types with arguments of type Protos.PaymentDetails
 com.google.protobuf.Parser<Protos.PaymentDetails> Protos.PaymentDetails.getParserForType()
           
 

Methods in org.bitcoin.protocols.payments with parameters of type Protos.PaymentDetails
 Protos.PaymentDetails.Builder Protos.PaymentDetails.Builder.mergeFrom(Protos.PaymentDetails other)
           
static Protos.PaymentDetails.Builder Protos.PaymentDetails.newBuilder(Protos.PaymentDetails prototype)
           
 



Copyright © 2014. All rights reserved.