Uses of Class
com.atlassian.confluence.plugins.mobile.rest.model.RestUser

Packages that use RestUser
com.atlassian.confluence.plugins.mobile.rest.model   
 

Uses of RestUser in com.atlassian.confluence.plugins.mobile.rest.model
 

Methods in com.atlassian.confluence.plugins.mobile.rest.model that return RestUser
 RestUser StreamItem.getAuthor()
           
 

Methods in com.atlassian.confluence.plugins.mobile.rest.model with parameters of type RestUser
 void StreamItem.setAuthor(RestUser author)
           
 

Constructors in com.atlassian.confluence.plugins.mobile.rest.model with parameters of type RestUser
StreamItem(String title, String url, RestUser author, String friendlyDate, int numberOfLikes, int numberOfComments)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.