Class ResumableUpload
- java.lang.Object
-
- org.jclouds.googlecloudstorage.domain.ResumableUpload
-
public abstract class ResumableUpload extends Object
Represents results of resumable upload response.
-
-
Constructor Summary
Constructors Constructor Description ResumableUpload()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringcontentLength()static ResumableUploadcreate(int statusCode, String uploadId, String contentLength, Long rangeLowerValue, Long rangeUpperValue)abstract LongrangeLowerValue()abstract LongrangeUpperValue()abstract intstatusCode()abstract StringuploadId()
-
-
-
Method Detail
-
statusCode
public abstract int statusCode()
-
create
public static ResumableUpload create(int statusCode, String uploadId, String contentLength, Long rangeLowerValue, Long rangeUpperValue)
-
-