Uses of Class
org.forgerock.api.enums.Stability
-
Packages that use Stability Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.enums API descriptor enums.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Stability in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return Stability Modifier and Type Method Description Stability
stability()
The stability state for the operation. -
Uses of Stability in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return Stability Modifier and Type Method Description static Stability
Stability. valueOf(String name)
Returns the enum constant of this type with the specified name.static Stability[]
Stability. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Stability in org.forgerock.api.models
Methods in org.forgerock.api.models that return Stability Modifier and Type Method Description Stability
Operation. getStability()
Getter of Operation stability.Methods in org.forgerock.api.models with parameters of type Stability Modifier and Type Method Description T
Operation.Builder. stability(Stability stability)
Sets stability of Operation.
-