Package com.microsoft.graph.tasks
Class LargeFileUploadResult<ResultType>
java.lang.Object
com.microsoft.graph.tasks.LargeFileUploadResult<ResultType>
- Type Parameters:
ResultType- type of the deserialized response.
Respresents the result of a large file upload task.
-
Field Summary
FieldsModifier and TypeFieldDescriptionLocation response header value if provided.Deserialized response body if the response has content. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
location
Location response header value if provided. -
responseBody
Deserialized response body if the response has content.
-
-
Constructor Details
-
LargeFileUploadResult
public LargeFileUploadResult()
-