Package org.waveprotocol.box.profile.ProfileResponse

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

Related Classes of org.waveprotocol.box.profile.ProfileResponse.FetchedProfile

Copyright © 2018 www.massapicom. 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.