Uses of Class
de.trustable.ca3s.core.domain.enumeration.AccountStatus
-
Packages that use AccountStatus 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 AccountStatus in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type AccountStatus Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ACMEAccount,AccountStatus>ACMEAccount_. statusMethods in de.trustable.ca3s.core.domain that return AccountStatus Modifier and Type Method Description AccountStatusACMEAccount. getStatus()Methods in de.trustable.ca3s.core.domain with parameters of type AccountStatus Modifier and Type Method Description voidACMEAccount. setStatus(AccountStatus status)ACMEAccountACMEAccount. status(AccountStatus status) -
Uses of AccountStatus in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return AccountStatus Modifier and Type Method Description static AccountStatusAccountStatus. forValues(String value)static AccountStatusAccountStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountStatus[]AccountStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccountStatus in de.trustable.ca3s.core.service.dto.acme
Methods in de.trustable.ca3s.core.service.dto.acme that return AccountStatus Modifier and Type Method Description AccountStatusAccountRequest. getStatus()AccountStatusAccountResponse. getStatus()Methods in de.trustable.ca3s.core.service.dto.acme with parameters of type AccountStatus Modifier and Type Method Description voidAccountRequest. setStatus(AccountStatus status)voidAccountResponse. setStatus(AccountStatus status)
-