Uses of Class
odata.msgraph.client.complex.PrinterLocation
-
Packages that use PrinterLocation Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PrinterLocation in odata.msgraph.client.complex
-
Uses of PrinterLocation in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PrinterLocation Modifier and Type Field Description protected PrinterLocationPrintConnector. locationprotected PrinterLocationPrinterBase. locationMethods in odata.msgraph.client.entity that return types with arguments of type PrinterLocation Modifier and Type Method Description Optional<PrinterLocation>PrintConnector. getLocation()Optional<PrinterLocation>PrinterBase. getLocation()Methods in odata.msgraph.client.entity with parameters of type PrinterLocation Modifier and Type Method Description PrintConnector.BuilderPrintConnector.Builder. location(PrinterLocation location)Printer.BuilderPrinter.Builder. location(PrinterLocation location)PrinterShare.BuilderPrinterShare.Builder. location(PrinterLocation location)PrintConnectorPrintConnector. withLocation(PrinterLocation location)PrinterBasePrinterBase. withLocation(PrinterLocation location)
-