Uses of Class
org.forgerock.api.models.Operation.Builder
-
Packages that use Operation.Builder Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Operation.Builder in org.forgerock.api.models
Classes in org.forgerock.api.models with type parameters of type Operation.Builder Modifier and Type Class Description static classOperation.Builder<T extends Operation.Builder<T>>Builder to help construct the Operation.Subclasses of Operation.Builder in org.forgerock.api.models Modifier and Type Class Description static classAction.BuilderBuilder class for creating the Action.static classCreate.BuilderBuilder for the Create.static classDelete.BuilderBuilder for the Delete.static classPatch.BuilderBuilder to help construct the Patch.static classQuery.BuilderBuilder to help construct the Read.static classRead.BuilderBuilder to help construct the Read.static classUpdate.BuilderBuilder to help construct Update.Constructors in org.forgerock.api.models with parameters of type Operation.Builder Constructor Description Operation(Operation.Builder builder)Protected constructor of the Operation.
-