Uses of Class
org.forgerock.api.models.VersionedPath
-
Packages that use VersionedPath Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of VersionedPath in org.forgerock.api.models
Methods in org.forgerock.api.models that return VersionedPath Modifier and Type Method Description VersionedPathVersionedPath.Builder. build()Builds the VersionedPath instance.VersionedPathPaths. get(String name)Gets the Path for a given Path-name.Methods in org.forgerock.api.models that return types with arguments of type VersionedPath Modifier and Type Method Description protected Map<String,VersionedPath>Paths. getPaths()Gets aMapof path-names to Paths.Methods in org.forgerock.api.models with parameters of type VersionedPath Modifier and Type Method Description Paths.BuilderPaths.Builder. merge(String path, VersionedPath versionedPath)Merge the path definition into the existing path definitions.Paths.BuilderPaths.Builder. put(String path, VersionedPath versionedPath)Adds a Path.
-