Uses of Class
org.forgerock.api.models.Resource.Builder
-
Packages that use Resource.Builder Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Resource.Builder in org.forgerock.api.models
Methods in org.forgerock.api.models that return Resource.Builder Modifier and Type Method Description Resource.BuilderResource.Builder. action(Action action)Adds one Action to the list of Actions.Resource.BuilderResource.Builder. actions(List<Action> actions)Set Actions.Resource.BuilderResource.Builder. create(Create create)Set create.Resource.BuilderResource.Builder. delete(Delete delete)Set Delete.Resource.BuilderResource.Builder. description(String description)Set the description.Resource.BuilderResource.Builder. description(LocalizableString description)Set the description.Resource.BuilderResource.Builder. items(Items items)Adds items-resource.Resource.BuilderResource.Builder. mvccSupported(Boolean mvccSupported)Setter for MVCC-supported flag.Resource.BuilderResource.Builder. operations(Operation... operations)Allocates the operations given in the parameter by their type.Resource.BuilderResource.Builder. parameter(Parameter parameter)Sets a single supported parameter.Resource.BuilderResource.Builder. parameters(List<Parameter> parameters)Set multiple supported parameters.Resource.BuilderResource.Builder. patch(Patch patch)Set Patch.Resource.BuilderResource.Builder. queries(List<Query> queries)Set Queries.Resource.BuilderResource.Builder. query(Query query)Adds one Query to the list of queries.Resource.BuilderResource.Builder. read(Read read)Set Read.Resource.BuilderResource.Builder. reference(Reference reference)Set a reference.static Resource.BuilderResource. resource()Create a new Builder for Resoruce.Resource.BuilderResource.Builder. resourceSchema(Schema resourceSchema)Set the resource schema.Resource.BuilderResource.Builder. subresources(SubResources subresources)Sets the sub-resources for this resource.Resource.BuilderResource.Builder. title(String title)Set the title.Resource.BuilderResource.Builder. title(LocalizableString title)Set the title.Resource.BuilderResource.Builder. update(Update update)Set Update.Methods in org.forgerock.api.models with parameters of type Resource.Builder Modifier and Type Method Description protected voidAction. allocateToResource(Resource.Builder resourceBuilder)Allocates the Action operation type to the given Resource Builder.protected voidCreate. allocateToResource(Resource.Builder resourceBuilder)Allocates the Create operation type to the given Resource Builder.protected voidDelete. allocateToResource(Resource.Builder resourceBuilder)Allocates the Delete operation type to the given Resource Builder.protected abstract voidOperation. allocateToResource(Resource.Builder resourceBuilder)Allocates the operation by operation type to the given Resource Builder by calling the corresonding method by type.protected voidPatch. allocateToResource(Resource.Builder resourceBuilder)Allocates the Patch operation type to the given Resource Builder.protected voidQuery. allocateToResource(Resource.Builder resourceBuilder)Allocates the Query operation type to the given Resource Builder.protected voidRead. allocateToResource(Resource.Builder resourceBuilder)Allocates the Read operation type to the given Resource Builder.protected voidUpdate. allocateToResource(Resource.Builder resourceBuilder)Allocates the Update operation type to the given Resource Builder.
-