Interface UserGroups
-
@Projection(name="userGroups", types=User.class) public interface UserGroupsProjection forUserthat includes the groups (but only the group name).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetAdditionalProperties()StringgetEmail()Set<Group>getGroups()StringgetName()StringgetNotes()StringgetUsername()ZonedDateTimegetValidUntil()booleanisEnabled()
-
-
-
Method Detail
-
getUsername
String getUsername()
-
getName
String getName()
-
getEmail
String getEmail()
-
getValidUntil
ZonedDateTime getValidUntil()
-
isEnabled
boolean isEnabled()
-
getNotes
String getNotes()
-
getAdditionalProperties
com.fasterxml.jackson.databind.JsonNode getAdditionalProperties()
-
-