Package org.waveprotocol.box.profile.proto.ProfileResponseProtoImpl

Examples of org.waveprotocol.box.profile.proto.ProfileResponseProtoImpl.FetchedProfileProtoImpl.copyFrom()


  private FetchedProfileProtoImpl getOrCreateFetchedProfileProtoImpl(FetchedProfile message) {
    if (message instanceof FetchedProfileProtoImpl) {
      return (FetchedProfileProtoImpl) message;
    } else {
      FetchedProfileProtoImpl messageImpl = new FetchedProfileProtoImpl();
      messageImpl.copyFrom(message);
      return messageImpl;
    }
  }

  private void switchToProto() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.