Package | Description |
---|---|
com.fatwire.services.beans |
Modifier and Type | Method and Description |
---|---|
static ServiceResponse.Severity |
ServiceResponse.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceResponse.Severity[] |
ServiceResponse.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceResponse.setSeverity(ServiceResponse.Severity severity)
Sets the severity of this response from one of the standard values
specified.
|
Constructor and Description |
---|
ServiceResponse(ServiceResponse.Severity severity)
Overloaded constructor with a standard severity.
|