Class GroupSearchResultEntity
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
-
- com.atlassian.confluence.plugins.rest.entities.GroupSearchResultEntity
-
public class GroupSearchResultEntity extends SearchResultEntity
-
-
Constructor Summary
Constructors Constructor Description GroupSearchResultEntity()Default constructor required by JAXB documentation generationGroupSearchResultEntity(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
getId, getIdLong, setId
-
-
-
-
Field Detail
-
name
public String name
-
type
public final String type
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupSearchResultEntity
public GroupSearchResultEntity(String name)
-
GroupSearchResultEntity
public GroupSearchResultEntity()
Default constructor required by JAXB documentation generation
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classSearchResultEntity
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSearchResultEntity
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSearchResultEntity
-
-