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 boolean
equals(Object o)
int
hashCode()
String
toString()
-
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:
toString
in classSearchResultEntity
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSearchResultEntity
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSearchResultEntity
-
-