Examples of FetchedProfile


Examples of org.waveprotocol.box.profile.ProfileResponse.FetchedProfile

      return this;
    }

    /** Builds a {@link FetchedProfile} using this builder and a factory. */
    public FetchedProfile build(Factory factory) {
      FetchedProfile message = factory.create();
      message.setAddress(address);
      message.setName(name);
      message.setImageUrl(imageUrl);
      message.setProfileUrl(profileUrl);
      return message;
    }
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.