Class UploadResult<T>

java.lang.Object
com.microsoft.graph.core.models.UploadResult<T>
Type Parameters:
T - The type of item contained in the response.

public class UploadResult<T> extends Object
Model containing the information from an upload response.
  • Field Details

    • uploadSession

      @Nullable public IUploadSession uploadSession
      The UploadSession containing information about the created upload session.
    • itemResponse

      @Nullable public T itemResponse
      The uploaded item, once upload has completed.
    • location

      @Nullable public URI 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.