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

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

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






CreatePrinterRequest (Admin SDK API directory_v1-rev20220125-1.32.1)












com.google.api.services.directory.model

Class CreatePrinterRequest

    • Constructor Detail

      • CreatePrinterRequest

        public CreatePrinterRequest()
    • Method Detail

      • getParent

        public String getParent()
        Required. The name of the customer. Format: customers/{customer_id}
        Returns:
        value or null for none
      • setParent

        public CreatePrinterRequest setParent(String parent)
        Required. The name of the customer. Format: customers/{customer_id}
        Parameters:
        parent - parent or null for none
      • getPrinter

        public Printer getPrinter()
        Required. A printer to create. If you want to place the printer under particular OU then populate printer.org_unit_id filed. Otherwise the printer will be placed under root OU.
        Returns:
        value or null for none
      • setPrinter

        public CreatePrinterRequest setPrinter(Printer printer)
        Required. A printer to create. If you want to place the printer under particular OU then populate printer.org_unit_id filed. Otherwise the printer will be placed under root OU.
        Parameters:
        printer - printer or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy