public class RemoteSpace extends RemoteSpaceSummary
Constructor and Description |
---|
RemoteSpace() |
RemoteSpace(Space space,
com.atlassian.renderer.WikiStyleRenderer renderer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
long |
getHomePage() |
String |
getSpaceGroup()
Deprecated.
since 5.9.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setHomePage(long homePage) |
void |
setSpaceGroup(String spaceGroup)
Deprecated.
since 5.9.
|
String |
toString() |
public RemoteSpace(Space space, com.atlassian.renderer.WikiStyleRenderer renderer)
public RemoteSpace()
@Deprecated public String getSpaceGroup()
SpaceGroup
and related classes like
SpaceGroupManager
and
SpaceGroupComparator
will be removed.
Please do not use them.
@Deprecated public void setSpaceGroup(String spaceGroup)
SpaceGroup
and related classes like
SpaceGroupManager
and
SpaceGroupComparator
will be removed.
Please do not use them.
public String getDescription()
public void setDescription(String description)
public long getHomePage()
public void setHomePage(long homePage)
public boolean equals(Object o)
equals
in class RemoteSpaceSummary
public int hashCode()
hashCode
in class RemoteSpaceSummary
public String toString()
toString
in class RemoteSpaceSummary
Copyright © 2003–2019 Atlassian. All rights reserved.