Uses of Class
com.microsoft.graph.models.PrintOperation
Packages that use PrintOperation
-
Uses of PrintOperation in com.microsoft.graph.models
Subclasses of PrintOperation in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return PrintOperationModifier and TypeMethodDescriptionstatic PrintOperationPrintOperation.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 PrintOperationModifier and TypeMethodDescriptionPrint.getOperations()Gets the operations property value.PrintOperationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintOperationModifier and TypeMethodDescriptionvoidPrint.setOperations(List<PrintOperation> value) Sets the operations property value.voidPrintOperationCollectionResponse.setValue(List<PrintOperation> value) Sets the value property value.