Class SchemaActionBuilder
- java.lang.Object
-
- org.mnode.ical4j.serializer.schema.AbstractSchemaBuilder<VToDo>
-
- org.mnode.ical4j.serializer.schema.SchemaActionBuilder
-
- All Implemented Interfaces:
JsonBuilder
public class SchemaActionBuilder extends AbstractSchemaBuilder<VToDo>
-
-
Field Summary
-
Fields inherited from class org.mnode.ical4j.serializer.schema.AbstractSchemaBuilder
component
-
-
Constructor Summary
Constructors Constructor Description SchemaActionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonNode
build()
Build a JSON node representing the JSCalendar object.-
Methods inherited from class org.mnode.ical4j.serializer.schema.AbstractSchemaBuilder
component, createObjectNode, setObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mnode.ical4j.serializer.JsonBuilder
putIfNotNull, putIfNotNull, putIfNotNull
-
-
-
-
Method Detail
-
build
public JsonNode build()
Description copied from class:AbstractSchemaBuilder
Build a JSON node representing the JSCalendar object.- Specified by:
build
in classAbstractSchemaBuilder<VToDo>
- Returns:
- a JSON representation of a JSCalendar object
-
-