TimeSeries

final case class TimeSeries(name: Option[String], isString: Boolean, metadata: Option[Map[String, String]], unit: Option[String], assetId: Option[Long], isStep: Boolean, description: Option[String], securityCategories: Option[Seq[Long]], id: Long, externalId: Option[String], createdTime: Instant, lastUpdatedTime: Instant, dataSetId: Option[Long]) extends WithId[Long] with WithExternalId with WithCreatedTime with ToCreate[TimeSeriesCreate] with ToUpdate[TimeSeriesUpdate]
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes
Definition Classes

Inherited methods

def getExternalId(): Option[String]
Inherited from
WithExternalId
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product