Package com.skava.auth.model.event
Class ClientRolesEventPayLoad
java.lang.Object
com.skava.auth.model.event.ClientRolesEventPayLoad
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientRolesEventPayLoad
(List<ClientRolesVO> added, List<ClientRolesVO> removed, List<ClientRolesVO> updated) parameterized constructor to initialize the members of this class. -
Method Summary
-
Constructor Details
-
ClientRolesEventPayLoad
public ClientRolesEventPayLoad(List<ClientRolesVO> added, List<ClientRolesVO> removed, List<ClientRolesVO> updated) parameterized constructor to initialize the members of this class.- Parameters:
added
- aList
ofClientRolesVO
objects.removed
- aList
ofClientRolesVO
objects.updated
- aList
ofClientRolesVO
objects.
-