Package org.forgerock.api.annotations
Annotation Type Parameter
public @interface Parameter
A extra parameter to an operation.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
The name of the parameter. -
type
The type semantics of the String value.
-
-
-
defaultValue
The default value, if applicable. Should not be an empty string.- Default:
- ""
-
description
A description of the parameter.- Default:
- ""
-
source
The source of the parameter. Defaults toPATH
.- Default:
- PATH
-
required
boolean requiredWhether the parameter is required. Defaults totrue
.- Default:
- true
-
enumValues
Enumeration of acceptable values, if required.- Default:
- {}
-
enumTitles
Titles of enumeration values.- Default:
- {}
-