Class RemoteContentSummary
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.RemoteContentSummary
-
public class RemoteContentSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteContentSummary(ContentEntityObject obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreated()StringgetCreator()longgetId()DategetModified()StringgetModifier()StringgetSpace()StringgetStatus()StringgetTitle()StringgetType()
-
-
-
Constructor Detail
-
RemoteContentSummary
public RemoteContentSummary(ContentEntityObject obj)
-
-
Method Detail
-
getId
public long getId()
-
getType
public String getType()
-
getSpace
public String getSpace()
-
getStatus
public String getStatus()
-
getTitle
public String getTitle()
-
getCreator
public String getCreator()
-
getCreated
public Date getCreated()
-
getModifier
public String getModifier()
-
getModified
public Date getModified()
-
-