Class RemoteBlogEntry
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
void
setContent
(String content) void
setVersion
(int version) toString()
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
getAuthor, getPublishDate, setAuthor, setPublishDate
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl
-
Constructor Details
-
RemoteBlogEntry
public RemoteBlogEntry() -
RemoteBlogEntry
-
-
Method Details
-
getContent
-
setContent
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
equals
- Overrides:
equals
in classRemoteBlogEntrySummary
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRemoteBlogEntrySummary
-
toString
- Overrides:
toString
in classRemoteBlogEntrySummary
-