GenericEvent: GenericEvent

GenericEventR Documentation

GenericEvent

Description

GenericEvent

GenericEvent

Format

R6Class object, super class Event.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> tercenApi::Event -> GenericEvent

Public fields

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

type

of type String.

content

of type String.

date

object of class Date inherited from super class Event.

Active bindings

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

date

object of class Date inherited from super class Event.

Methods

Public methods

Inherited methods

Method new()

Usage
GenericEvent$new(json = NULL)

Method init()

Usage
GenericEvent$init()

Method initJson()

Usage
GenericEvent$initJson(json)

Method toTson()

Usage
GenericEvent$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
GenericEvent$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on June 1, 2025, 8:15 p.m.