Package | Description |
---|---|
org.kie.server.api.model |
Modifier and Type | Method and Description |
---|---|
ServiceResponse.ResponseType |
ServiceResponse.getType() |
static ServiceResponse.ResponseType |
ServiceResponse.ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceResponse.ResponseType[] |
ServiceResponse.ResponseType.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.setType(ServiceResponse.ResponseType type) |
Constructor and Description |
---|
ServiceResponse(ServiceResponse.ResponseType type,
String msg) |
ServiceResponse(ServiceResponse.ResponseType type,
String msg,
T result) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.