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.Builderbuilder()protected booleanbooleangetId()Returns the IDgetName()inthashCode()booleanvoidsetAdminGroup(boolean adminGroup) voidsetDescription(String description) voidvoidtoString()
-
Constructor Details
-
GroupSummary
-
GroupSummary
public GroupSummary()
-
-
Method Details
-
builder
-
getId
Description copied from interface:IdentifiedReturns the ID- Specified by:
getIdin interfaceIdentified- Returns:
- the ID
-
getName
-
getDescription
-
isAdminGroup
public boolean isAdminGroup() -
setId
-
setName
-
setDescription
-
setAdminGroup
public void setAdminGroup(boolean adminGroup) -
equals
-
canEqual
-
hashCode
-
toString
-