Package com.microsoft.graph.core.models
Class UploadResult<T>
java.lang.Object
com.microsoft.graph.core.models.UploadResult<T>
- Type Parameters:
T- The type of item contained in the response.
Model containing the information from an upload response.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe uploaded item, once upload has completed.The uploaded item location, once upload has completed.The UploadSession containing information about the created upload session. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uploadSession
The UploadSession containing information about the created upload session. -
itemResponse
The uploaded item, once upload has completed. -
location
The uploaded item location, once upload has completed.
-
-
Constructor Details
-
UploadResult
public UploadResult()Default constructor.
-
-
Method Details
-
isUploadSuccessful
public boolean isUploadSuccessful()Status of the request.- Returns:
- A boolean dictating whether the upload has been fully completed.
-