Uses of Class
com.greenthrottle.gcs.api.ServiceStatusEvent.StatusCode

Uses of ServiceStatusEvent.StatusCode in com.greenthrottle.gcs.api
 

Methods in com.greenthrottle.gcs.api that return ServiceStatusEvent.StatusCode
 ServiceStatusEvent.StatusCode ServiceStatusEvent.code()
           
static ServiceStatusEvent.StatusCode ServiceStatusEvent.StatusCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceStatusEvent.StatusCode[] ServiceStatusEvent.StatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.greenthrottle.gcs.api with parameters of type ServiceStatusEvent.StatusCode
static ServiceStatusEvent ServiceStatusEvent.make_debug_event(ServiceStatusEvent.StatusCode c)
           
 ServiceStatusEvent ServiceStatusEvent.setCode(ServiceStatusEvent.StatusCode c)