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

target.apidocs.com.google.api.services.directory.model.ListPrintersResponse.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






ListPrintersResponse (Admin SDK API directory_v1-rev20220802-2.0.0)












com.google.api.services.directory.model

Class ListPrintersResponse

    • Constructor Detail

      • ListPrintersResponse

        public ListPrintersResponse()
    • Method Detail

      • getNextPageToken

        public String getNextPageToken()
        A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
        Returns:
        value or null for none
      • setNextPageToken

        public ListPrintersResponse setNextPageToken(String nextPageToken)
        A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
        Parameters:
        nextPageToken - nextPageToken or null for none
      • getPrinters

        public List<Printer> getPrinters()
        List of printers. If `org_unit_id` was given in the request, then only printers visible for this OU will be returned. If `org_unit_id` was not given in the request, then all printers will be returned.
        Returns:
        value or null for none
      • setPrinters

        public ListPrintersResponse setPrinters(List<Printer> printers)
        List of printers. If `org_unit_id` was given in the request, then only printers visible for this OU will be returned. If `org_unit_id` was not given in the request, then all printers will be returned.
        Parameters:
        printers - printers or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy