Uses of Class
com.atlassian.confluence.api.model.content.webresource.SuperBatchWebResources
-
Packages that use SuperBatchWebResources Package Description com.atlassian.confluence.api.model.content.webresource -
-
Uses of SuperBatchWebResources in com.atlassian.confluence.api.model.content.webresource
Methods in com.atlassian.confluence.api.model.content.webresource that return SuperBatchWebResources Modifier and Type Method Description SuperBatchWebResourcesSuperBatchWebResources.SuperBatchWebResourcesBuilder. build()SuperBatchWebResourcesWebResourceDependencies. getSuperbatch()Methods in com.atlassian.confluence.api.model.content.webresource with parameters of type SuperBatchWebResources Modifier and Type Method Description WebResourceDependencies.WebResourceDependenciesBuilderWebResourceDependencies.WebResourceDependenciesBuilder. superbatch(SuperBatchWebResources superbatch)Constructors in com.atlassian.confluence.api.model.content.webresource with parameters of type SuperBatchWebResources Constructor Description WebResourceDependencies(List<String> keys, List<String> contexts, Map<ResourceType,List<URI>> uris, Map<ResourceType,HtmlString> tags, SuperBatchWebResources superbatch)
-