com.atlassian.confluence.diff.beans
Class DiffChunkBean

java.lang.Object
  extended by com.atlassian.confluence.diff.beans.DiffChunkBean

public class DiffChunkBean
extends Object

The Json Representation for a com.atlassian.confluence.diff.DiffChunk.


Constructor Summary
DiffChunkBean(DiffChunk chunk)
           
 
Method Summary
 String getText()
           
 DiffType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffChunkBean

public DiffChunkBean(DiffChunk chunk)
Method Detail

getType

public DiffType getType()

getText

public String getText()


Copyright © 2003-2012 Atlassian. All Rights Reserved.