Package com.dzidzi.dto.customerService
Class FindServiceRequest
java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.customerService.FindServiceRequest
FindServiceRequest represents the DTO request containing the objects used to filter customer services'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetEmail()The email of the customer service to filter onThe firstname of the customer service to filter onThe lastname of the customer service to filter onThe username of the customer service to filter oninthashCode()voidThe email of the customer service to filter onvoidsetFirstName(String firstName) The firstname of the customer service to filter onvoidsetLastName(String lastName) The lastname of the customer service to filter onvoidsetServiceIds(List<UUID> serviceIds) The service ids to filter onvoidsetUsername(String username) The username of the customer service to filter ontoString()Methods inherited from class com.dzidzi.dto.merge.AbstractFindRequest
getLimit, getOrderBy, getPage, getSortBy, setLimit, setOrderBy, setPage, setSortBy
-
Constructor Details
-
FindServiceRequest
public FindServiceRequest()
-
-
Method Details
-
getServiceIds
-
getFirstName
The firstname of the customer service to filter on -
getLastName
The lastname of the customer service to filter on -
getUsername
The username of the customer service to filter on -
getEmail
The email of the customer service to filter on -
setFirstName
The firstname of the customer service to filter on -
setLastName
The lastname of the customer service to filter on -
setUsername
The username of the customer service to filter on -
setEmail
The email of the customer service to filter on -
setServiceIds
The service ids to filter on -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-