public static class SuperBatchWebResources.SuperBatchWebResourcesBuilder extends Object implements WebResourcesBuilder
SuperBatchWebResources| Modifier and Type | Method and Description | 
|---|---|
| SuperBatchWebResources.SuperBatchWebResourcesBuilder | addCollapsedTag(ResourceType tagType)The builder should have a collapsed tag entry for the given resource type. | 
| SuperBatchWebResources.SuperBatchWebResourcesBuilder | addCollapsedUris(ResourceType type)The builder should have a collapsed uri list for the given resource type. | 
| SuperBatchWebResources | build() | 
| SuperBatchWebResources.SuperBatchWebResourcesBuilder | metatags(HtmlString metatags) | 
| SuperBatchWebResources.SuperBatchWebResourcesBuilder | tag(Map<ResourceType,HtmlString> tags)Replaces the existing tags map with the given map. | 
| SuperBatchWebResources.SuperBatchWebResourcesBuilder | tag(ResourceType type,
   HtmlString htmlString)Add, or if the resource type is already added, replaces the existing tag with the given tag for the given resource type. | 
| SuperBatchWebResources.SuperBatchWebResourcesBuilder | uris(Map<ResourceType,List<URI>> uris)Replaces the existing uris map with the given map. | 
| SuperBatchWebResources.SuperBatchWebResourcesBuilder | uris(ResourceType type,
    List<URI> uris)Adds, or if the resource type is already added, replaces the existing uris for the given resource type with the
 new uris given. | 
public SuperBatchWebResources.SuperBatchWebResourcesBuilder metatags(HtmlString metatags)
public SuperBatchWebResources.SuperBatchWebResourcesBuilder uris(ResourceType type, List<URI> uris)
WebResourcesBuilderuris in interface WebResourcesBuilderpublic SuperBatchWebResources.SuperBatchWebResourcesBuilder uris(Map<ResourceType,List<URI>> uris)
WebResourcesBuilderuris in interface WebResourcesBuilderpublic SuperBatchWebResources.SuperBatchWebResourcesBuilder addCollapsedUris(ResourceType type)
WebResourcesBuilderaddCollapsedUris in interface WebResourcesBuilderpublic SuperBatchWebResources.SuperBatchWebResourcesBuilder tag(ResourceType type, HtmlString htmlString)
WebResourcesBuildertag in interface WebResourcesBuilderpublic SuperBatchWebResources.SuperBatchWebResourcesBuilder tag(Map<ResourceType,HtmlString> tags)
WebResourcesBuildertag in interface WebResourcesBuilderpublic SuperBatchWebResources.SuperBatchWebResourcesBuilder addCollapsedTag(ResourceType tagType)
WebResourcesBuilderaddCollapsedTag in interface WebResourcesBuilderpublic SuperBatchWebResources build()
Copyright © 2003–2018 Atlassian. All rights reserved.