com.atlassian.confluence.api.model.content
Class MacroInstance

java.lang.Object
  extended by com.atlassian.confluence.api.model.content.MacroInstance

public class MacroInstance
extends java.lang.Object

Represents an instance of a Macro in a piece of Content


Nested Class Summary
static class MacroInstance.MacroBuilder
          Creates History instances.
 
Method Summary
static MacroInstance.MacroBuilder builder()
           
 java.lang.String getBody()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static MacroInstance.MacroBuilder builder()

getName

public java.lang.String getName()

getBody

public java.lang.String getBody()


Copyright © 2003-2014 Atlassian. All Rights Reserved.