Uses of Class
org.forgerock.api.models.Action
-
Packages that use Action Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Action in org.forgerock.api.models
Methods in org.forgerock.api.models that return Action Modifier and Type Method 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[]
Items. getActions()
Getter of actions.Action[]
Resource. getActions()
Getter of actions.Methods in org.forgerock.api.models with parameters of type Action Modifier and Type Method Description Items.Builder
Items.Builder. action(Action action)
Adds one Action to the list of Actions.Resource.Builder
Resource.Builder. action(Action action)
Adds one Action to the list of Actions.int
Action. compareTo(Action action)
Compares two strings lexicographically.Method parameters in org.forgerock.api.models with type arguments of type Action Modifier and Type Method Description Items.Builder
Items.Builder. actions(List<Action> actions)
Set Actions.Resource.Builder
Resource.Builder. actions(List<Action> actions)
Set Actions.
-