Uses of Enum Class
com.adobe.testing.s3mock.dto.LegalHold.Status
Packages that use LegalHold.Status
Package
Description
This set the namespace for all JAX-B serialization / deserialization POJOs in this package.
-
Uses of LegalHold.Status in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return LegalHold.StatusModifier and TypeMethodDescriptionLegalHold.status()Returns the value of thestatusrecord component.static LegalHold.StatusReturns the enum constant of this class with the specified name.static LegalHold.Status[]LegalHold.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.adobe.testing.s3mock.dto with parameters of type LegalHold.StatusModifierConstructorDescriptionLegalHold(LegalHold.Status status) Creates an instance of aLegalHoldrecord class.