Class GroupSummary
java.lang.Object
co.yellowdog.platform.interaction.account.GroupSummary
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGroupSummary
(String id, String name, String description, boolean adminGroup) -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupSummary.Builder
builder()
protected boolean
boolean
getId()
Returns the IDgetName()
int
hashCode()
boolean
void
setAdminGroup
(boolean adminGroup) void
setDescription
(String description) void
void
toString()
-
Constructor Details
-
GroupSummary
-
GroupSummary
public GroupSummary()
-
-
Method Details
-
builder
-
getId
Description copied from interface:Identified
Returns the ID- Specified by:
getId
in interfaceIdentified
- Returns:
- the ID
-
getName
-
getDescription
-
isAdminGroup
public boolean isAdminGroup() -
setId
-
setName
-
setDescription
-
setAdminGroup
public void setAdminGroup(boolean adminGroup) -
equals
-
canEqual
-
hashCode
-
toString
-