Uses of Class
com.microsoft.graph.models.PrinterShare
Packages that use PrinterShare
-
Uses of PrinterShare in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrinterShareModifier and TypeMethodDescriptionstatic PrinterSharePrinterShare.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type PrinterShareModifier and TypeMethodDescriptionUserPrint.getRecentPrinterShares()Gets the recentPrinterShares property value.Print.getShares()Gets the shares property value.Printer.getShares()Gets the shares property value.PrinterShareCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PrinterShareModifier and TypeMethodDescriptionvoidUserPrint.setRecentPrinterShares(List<PrinterShare> value) Sets the recentPrinterShares property value.voidPrint.setShares(List<PrinterShare> value) Sets the shares property value.voidPrinter.setShares(List<PrinterShare> value) Sets the shares property value.voidPrinterShareCollectionResponse.setValue(List<PrinterShare> value) Sets the value property value.