Uses of Class
org.forgerock.api.models.SubResources
Packages that use SubResources
-
Uses of SubResources in org.forgerock.api.models
Methods in org.forgerock.api.models that return SubResourcesModifier and TypeMethodDescriptionSubResources.Builder.build()Builds theSubResourcesinstance.Items.getSubresources()Getter of sub-resources.Resource.getSubresources()Getter of sub-resources.Methods in org.forgerock.api.models with parameters of type SubResourcesModifier and TypeMethodDescriptionstatic 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.Builder.subresources(SubResources subresources) Sets the sub-resources for this resource.Resource.Builder.subresources(SubResources subresources) Sets the sub-resources for this resource.