Package | Description |
---|---|
org.forgerock.api.models |
Modifier and Type | Method and Description |
---|---|
Action |
Action.Builder.build()
Builds the Action instance.
|
static Action |
Action.fromAnnotation(Action action,
Method annotated,
ApiDescription descriptor,
Class<?> relativeType)
Builds an Action object using the data in the annotation.
|
Action[] |
Resource.getActions()
Getter of actions.
|
Action[] |
Items.getActions()
Getter of actions.
|
Modifier and Type | Method and Description |
---|---|
Resource.Builder |
Resource.Builder.action(Action action)
Adds one Action to the list of Actions.
|
Items.Builder |
Items.Builder.action(Action action)
Adds one Action to the list of Actions.
|
int |
Action.compareTo(Action action)
Compares two strings lexicographically.
|
Modifier and Type | Method and Description |
---|---|
Resource.Builder |
Resource.Builder.actions(List<Action> actions)
Set Actions.
|
Items.Builder |
Items.Builder.actions(List<Action> actions)
Set Actions.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.