public class TimelineV3 extends RequestSchema<TimelineHandler.Timeline,TimelineV3>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineV3.EventV3<I,S extends TimelineV3.EventV3<I,S>> |
static class |
TimelineV3.NetworkEvent |
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
TimelineV3.EventV3[] |
events |
_exclude_fields| Constructor and Description |
|---|
TimelineV3() |
| Modifier and Type | Method and Description |
|---|---|
TimelineV3 |
fillFromImpl(TimelineHandler.Timeline timeline)
Fill this Schema from the given implementation object.
|
createAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setFieldclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSON@API(help="recorded timeline events", direction=OUTPUT) public TimelineV3.EventV3[] events
public TimelineV3 fillFromImpl(TimelineHandler.Timeline timeline)
SchemafillFromImpl in class Schema<TimelineHandler.Timeline,TimelineV3>