Uses of Class
org.forgerock.api.models.Operation
-
Packages that use Operation Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Operation in org.forgerock.api.models
Subclasses of Operation in org.forgerock.api.models Modifier and Type Class Description classActionClass that represents the Action operation type in API descriptor.classCreateClass that represents the Create Operation type in API descriptor.classDeleteClass that represents the Delete operation type in API descriptor.classPatchClass that represents the Patch operation type in API descriptor.classQueryClass that represents the Create Operation type in API descriptor.classReadClass that represents the Read Operation type in API descriptor.classUpdateClass that represents the Create Operation type in API descriptor.Methods in org.forgerock.api.models with parameters of type Operation Modifier and Type Method Description Resource.BuilderResource.Builder. operations(Operation... operations)Allocates the operations given in the parameter by their type.
-