Uses of Class
org.forgerock.api.models.SubResources
-
Packages that use SubResources Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of SubResources in org.forgerock.api.models
Methods in org.forgerock.api.models that return SubResources Modifier and Type Method Description SubResourcesSubResources.Builder. build()Builds theSubResourcesinstance.SubResourcesItems. getSubresources()Getter of sub-resources.SubResourcesResource. getSubresources()Getter of sub-resources.Methods in org.forgerock.api.models with parameters of type SubResources Modifier and Type Method Description static ItemsItems. fromAnnotatedType(Class<?> type, ApiDescription descriptor, SubResources subResources)Build anItemsfrom an annotated request handler.static ResourceResource. fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, SubResources subResources, ApiDescription descriptor, Parameter... extraParameters)Build aResourcefrom an annotated request handler.Items.BuilderItems.Builder. subresources(SubResources subresources)Sets the sub-resources for this resource.Resource.BuilderResource.Builder. subresources(SubResources subresources)Sets the sub-resources for this resource.
-