| Modifier and Type | Method and Description |
|---|---|
SingleFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.withThemeKey(ThemeKey themeKey) |
ManyFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys) |
ManyFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys) |
| Modifier and Type | Method and Description |
|---|---|
static ThemeKey |
ThemeKey.from(String themeKeyString) |
ThemeKey |
Theme.getThemeKey() |
| Modifier and Type | Method and Description |
|---|---|
static Theme.ThemeBuilder |
Theme.builder(ThemeKey themeKey) |
Theme.ThemeBuilder |
Theme.ThemeBuilder.themeKey(ThemeKey themeKey) |
| Modifier and Type | Method and Description |
|---|---|
SingleFetcher<Theme> |
ThemeService.ThemeFinder.withThemeKey(ThemeKey themeKey)
Restrict the fetched
Theme to be the one with specific key. |
ManyFetcher<Theme> |
ThemeService.ThemeFinder.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys)
Restrict the fetched
Themes to be the ones with the keys specified. |
ManyFetcher<Theme> |
ThemeService.ThemeFinder.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys)
Restrict the fetched
Themes to be the ones with the keys specified. |
| Modifier and Type | Method and Description |
|---|---|
RemoteSingleFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.withThemeKey(ThemeKey themeKey) |
RemoteSingleFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.withThemeKey(ThemeKey themeKey)
Restrict the fetched
Theme to be the one with specific key. |
RemoteManyFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys) |
RemoteManyFetcher<Theme> |
RemoteThemeServiceImpl.RemoteThemeFinderImpl.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys) |
RemoteManyFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys)
Restrict the fetched
Themes to be the ones with the keys specified. |
RemoteManyFetcher<Theme> |
RemoteThemeService.RemoteThemeFinder.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys)
Restrict the fetched
Themes to be the ones with the keys specified. |
Copyright © 2003–2017 Atlassian. All rights reserved.