public class BoxZipConflictItem extends BoxJSONObject
Constructor and Description |
---|
BoxZipConflictItem()
Constructs a BoxZipNameConflict with default settings.
|
BoxZipConflictItem(String json)
Constructs a BoxZipNameConflict from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
String |
getDownloadName()
Gets the new name of the item when it downloads that resolves the conflict.
|
String |
getID()
Gets the ID of the item that has the conflict.
|
String |
getOriginalName()
Gets the original name of the item that has the conflict.
|
String |
getType()
Gets the type of the item that has the conflict.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxZipConflictItem()
public BoxZipConflictItem(String json)
json
- the JSON encoded enterprise.public String getID()
public String getType()
public String getOriginalName()
public String getDownloadName()