Class Application
java.lang.Object
co.yellowdog.platform.model.Application
- All Implemented Interfaces:
Identified
,Named
,Serializable
Represents a user application within the YellowDog Platform.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Application.Builder
builder()
protected boolean
boolean
List
<@NotNull @Valid AccessDelegate> getId()
Returns the IDgetName()
Returns the nameint
hashCode()
void
setAccessDelegates
(List<@NotNull @Valid AccessDelegate> accessDelegates) void
setCreatedByUserId
(String createdByUserId) void
setDescription
(String description) void
void
toString()
-
Method Details
-
builder
-
getId
Description copied from interface:Identified
Returns the ID- Specified by:
getId
in interfaceIdentified
- Returns:
- the ID
-
getName
-
getDescription
-
getCreatedByUserId
-
getAccessDelegates
-
setId
-
setName
-
setDescription
-
setCreatedByUserId
-
setAccessDelegates
-
equals
-
canEqual
-
hashCode
-
toString
-