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
Methods 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, String value)
-