public final class VersionDeleteInfo extends Object implements Serializable
deleteVersions
.Modifier and Type | Class and Description |
---|---|
static class |
VersionDeleteInfo.DeleteStatus
The status of a deleted version of a file.
|
Constructor and Description |
---|
VersionDeleteInfo(String version,
VersionDeleteInfo.DeleteStatus deleteStatus)
It is not intended or recommended that the consumer of the API construct this object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
VersionDeleteInfo.DeleteStatus |
getDeleteStatus()
Gets the deletion status of the version specified.
|
String |
getVersion()
Gets the version that was specified to delete.
|
int |
hashCode() |
String |
toString() |
public VersionDeleteInfo(String version, VersionDeleteInfo.DeleteStatus deleteStatus)
deleteVersions
.version
- The version specified to delete.deleteStatus
- The deletion status of the version specified.public String getVersion()
public VersionDeleteInfo.DeleteStatus getDeleteStatus()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>