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 Data Transfer Objects.de.trustable.ca3s.core.service.dto.acme de.trustable.ca3s.core.web.rest.data -
-
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
Methods in de.trustable.ca3s.core.service.dto that return ChallengeStatus Modifier and Type Method Description ChallengeStatusAcmeChallengeView. getStatus()Methods in de.trustable.ca3s.core.service.dto with parameters of type ChallengeStatus Modifier and Type Method Description voidAcmeChallengeView. setStatus(ChallengeStatus status) -
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) -
Uses of ChallengeStatus in de.trustable.ca3s.core.web.rest.data
Methods in de.trustable.ca3s.core.web.rest.data that return ChallengeStatus Modifier and Type Method Description ChallengeStatusAcmeChallengeValidation. getStatus()Methods in de.trustable.ca3s.core.web.rest.data with parameters of type ChallengeStatus Modifier and Type Method Description voidAcmeChallengeValidation. setStatus(ChallengeStatus status)
-