Uses of Enum Class
org.shredzone.acme4j.Status
Package
Description
-
Uses of Status in org.shredzone.acme4j
Modifier and TypeMethodDescriptionAccount.getStatus()
Returns the current status of the account.Authorization.getStatus()
Gets the authorization status.Order.getStatus()
Returns the current status of the order.static Status
Parses the string and returns a corresponding Status object.static Status
Returns the enum constant of this class with the specified name.static Status[]
Status.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Status in org.shredzone.acme4j.challenge
-
Uses of Status in org.shredzone.acme4j.toolbox