Uses of Class
org.forgerock.api.enums.PatchOperation
-
Packages that use PatchOperation Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.enums API descriptor enums.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of PatchOperation in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return PatchOperation Modifier and Type Method Description PatchOperation[]
operations()
The set of patch operations supported by this request handler. -
Uses of PatchOperation in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return PatchOperation Modifier and Type Method Description static PatchOperation
PatchOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchOperation[]
PatchOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PatchOperation in org.forgerock.api.models
Methods in org.forgerock.api.models that return PatchOperation Modifier and Type Method Description PatchOperation[]
Patch. getOperations()
Getter for supported Patch operations.Methods in org.forgerock.api.models with parameters of type PatchOperation Modifier and Type Method Description Patch.Builder
Patch.Builder. operations(PatchOperation... operations)
Setter for supported Patch-operations.
-