public class BoxZipInfo extends BoxJSONObject
Constructor and Description |
---|
BoxZipInfo()
Constructs a BoxZipDownloadStatus with default settings.
|
BoxZipInfo(String json)
Constructs a BoxZipDownloadStatus from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
URL |
getDownloadURL()
Gets the ID of the item that has the conflict.
|
Date |
getExpiresAt()
Gets the original name of the item that has the conflict.
|
List<BoxZipConflict> |
getNameConflicts()
Gets the new name of the item when it downloads that resolves the conflict.
|
URL |
getStatusURL()
Gets the type of the item that has the conflict.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxZipInfo()
public BoxZipInfo(String json)
json
- the JSON encoded enterprise.public URL getDownloadURL()
public URL getStatusURL()
public Date getExpiresAt()
public List<BoxZipConflict> getNameConflicts()