Package org.forgerock.api.models
Class Patch.Builder
- Enclosing class:
- Patch
Builder to help construct the Patch.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the Patch instance.operations
(PatchOperation... operations) Setter for supported Patch-operations.protected Patch.Builder
self()
Abstract method that returns the instantiated Builder itself.Methods inherited from class org.forgerock.api.models.Operation.Builder
description, description, detailsFromAnnotation, error, errors, parameter, parameters, stability, supportedLocales
-
Method Details
-
operations
Setter for supported Patch-operations.- Parameters:
operations
- Supported Patch-operations- Returns:
- Builder
-
self
Description copied from class:Operation.Builder
Abstract method that returns the instantiated Builder itself.- Specified by:
self
in classOperation.Builder<Patch.Builder>
- Returns:
- Builder
-
build
Builds the Patch instance.- Returns:
- Patch instance
-