Uses of Class
odata.msgraph.client.entity.PrintTask
-
Packages that use PrintTask Package Description odata.msgraph.client.entity -
-
Uses of PrintTask in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type PrintTask Modifier and Type Field Description protected List<PrintTask>PrintTaskDefinition. tasksMethods in odata.msgraph.client.entity that return PrintTask Modifier and Type Method Description PrintTaskPrintTask.Builder. build()PrintTaskPrintTask. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintTaskPrintTask. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintTaskPrintTask. withParentUrl(String parentUrl)PrintTaskPrintTask. withStatus(PrintTaskStatus status)PrintTaskPrintTask. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type PrintTask Modifier and Type Method Description PrintTaskDefinition.BuilderPrintTaskDefinition.Builder. tasks(PrintTask... tasks)Method parameters in odata.msgraph.client.entity with type arguments of type PrintTask Modifier and Type Method Description PrintTaskDefinition.BuilderPrintTaskDefinition.Builder. tasks(List<PrintTask> tasks)PrintTaskDefinitionPrintTaskDefinition. withTasks(List<PrintTask> tasks)
-