Class AccessDelegate
java.lang.Object
co.yellowdog.platform.model.AccessDelegate
- All Implemented Interfaces:
Identified
,Serializable
Represents a user or application delegate within the YellowDog Platform.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessDelegate.Builder
builder()
protected boolean
boolean
getId()
Returns the IDint
hashCode()
void
setCreatedTime
(Instant createdTime) void
setCreator
(String creator) void
setDescription
(String description) void
void
setRequiredPermissions
(Set<Permission> requiredPermissions) void
setSubject
(String subject) toString()
-
Method Details
-
builder
-
getId
Description copied from interface:Identified
Returns the ID- Specified by:
getId
in interfaceIdentified
- Returns:
- the ID
-
getCreator
-
getSubject
-
getDescription
-
getCreatedTime
-
getRequiredPermissions
-
setId
-
setCreator
-
setSubject
-
setDescription
-
setCreatedTime
-
setRequiredPermissions
-
equals
-
canEqual
-
hashCode
-
toString
-