com.atlassian.confluence.tinymceplugin.rest.entities
Class CommentResult

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult
Direct Known Subclasses:
CommentResultWithActions

@Immutable
public class CommentResult
extends java.lang.Object


Constructor Summary
CommentResult()
           
CommentResult(long id, java.lang.String html, long ownerId, long parentId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentResult

public CommentResult()

CommentResult

public CommentResult(long id,
                     java.lang.String html,
                     long ownerId,
                     long parentId)


Copyright © 2003-2014 Atlassian. All Rights Reserved.