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 SummaryModifier and TypeMethodDescriptionwithContentVersion(int versionNumber) Deprecated.withMacroId(String macroId) Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcherfetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
- 
Method Details- 
withHashDeprecated.since 5.8, usewithMacroId(String)- Parameters:
- hash- The hash identifying the body of the macro
- Returns:
- this
 
- 
withMacroId- Parameters:
- macroId- The macroId identifying the body of the macro
- Returns:
- this
 
- 
withContentVersion- Parameters:
- versionNumber- The version of the page to scan for the macro
- Returns:
- this
 
 
- 
withMacroId(String)