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 SuperBatchWebResources
SuperBatchWebResources.SuperBatchWebResourcesBuilder. build()
SuperBatchWebResources
WebResourceDependencies. getSuperbatch()
Methods in com.atlassian.confluence.api.model.content.webresource with parameters of type SuperBatchWebResources Modifier and Type Method Description WebResourceDependencies.WebResourceDependenciesBuilder
WebResourceDependencies.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)
-