LargeFileUploadResult<ResultType> Class
- java.
lang. Object - com.
microsoft. graph. tasks. LargeFileUploadResult<ResultType>
- com.
Type Parameters
- ResultType
type of the deserialized response.
public class LargeFileUploadResult<ResultType>
Respresents the result of a large file upload task.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| java.lang.String |
location
Location response header value if provided. |
| ResultType |
responseBody
Deserialized response body if the response has content. |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| LargeFileUploadResult() | ||
Methods inherited from java.lang.Object
Field Details
location
public String location
Location response header value if provided.
responseBody
public ResultType responseBody
Deserialized response body if the response has content.
Constructor Details
LargeFileUploadResult
public LargeFileUploadResult()