Uses of Class
org.forgerock.api.models.Operation.Builder
Packages that use Operation.Builder
-
Uses of Operation.Builder in org.forgerock.api.models
Classes in org.forgerock.api.models with type parameters of type Operation.BuilderModifier and TypeClassDescriptionstatic classOperation.Builder<T extends Operation.Builder<T>>Builder to help construct the Operation.Subclasses of Operation.Builder in org.forgerock.api.modelsModifier and TypeClassDescriptionstatic final classBuilder class for creating the Action.static final classBuilder for the Create.static final classBuilder for the Delete.static final classBuilder to help construct the Patch.static final classBuilder to help construct the Read.static final classBuilder to help construct the Read.static final classBuilder to help construct Update.Constructors in org.forgerock.api.models with parameters of type Operation.BuilderModifierConstructorDescriptionprotectedOperation(Operation.Builder builder) Protected constructor of the Operation.