Package com.sas.lsaf.content.repository
Class VersionDeleteInfo
java.lang.Object
com.sas.lsaf.content.repository.VersionDeleteInfo
- All Implemented Interfaces:
Serializable
The class that represents the status of a deleted version when calling
deleteVersions.- Since:
- 2.4
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of a deleted version of a file. -
Constructor Summary
ConstructorsConstructorDescriptionVersionDeleteInfo(String version, VersionDeleteInfo.DeleteStatus deleteStatus) It is not intended or recommended that the consumer of the API construct this object. -
Method Summary
-
Constructor Details
-
VersionDeleteInfo
It is not intended or recommended that the consumer of the API construct this object. They should only be retrieved from service calls, such asdeleteVersions.- Parameters:
version- The version specified to delete.deleteStatus- The deletion status of the version specified.
-
-
Method Details
-
getVersion
Gets the version that was specified to delete.- Returns:
- The version specified to delete.
-
getDeleteStatus
Gets the deletion status of the version specified.- Returns:
- The deletion status of the version specified.
-
hashCode
public int hashCode() -
equals
-
toString
-