Uses of Class
com.google.bitcoin.protocols.channels.ServerState.StoredServerPaymentChannels.Builder

Packages that use ServerState.StoredServerPaymentChannels.Builder
com.google.bitcoin.protocols.channels   
 

Uses of ServerState.StoredServerPaymentChannels.Builder in com.google.bitcoin.protocols.channels
 

Methods in com.google.bitcoin.protocols.channels that return ServerState.StoredServerPaymentChannels.Builder
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.addAllChannels(Iterable<? extends ServerState.StoredServerPaymentChannel> values)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.addChannels(int index, ServerState.StoredServerPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.addChannels(int index, ServerState.StoredServerPaymentChannel value)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.addChannels(ServerState.StoredServerPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.addChannels(ServerState.StoredServerPaymentChannel value)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.clear()
           
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.clearChannels()
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.clone()
           
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.mergeFrom(com.google.protobuf.Message other)
           
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.mergeFrom(ServerState.StoredServerPaymentChannels other)
           
static ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.newBuilder()
           
static ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.newBuilder(ServerState.StoredServerPaymentChannels prototype)
           
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.newBuilderForType()
           
protected  ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.removeChannels(int index)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.setChannels(int index, ServerState.StoredServerPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.Builder.setChannels(int index, ServerState.StoredServerPaymentChannel value)
          repeated .paymentchannels.StoredServerPaymentChannel channels = 1;
 ServerState.StoredServerPaymentChannels.Builder ServerState.StoredServerPaymentChannels.toBuilder()
           
 



Copyright © 2014. All rights reserved.