Uses of Class
org.forgerock.api.models.SubResources
-
Uses of SubResources in org.forgerock.api.models
Modifier and TypeMethodDescriptionSubResources.Builder.build()
Builds theSubResources
instance.Items.getSubresources()
Getter of sub-resources.Resource.getSubresources()
Getter of sub-resources.Modifier and TypeMethodDescriptionstatic Items
Items.fromAnnotatedType
(Class<?> type, ApiDescription descriptor, SubResources subResources) Build anItems
from an annotated request handler.static Resource
Resource.fromAnnotatedType
(Class<?> type, Resource.AnnotatedTypeVariant variant, SubResources subResources, ApiDescription descriptor, Parameter... extraParameters) Build aResource
from an annotated request handler.Items.Builder.subresources
(SubResources subresources) Sets the sub-resources for this resource.Resource.Builder.subresources
(SubResources subresources) Sets the sub-resources for this resource.