Class Account
java.lang.Object
co.yellowdog.platform.model.Account
- All Implemented Interfaces:
Identified
,Named
,Serializable
Represents a user account within the YellowDog Platform.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new Account that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionstatic Account.Builder
builder()
protected boolean
boolean
getId()
Returns the IDgetName()
Returns the nameint
hashCode()
void
setFeatures
(List<@NotNull Feature> features) void
void
toString()
-
Method Details
-
builder
-
getId
Description copied from interface:Identified
Returns the ID- Specified by:
getId
in interfaceIdentified
- Returns:
- the ID
-
getName
-
getFeatures
-
setId
-
setName
-
setFeatures
-
equals
-
canEqual
-
hashCode
-
toString
-