public class Upload extends Object
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getCreatedAt() |
String |
getMessage() |
ZonedDateTime |
getProcessedAt() |
double |
getProgress() |
Integer |
getSize() |
String |
getStatus() |
UploadMode |
getUploadMode() |
String |
getUri() |
String |
toString() |
public static final String URI
public String getUri()
public String getStatus()
public double getProgress()
public String getMessage()
null otherwisepublic UploadMode getUploadMode()
UploadMode of this uploadpublic Integer getSize()
public ZonedDateTime getCreatedAt()
public ZonedDateTime getProcessedAt()
null if upload is still being processedCopyright © 2019. All rights reserved.