Uses of Enum Class
com.atlassian.secrets.api.RotationState
Packages that use RotationState
-
Uses of RotationState in com.atlassian.secrets.api
Methods in com.atlassian.secrets.api that return RotationStateModifier and TypeMethodDescriptionRotationStatus.status()Returns the value of thestatusrecord component.static RotationStateReturns the enum constant of this class with the specified name.static RotationState[]RotationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.secrets.api with parameters of type RotationStateModifierConstructorDescriptionRotationStatus(RotationState status, Optional<String> message) Creates an instance of aRotationStatusrecord class.