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 Patch
Patch.Builder. build()
Builds the Patch instance.static Patch
Patch. fromAnnotation(Patch patch, ApiDescription descriptor, Class<?> relativeType)
Builds a Patch object from the data stored in the annotation.Patch
Items. getPatch()
Getter of Patch.Patch
Resource. getPatch()
Getter of Patch.Methods in org.forgerock.api.models with parameters of type Patch Modifier and Type Method Description Items.Builder
Items.Builder. patch(Patch patch)
Set Patch.Resource.Builder
Resource.Builder. patch(Patch patch)
Set Patch.
-