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 Date
getCreated()
String
getCreator()
long
getId()
Date
getModified()
String
getModifier()
String
getSpace()
String
getStatus()
String
getTitle()
String
getType()
-
-
-
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()
-
-