Uses of Enum Class
com.svenruppert.jsentinel.credential.emergency.EmergencyPolicyOverride.Reason
Packages that use EmergencyPolicyOverride.Reason
-
Uses of EmergencyPolicyOverride.Reason in com.svenruppert.jsentinel.credential.emergency
Subclasses with type arguments of type EmergencyPolicyOverride.Reason in com.svenruppert.jsentinel.credential.emergencyModifier and TypeClassDescriptionstatic enumStructured incident category.Methods in com.svenruppert.jsentinel.credential.emergency that return EmergencyPolicyOverride.ReasonModifier and TypeMethodDescriptionEmergencyPolicyOverride.reason()Returns the value of thereasonrecord component.Returns the enum constant of this class with the specified name.static EmergencyPolicyOverride.Reason[]EmergencyPolicyOverride.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.svenruppert.jsentinel.credential.emergency with parameters of type EmergencyPolicyOverride.ReasonModifierConstructorDescriptionEmergencyPolicyOverride(String incidentId, EmergencyPolicyOverride.Reason reason, Instant effectiveFrom, Instant effectiveTo, String authorisedBy) Creates an instance of aEmergencyPolicyOverriderecord class.