Uses of Class
com.sas.lsaf.content.repository.VersionDeleteInfo.DeleteStatus
-
Packages that use VersionDeleteInfo.DeleteStatus Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of VersionDeleteInfo.DeleteStatus in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return VersionDeleteInfo.DeleteStatus Modifier and Type Method Description VersionDeleteInfo.DeleteStatus
VersionDeleteInfo. getDeleteStatus()
Gets the deletion status of the version specified.static VersionDeleteInfo.DeleteStatus
VersionDeleteInfo.DeleteStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VersionDeleteInfo.DeleteStatus[]
VersionDeleteInfo.DeleteStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.content.repository with parameters of type VersionDeleteInfo.DeleteStatus Constructor Description VersionDeleteInfo(java.lang.String version, VersionDeleteInfo.DeleteStatus deleteStatus)
It is not intended or recommended that the consumer of the API construct this object.
-