com.atlassian.confluence.core
Class ActivityAjaxResponse

java.lang.Object
  extended bycom.atlassian.confluence.core.ActivityAjaxResponse

public class ActivityAjaxResponse
extends Object


Constructor Summary
ActivityAjaxResponse(String fullName, String lastEditDate, String userName)
           
 
Method Summary
 String getFullName()
           
 String getLastEditDate()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityAjaxResponse

public ActivityAjaxResponse(String fullName,
                            String lastEditDate,
                            String userName)
Method Detail

getFullName

public String getFullName()

getLastEditDate

public String getLastEditDate()

getUserName

public String getUserName()


Confluence is developed by Atlassian.