Uses of Class
com.atlassian.confluence.api.model.content.MacroInstance
- 
Packages that use MacroInstance Package Description com.atlassian.confluence.api.model.content com.atlassian.confluence.plugins.restapi.resources com.atlassian.confluence.rest.client.impl  - 
- 
Uses of MacroInstance in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return MacroInstance Modifier and Type Method Description MacroInstanceMacroInstance.MacroBuilder. build() - 
Uses of MacroInstance in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return MacroInstance Modifier and Type Method Description MacroInstanceContentResource. getMacroBodyByHash(ContentId contentId, int versionId, String hash)MacroInstanceContentResource. getMacroBodyByMacroId(ContentId contentId, int versionId, String macroId)Returns the body of a macro (in storage format) with the given id. - 
Uses of MacroInstance in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type MacroInstance Modifier and Type Method Description CompletionStage<Optional<MacroInstance>>RemoteContentMacroServiceImpl.RemoteMacroFinderImpl. fetchCompletionStage()com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<MacroInstance>>RemoteContentMacroServiceImpl.RemoteMacroFinderImpl. fetchOne()com.atlassian.util.concurrent.Promise<MacroInstance>RemoteContentMacroServiceImpl.RemoteMacroFinderImpl. fetchOneOrNull()CompletionStage<MacroInstance>RemoteContentMacroServiceImpl.RemoteMacroFinderImpl. fetchOrNullCompletionStage() 
 -