Package org.forgerock.api.models
Class Patch.Builder
- java.lang.Object
 - 
- org.forgerock.api.models.Operation.Builder<Patch.Builder>
 - 
- org.forgerock.api.models.Patch.Builder
 
 
 
- 
- Enclosing class:
 - Patch
 
public static final class Patch.Builder extends Operation.Builder<Patch.Builder>
Builder to help construct the Patch. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Patchbuild()Builds the Patch instance.Patch.Builderoperations(PatchOperation... operations)Setter for supported Patch-operations.protected Patch.Builderself()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 Detail
- 
operations
public Patch.Builder operations(PatchOperation... operations)
Setter for supported Patch-operations.- Parameters:
 operations- Supported Patch-operations- Returns:
 - Builder
 
 
- 
self
protected Patch.Builder self()
Description copied from class:Operation.BuilderAbstract method that returns the instantiated Builder itself.- Specified by:
 selfin classOperation.Builder<Patch.Builder>- Returns:
 - Builder
 
 
- 
build
public Patch build()
Builds the Patch instance.- Returns:
 - Patch instance
 
 
 - 
 
 -