Class JsonSpaceProperty.SpacePropertyBuilder
- java.lang.Object
-
- com.atlassian.confluence.api.model.content.AbstractJsonProperty.AbstractJsonPropertyBuilder<JsonSpaceProperty.SpacePropertyBuilder,JsonSpaceProperty>
-
- com.atlassian.confluence.api.model.content.JsonSpaceProperty.SpacePropertyBuilder
-
- Enclosing class:
- JsonSpaceProperty
public static class JsonSpaceProperty.SpacePropertyBuilder extends com.atlassian.confluence.api.model.content.AbstractJsonProperty.AbstractJsonPropertyBuilder<JsonSpaceProperty.SpacePropertyBuilder,JsonSpaceProperty>
-
-
Constructor Summary
Constructors Constructor Description SpacePropertyBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonSpaceProperty
build()
JsonSpaceProperty.SpacePropertyBuilder
space(Space space)
JsonSpaceProperty.SpacePropertyBuilder
space(Reference<Space> space)
-
-
-
Method Detail
-
build
public JsonSpaceProperty build()
- Specified by:
build
in classcom.atlassian.confluence.api.model.content.AbstractJsonProperty.AbstractJsonPropertyBuilder<JsonSpaceProperty.SpacePropertyBuilder,JsonSpaceProperty>
-
space
public JsonSpaceProperty.SpacePropertyBuilder space(Space space)
-
space
public JsonSpaceProperty.SpacePropertyBuilder space(Reference<Space> space)
-
-