Uses of Enum Class
com.sas.lsaf.content.repository.VersionDeleteInfo.DeleteStatus
Packages that use VersionDeleteInfo.DeleteStatus
Package
Description
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.DeleteStatusModifier and TypeMethodDescriptionVersionDeleteInfo.getDeleteStatus()Gets the deletion status of the version specified.Returns the enum constant of this class with the specified name.static VersionDeleteInfo.DeleteStatus[]VersionDeleteInfo.DeleteStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.content.repository with parameters of type VersionDeleteInfo.DeleteStatusModifierConstructorDescriptionVersionDeleteInfo(String version, VersionDeleteInfo.DeleteStatus deleteStatus) It is not intended or recommended that the consumer of the API construct this object.