We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854c10d commit 296da52Copy full SHA for 296da52
src/main/java/com/microsoft/graph/models/UploadSession.java
@@ -22,7 +22,7 @@
22
/**
23
* The class for the Upload Session.
24
*/
25
-public class UploadSession implements IJsonBackedObject, com.microsoft.graph.concurrency.IUploadSession {
+public class UploadSession implements IJsonBackedObject, com.microsoft.graph.tasks.IUploadSession {
26
27
/** the OData type of the object as returned by the service */
28
@SerializedName("@odata.type")
0 commit comments