Uses of Class
org.forgerock.api.models.Items
-
Packages that use Items Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Items in org.forgerock.api.models
Methods in org.forgerock.api.models that return Items Modifier and Type Method Description Items
Items.Builder. build()
Construct a new instance of Resource.static Items
Items. fromAnnotatedType(Class<?> type, ApiDescription descriptor, SubResources subResources)
Build anItems
from an annotated request handler.Items
Resource. getItems()
Getter of items.Methods in org.forgerock.api.models with parameters of type Items Modifier and Type Method Description static Resource
Resource. fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, Items items, ApiDescription descriptor, Parameter... extraParameters)
Build aResource
from an annotated request handler.Resource.Builder
Resource.Builder. items(Items items)
Adds items-resource.
-