| Package | Description |
|---|---|
| org.forgerock.json.resource |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
QueryRequest.getRequestType() |
RequestType |
Request.getRequestType()
Returns the type of this request.
|
RequestType |
UpdateRequest.getRequestType() |
RequestType |
ActionRequest.getRequestType() |
RequestType |
ReadRequest.getRequestType() |
RequestType |
CreateRequest.getRequestType() |
RequestType |
DeleteRequest.getRequestType() |
RequestType |
PatchRequest.getRequestType() |
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 |
|---|---|
static FilterCondition |
Filters.matchRequestType(RequestType... types)
Returns a
FilterCondition which will only match requests whose
type is contained in types. |
| Modifier and Type | Method and Description |
|---|---|
static FilterCondition |
Filters.matchRequestType(Set<RequestType> types)
Returns a
FilterCondition which will only match requests whose
type is contained in types. |
Copyright © 2021 Open Identity Platform Community. All rights reserved.