Uses of Class
com.microsoft.graph.models.PrintConnector
Packages that use PrintConnector
-
Uses of PrintConnector in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintConnectorModifier and TypeMethodDescriptionstatic PrintConnectorPrintConnector.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 PrintConnectorModifier and TypeMethodDescriptionPrint.getConnectors()Gets the connectors property value.Printer.getConnectors()Gets the connectors property value.PrintConnectorCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintConnectorModifier and TypeMethodDescriptionvoidPrint.setConnectors(List<PrintConnector> value) Sets the connectors property value.voidPrinter.setConnectors(List<PrintConnector> value) Sets the connectors property value.voidPrintConnectorCollectionResponse.setValue(List<PrintConnector> value) Sets the value property value.