Uses of Class
uk.gov.gchq.gaffer.rest.SystemStatus.Status
-
Packages that use SystemStatus.Status Package Description uk.gov.gchq.gaffer.rest Classes which provide the Gaffer REST API. -
-
Uses of SystemStatus.Status in uk.gov.gchq.gaffer.rest
Methods in uk.gov.gchq.gaffer.rest that return SystemStatus.Status Modifier and Type Method Description SystemStatus.Status
SystemStatus. getStatus()
static SystemStatus.Status
SystemStatus.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemStatus.Status[]
SystemStatus.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.gov.gchq.gaffer.rest with parameters of type SystemStatus.Status Constructor Description SystemStatus(SystemStatus.Status status)
-