public abstract class ResumableUpload extends Object
Constructor and Description |
---|
ResumableUpload() |
Modifier and Type | Method and Description |
---|---|
abstract String |
contentLength() |
static ResumableUpload |
create(int statusCode,
String uploadId,
String contentLength,
Long rangeLowerValue,
Long rangeUpperValue) |
abstract Long |
rangeLowerValue() |
abstract Long |
rangeUpperValue() |
abstract int |
statusCode() |
abstract String |
uploadId() |
public abstract int statusCode()
public static ResumableUpload create(int statusCode, String uploadId, String contentLength, Long rangeLowerValue, Long rangeUpperValue)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.