LargeFileUploadResult<ResultType> Class

  • java.lang.Object
    • com.microsoft.graph.tasks.LargeFileUploadResult<ResultType>

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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()

Applies to