Uses of Class
odata.msgraph.client.complex.PrinterShareViewpoint
-
Packages that use PrinterShareViewpoint Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PrinterShareViewpoint in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PrinterShareViewpoint Modifier and Type Method Description PrinterShareViewpointPrinterShareViewpoint.Builder. build()PrinterShareViewpointPrinterShareViewpoint. withLastUsedDateTime(OffsetDateTime lastUsedDateTime)PrinterShareViewpointPrinterShareViewpoint. withUnmappedField(String name, Object value) -
Uses of PrinterShareViewpoint in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PrinterShareViewpoint Modifier and Type Field Description protected PrinterShareViewpointPrinterShare. viewPointMethods in odata.msgraph.client.entity that return types with arguments of type PrinterShareViewpoint Modifier and Type Method Description Optional<PrinterShareViewpoint>PrinterShare. getViewPoint()Methods in odata.msgraph.client.entity with parameters of type PrinterShareViewpoint Modifier and Type Method Description PrinterShare.BuilderPrinterShare.Builder. viewPoint(PrinterShareViewpoint viewPoint)PrinterSharePrinterShare. withViewPoint(PrinterShareViewpoint viewPoint)
-