com.atlassian.confluence.diff.beans
Class DiffChunkBean

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

public class DiffChunkBean
extends java.lang.Object

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


Constructor Summary
DiffChunkBean(DiffChunk chunk)
           
 
Method Summary
 java.lang.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 java.lang.String getText()


Copyright © 2003-2014 Atlassian. All Rights Reserved.