Uses of Class
org.forgerock.api.models.Paths.Builder
-
Packages that use Paths.Builder Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Paths.Builder in org.forgerock.api.models
Methods in org.forgerock.api.models that return Paths.Builder Modifier and Type Method Description Paths.BuilderPaths.Builder. merge(String path, VersionedPath versionedPath)Merge the path definition into the existing path definitions.static Paths.BuilderPaths. paths()Create a new Builder for Paths.Paths.BuilderPaths.Builder. put(String path, VersionedPath versionedPath)Adds a Path.
-