com.atlassian.confluence.it
Class UserStatus

java.lang.Object
  extended by com.atlassian.confluence.it.AbstractContentEntity
      extended by com.atlassian.confluence.it.UserStatus
All Implemented Interfaces:
ContentEntity, LinkableContent, TitledContent, VersionedContent, ContentConvertible

public class UserStatus
extends AbstractContentEntity
implements LinkableContent


Field Summary
 
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModificationDate, lastModifier, version
 
Constructor Summary
UserStatus(java.lang.String status, User lastModifier)
           
 
Method Summary
 java.lang.String getEditUrl()
           
 Space getSpace()
           
 java.lang.String getStatus()
           
 java.lang.String getTitle()
           
 java.lang.String getUrl()
           
 UrlBuilder getUrlBuilder()
           
 
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getContentId, getContentType, getId, getIdAsString, getLastModificationDate, getLastModifier, getVersion, isMinorEdit, setContent, setId, setId, setLastModificationDate, setLastModifier, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStatus

public UserStatus(java.lang.String status,
                  User lastModifier)
Method Detail

getStatus

public java.lang.String getStatus()

getUrl

public java.lang.String getUrl()
Specified by:
getUrl in interface LinkableContent

getUrlBuilder

public UrlBuilder getUrlBuilder()
Specified by:
getUrlBuilder in interface LinkableContent

getEditUrl

public java.lang.String getEditUrl()
Specified by:
getEditUrl in interface ContentEntity
Returns:
the url where this entity can be edited.

getSpace

public Space getSpace()
Specified by:
getSpace in interface ContentEntity
Returns:
the space this content belongs to.

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface ContentEntity
Specified by:
getTitle in interface TitledContent
Returns:
the title of this entity


Copyright © 2003-2014 Atlassian. All Rights Reserved.