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 ActionAction.Builder. build()Builds the Action instance.static ActionAction. 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.BuilderItems.Builder. action(Action action)Adds one Action to the list of Actions.Resource.BuilderResource.Builder. action(Action action)Adds one Action to the list of Actions.intAction. 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.BuilderItems.Builder. actions(List<Action> actions)Set Actions.Resource.BuilderResource.Builder. actions(List<Action> actions)Set Actions.
-