Uses of Class
com.microsoft.graph.models.PrintTaskDefinition
Packages that use PrintTaskDefinition
-
Uses of PrintTaskDefinition in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintTaskDefinitionModifier and TypeMethodDescriptionstatic PrintTaskDefinitionPrintTaskDefinition.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valuePrintTask.getDefinition()Gets the definition property value.PrintTaskTrigger.getDefinition()Gets the definition property value.Methods in com.microsoft.graph.models that return types with arguments of type PrintTaskDefinitionModifier and TypeMethodDescriptionPrint.getTaskDefinitions()Gets the taskDefinitions property value.PrintTaskDefinitionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type PrintTaskDefinitionModifier and TypeMethodDescriptionvoidPrintTask.setDefinition(PrintTaskDefinition value) Sets the definition property value.voidPrintTaskTrigger.setDefinition(PrintTaskDefinition value) Sets the definition property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintTaskDefinitionModifier and TypeMethodDescriptionvoidPrint.setTaskDefinitions(List<PrintTaskDefinition> value) Sets the taskDefinitions property value.voidPrintTaskDefinitionCollectionResponse.setValue(List<PrintTaskDefinition> value) Sets the value property value.