Uses of Interface
com.google.protobuf.gwt.shared.Message.Builder

Packages that use Message.Builder
com.google.protobuf.gwt.shared   
com.inmobi.conduit.visualization.shared   
 

Uses of Message.Builder in com.google.protobuf.gwt.shared
 

Classes in com.google.protobuf.gwt.shared that implement Message.Builder
static class AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder>
          A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
static class GeneratedMessage.Builder<MessageType extends GeneratedMessage,BuilderType extends GeneratedMessage.Builder>
           
 

Methods in com.google.protobuf.gwt.shared that return Message.Builder
 Message.Builder Message.Builder.clear()
          Resets all fields to their default values.
 Message.Builder Message.Builder.clone()
          Clones the Builder.
 Message.Builder Message.Builder.mergeFrom(Message other)
          Merge other into the message being built.
 Message.Builder Message.newBuilderForType()
          Constructs a new builder for a message of the same type as this message.
 Message.Builder Message.Builder.readFrom(JsonStream input)
          Merge input into the message being built.
 Message.Builder Message.toBuilder()
          Constructs a builder initialized with the current message.
 

Uses of Message.Builder in com.inmobi.conduit.visualization.shared
 

Classes in com.inmobi.conduit.visualization.shared that implement Message.Builder
static class RequestResponse.ClientConfiguration.Builder
           
static class RequestResponse.GraphDataRequest.Builder
           
static class RequestResponse.LoadMainPanelResponse.Builder
           
static class RequestResponse.Request.Builder
           
static class RequestResponse.Response.Builder
           
static class RequestResponse.TierLatencyObj.Builder
           
static class RequestResponse.TierLatencyResponse.Builder
           
static class RequestResponse.TimeLineGraphResponse.Builder
           
static class RequestResponse.TopologyDataResponse.Builder
           
 



Copyright © 2014 InMobi. All rights reserved.