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 class
Operation.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 class
Action.Builder
Builder class for creating the Action.static class
Create.Builder
Builder for the Create.static class
Delete.Builder
Builder for the Delete.static class
Patch.Builder
Builder to help construct the Patch.static class
Query.Builder
Builder to help construct the Read.static class
Read.Builder
Builder to help construct the Read.static class
Update.Builder
Builder 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.
-