Package org.waveprotocol.wave.diff.FetchDiffResponse

Examples of org.waveprotocol.wave.diff.FetchDiffResponse.WaveletDiff


      return this;
    }

    /** Builds a {@link WaveletDiff} using this builder and a factory. */
    public WaveletDiff build(Factory factory) {
      WaveletDiff message = factory.create();
      message.setWaveletId(waveletId);
      message.setSnapshot(snapshot);
      return message;
    }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.diff.FetchDiffResponse.WaveletDiff

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.