All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidenterprise.model.PageInfo.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241113-2.0.0
Show newest version






PageInfo (Google Play EMM API v1-rev20210723-1.32.1)












com.google.api.services.androidenterprise.model

Class PageInfo

    • Constructor Detail

      • PageInfo

        public PageInfo()
    • Method Detail

      • getResultPerPage

        public Integer getResultPerPage()
        Maximum number of results returned in one page. ! The number of results included in the API response.
        Returns:
        value or null for none
      • setResultPerPage

        public PageInfo setResultPerPage(Integer resultPerPage)
        Maximum number of results returned in one page. ! The number of results included in the API response.
        Parameters:
        resultPerPage - resultPerPage or null for none
      • getStartIndex

        public Integer getStartIndex()
        Index of the first result returned in the current page.
        Returns:
        value or null for none
      • setStartIndex

        public PageInfo setStartIndex(Integer startIndex)
        Index of the first result returned in the current page.
        Parameters:
        startIndex - startIndex or null for none
      • getTotalResults

        public Integer getTotalResults()
        Total number of results available on the backend ! The total number of results in the result set.
        Returns:
        value or null for none
      • setTotalResults

        public PageInfo setTotalResults(Integer totalResults)
        Total number of results available on the backend ! The total number of results in the result set.
        Parameters:
        totalResults - totalResults or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy