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

java.lang.Object
  extended by com.atlassian.confluence.api.model.content.MacroInstance.MacroBuilder
Enclosing class:
MacroInstance

public static class MacroInstance.MacroBuilder
extends Object

Creates History instances.


Method Summary
 MacroInstance.MacroBuilder body(String body)
           
 MacroInstance build()
           
 MacroInstance.MacroBuilder name(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public MacroInstance build()

name

public MacroInstance.MacroBuilder name(String name)

body

public MacroInstance.MacroBuilder body(String body)


Copyright © 2003–2015 Atlassian. All rights reserved.