Uses of Class
com.microsoft.graph.models.PrintTaskTrigger
Packages that use PrintTaskTrigger
-
Uses of PrintTaskTrigger in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintTaskTriggerModifier and TypeMethodDescriptionstatic PrintTaskTriggerPrintTaskTrigger.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valuePrintTask.getTrigger()Gets the trigger property value.Methods in com.microsoft.graph.models that return types with arguments of type PrintTaskTriggerModifier and TypeMethodDescriptionPrinter.getTaskTriggers()Gets the taskTriggers property value.PrintTaskTriggerCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type PrintTaskTriggerModifier and TypeMethodDescriptionvoidPrintTask.setTrigger(PrintTaskTrigger value) Sets the trigger property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintTaskTriggerModifier and TypeMethodDescriptionvoidPrinter.setTaskTriggers(List<PrintTaskTrigger> value) Sets the taskTriggers property value.voidPrintTaskTriggerCollectionResponse.setValue(List<PrintTaskTrigger> value) Sets the value property value.