| Package | Description | 
|---|---|
| com.fatwire.services.beans | 
| Modifier and Type | Method and Description | 
|---|---|
| static ServiceResponse.Status | ServiceResponse.Status. toEnum(int code)Returns a status enum, given the status code. | 
| static ServiceResponse.Status | ServiceResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ServiceResponse.Status[] | ServiceResponse.Status. 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. setStatus(ServiceResponse.Status status)
 Sets a status code to be associated with this response from one of the
 standard values specified. |