Uses of Class
org.linuxforhealth.fhir.database.utils.api.TenantStatus
-
Packages that use TenantStatus Package Description org.linuxforhealth.fhir.database.utils.api -
-
Uses of TenantStatus in org.linuxforhealth.fhir.database.utils.api
Methods in org.linuxforhealth.fhir.database.utils.api that return TenantStatus Modifier and Type Method Description static TenantStatus
TenantStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TenantStatus[]
TenantStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-