Package com.dzidzi.dto.user
Class FindUserRequest
java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.user.FindUserRequest
FindUsersRequest represents the DTO request containing the objects used to filter users.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetEmail()The email of the user to filter onA flag which indicates if the users account is activatedThe firstname of the user to filter onThe lastname of the user to filter onThe username of the user to filter oninthashCode()voidThe email of the user to filter onvoidsetEnabled(Boolean enabled) A flag which indicates if the users account is activatedvoidsetFirstName(String firstName) The firstname of the user to filter onvoidsetLastName(String lastName) The lastname of the user to filter onvoidsetUserIds(List<UUID> userIds) The user ids to filter onvoidsetUsername(String username) The username of the user to filter ontoString()Methods inherited from class com.dzidzi.dto.merge.AbstractFindRequest
getLimit, getOrderBy, getPage, getSortBy, setLimit, setOrderBy, setPage, setSortBy
-
Constructor Details
-
FindUserRequest
public FindUserRequest()
-
-
Method Details
-
getUserIds
-
getFirstName
The firstname of the user to filter on -
getLastName
The lastname of the user to filter on -
getEmail
The email of the user to filter on -
getUsername
The username of the user to filter on -
getEnabled
A flag which indicates if the users account is activated -
setFirstName
The firstname of the user to filter on -
setLastName
The lastname of the user to filter on -
setEmail
The email of the user to filter on -
setUsername
The username of the user to filter on -
setEnabled
A flag which indicates if the users account is activated -
setUserIds
The user ids to filter on -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-