Skip to main content

LicensePage

The Result Set for paged license queries

type LicensePage implements PageResult {
content: [License!]!
pageNumber: Int!
pageSize: Int!
offset: Int!
totalElements: Int!
totalPages: Int!
first: Boolean!
last: Boolean!
}

Fields

LicensePage.content ● [License!]! non-null object licenses

The list of Licenses for the current result

LicensePage.pageNumber ● Int! non-null scalar common

Current Page Number of the License list

LicensePage.pageSize ● Int! non-null scalar common

The requested page size

LicensePage.offset ● Int! non-null scalar common

The requested page offset

LicensePage.totalElements ● Int! non-null scalar common

Total elements for entire Result Set

LicensePage.totalPages ● Int! non-null scalar common

Total Pages in the entire Result Set

LicensePage.first ● Boolean! non-null scalar common

Is this the first page of Result Set?

LicensePage.last ● Boolean! non-null scalar common

Is this the last page of Result Set?

Interfaces

PageResult interface pagination

This interface implemented by any paginated result sets.

Returned By

beta_v1_licenses query ● licenses query