Uses of Class
org.forgerock.api.models.Patch
-
Packages that use Patch Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Patch in org.forgerock.api.models
Methods in org.forgerock.api.models that return Patch Modifier and Type Method Description PatchPatch.Builder. build()Builds the Patch instance.static PatchPatch. fromAnnotation(Patch patch, ApiDescription descriptor, Class<?> relativeType)Builds a Patch object from the data stored in the annotation.PatchItems. getPatch()Getter of Patch.PatchResource. getPatch()Getter of Patch.Methods in org.forgerock.api.models with parameters of type Patch Modifier and Type Method Description Items.BuilderItems.Builder. patch(Patch patch)Set Patch.Resource.BuilderResource.Builder. patch(Patch patch)Set Patch.
-