| Modifier and Type | Method and Description |
|---|---|
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract RequestType |
AbstractManagementController.getRequestType(ManagementRequest managementRequest) |
protected RequestType |
AbstractLegacyConfiguredObjectController.getRequestType(ManagementRequest managementRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected RequestType |
LatestManagementController.getRequestType(ManagementRequest request) |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
RequestInfo.getType() |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.