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 Details

    • NotesGetAllResponse

      public NotesGetAllResponse(List<Notes> notes, PageableInfo pageableInfo)
      Instantiates a new NotesGetAllResponse object.
      Parameters:
      notes - Holds the List of Notes objects.
      pageableInfo - Holds PageableInfo object.
    • NotesGetAllResponse

      public NotesGetAllResponse()
      Default constructor. Instantiates a NotesGetAllResponse object.