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 TypeMethodDescriptionbooleanlongintinthashCode()voidsetParentId(long parentId) voidsetVersion(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:
toStringin classAbstractRemotePageSummary
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version)
-