Class RemotePageSummary
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
com.atlassian.confluence.rpc.soap.beans.RemotePageSummary
- Direct Known Subclasses:
RemotePage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
int
int
hashCode()
void
setParentId
(long parentId) void
setVersion
(int version) toString()
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl
-
Constructor Details
-
RemotePageSummary
public RemotePageSummary() -
RemotePageSummary
-
-
Method Details
-
getParentId
public long getParentId() -
setParentId
public void setParentId(long parentId) -
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classAbstractRemotePageSummary
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version)
-