ApplicationDtoPage
A page is a sublist of a list of objects. It allows gain information about the position of it in the containing
Properties
Schema Representation for Application. Application is the Virtual Application container which will be created by the administrator to store the diffrent application packages captured or imported to be stored under. This will act as a grouping for different versions of the same software, so that the administrator can mark one of the application versions using a marker and that can be used in an assignment. Eg: “Microsoft Office” will be created as an application which is the virtual application container which will contain “Microsoft Office 2013 sp1” as an application version under it, “Microsoft_Office_2013_SP1_Clean.vhd” can be the application package containing the particular application version
Whether Empty
Whether First Page
Whether Last Page
Current Page
Number of elements currently on this Page
Max size of the current Page
Total Number of elements
Total Pages
JSON Example
{
"empty": false,
"first": false,
"last": false,
"number": 4,
"numberOfElements": 10,
"size": 10,
"totalElements": 100,
"totalPages": 10
}