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