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 class
Action
Class that represents the Action operation type in API descriptor.class
Create
Class that represents the Create Operation type in API descriptor.class
Delete
Class that represents the Delete operation type in API descriptor.class
Patch
Class that represents the Patch operation type in API descriptor.class
Query
Class that represents the Create Operation type in API descriptor.class
Read
Class that represents the Read Operation type in API descriptor.class
Update
Class 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.Builder
Resource.Builder. operations(Operation... operations)
Allocates the operations given in the parameter by their type.
-