Interface RemoteContentMacroService.RemoteMacroFinder
-
- All Superinterfaces:
RemoteSingleFetcher<MacroInstance>
- All Known Implementing Classes:
RemoteContentMacroServiceImpl.RemoteMacroFinderImpl
- Enclosing interface:
- RemoteContentMacroService
public static interface RemoteContentMacroService.RemoteMacroFinder extends RemoteSingleFetcher<MacroInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RemoteContentMacroService.RemoteMacroFinder
withContentVersion(int versionNumber)
RemoteContentMacroService.RemoteMacroFinder
withHash(String hash)
Deprecated.since 5.8, usewithMacroId(String)
RemoteContentMacroService.RemoteMacroFinder
withMacroId(String macroId)
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
withHash
@Deprecated RemoteContentMacroService.RemoteMacroFinder withHash(String hash)
Deprecated.since 5.8, usewithMacroId(String)
- Parameters:
hash
- The hash identifying the body of the macro- Returns:
- this
-
withMacroId
RemoteContentMacroService.RemoteMacroFinder withMacroId(String macroId)
- Parameters:
macroId
- The macroId identifying the body of the macro- Returns:
- this
-
withContentVersion
RemoteContentMacroService.RemoteMacroFinder withContentVersion(int versionNumber)
- Parameters:
versionNumber
- The version of the page to scan for the macro- Returns:
- this
-
-