Package com.skava.model.responses
Class NotesGetAllResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.NotesGetAllResponse
- All Implemented Interfaces:
Serializable
public class NotesGetAllResponse
extends com.skava.core.validation.OutputModel
This class defines the Notes Get All Response model holds the list of notes details.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.NotesGetAllResponse
(List<Notes> notes, PageableInfo pageableInfo) Instantiates a new NotesGetAllResponse object. -
Method Summary
-
Constructor Details
-
NotesGetAllResponse
Instantiates a new NotesGetAllResponse object.- Parameters:
notes
- Holds the List ofNotes
objects.pageableInfo
- HoldsPageableInfo
object.
-
NotesGetAllResponse
public NotesGetAllResponse()Default constructor. Instantiates a NotesGetAllResponse object.
-