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
Modifier and TypeMethodDescriptionwithContentVersion(int versionNumber) Deprecated.withMacroId(String macroId) Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchCompletionStage, fetchOneOrNullCompletionStage, fetchOrNullCompletionStage 
- 
Method Details
- 
withHash
Deprecated.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)