Package com.skava.model.responses
Class ActionsResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.ActionsResponse
- All Implemented Interfaces:
Serializable
public class ActionsResponse
extends com.skava.core.validation.OutputModel
The Class ActionsResponse holds a list of action details as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActionsResponse
(List<Action> action, PageableInfo pageableInfo) Instantiates a new action action response. -
Method Summary
-
Constructor Details
-
ActionsResponse
Instantiates a new action action response.- Parameters:
action
- The List of Action objects.pageableInfo
- the pageableInfo
-