Uses of Enum Class
com.adobe.testing.s3mock.dto.LegalHold.Status
Packages that use LegalHold.Status
-
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) LegalHold(LegalHold.Status status, String xmlns) Creates an instance of aLegalHoldrecord class.