public class BoxZipConflict extends BoxJSONObject
Constructor and Description |
---|
BoxZipConflict()
Constructs a BoxZipDownloadStatus with default settings.
|
BoxZipConflict(String json)
Constructs a BoxZipDownloadStatus from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
List<BoxZipConflictItem> |
getItems()
Gets the items that conflict because they have the same name.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxZipConflict()
public BoxZipConflict(String json)
json
- the JSON encoded enterprise.public List<BoxZipConflictItem> getItems()