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 VersionedPath
VersionedPath.Builder. build()
Builds the VersionedPath instance.VersionedPath
Paths. 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 aMap
of path-names to Paths.Methods in org.forgerock.api.models with parameters of type VersionedPath Modifier and Type Method Description Paths.Builder
Paths.Builder. merge(String path, VersionedPath versionedPath)
Merge the path definition into the existing path definitions.Paths.Builder
Paths.Builder. put(String path, VersionedPath versionedPath)
Adds a Path.
-