Uses of Class
de.trustable.ca3s.core.domain.enumeration.ChallengeStatus
-
Packages that use ChallengeStatus Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration de.trustable.ca3s.core.service.dto.acme -
-
Uses of ChallengeStatus in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type ChallengeStatus Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AcmeChallenge,ChallengeStatus>AcmeChallenge_. statusMethods in de.trustable.ca3s.core.domain that return ChallengeStatus Modifier and Type Method Description ChallengeStatusAcmeChallenge. getStatus()Methods in de.trustable.ca3s.core.domain with parameters of type ChallengeStatus Modifier and Type Method Description voidAcmeChallenge. setStatus(ChallengeStatus status)AcmeChallengeAcmeChallenge. status(ChallengeStatus status) -
Uses of ChallengeStatus in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return ChallengeStatus Modifier and Type Method Description static ChallengeStatusChallengeStatus. forValues(String value)static ChallengeStatusChallengeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeStatus[]ChallengeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChallengeStatus in de.trustable.ca3s.core.service.dto.acme
Methods in de.trustable.ca3s.core.service.dto.acme that return ChallengeStatus Modifier and Type Method Description ChallengeStatusChallengeResponse. getStatus()Methods in de.trustable.ca3s.core.service.dto.acme with parameters of type ChallengeStatus Modifier and Type Method Description voidChallengeResponse. setStatus(ChallengeStatus status)
-