Class RemoteSpace
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteSpaceSummary
com.atlassian.confluence.rpc.soap.beans.RemoteSpace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
Deprecated.since 5.9.int
hashCode()
void
setDescription
(String description) void
setHomePage
(long homePage) void
setSpaceGroup
(String spaceGroup) Deprecated.since 5.9.toString()
-
Constructor Details
-
RemoteSpace
-
RemoteSpace
public RemoteSpace()
-
-
Method Details
-
getSpaceGroup
Deprecated.since 5.9.SpaceGroup
and related classes likeSpaceGroupManager
andSpaceGroupComparator
will be removed. Please do not use them. -
setSpaceGroup
Deprecated.since 5.9.SpaceGroup
and related classes likeSpaceGroupManager
andSpaceGroupComparator
will be removed. Please do not use them. -
getDescription
-
setDescription
-
getHomePage
public long getHomePage() -
setHomePage
public void setHomePage(long homePage) -
equals
- Overrides:
equals
in classRemoteSpaceSummary
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRemoteSpaceSummary
-
toString
- Overrides:
toString
in classRemoteSpaceSummary
-