Sequence

final case class Sequence(id: Long, name: Option[String], description: Option[String], assetId: Option[Long], externalId: Option[String], metadata: Option[Map[String, String]], columns: NonEmptyList[SequenceColumn], createdTime: Instant, lastUpdatedTime: Instant, dataSetId: Option[Long]) extends WithId[Long] with WithExternalId with WithCreatedTime with ToCreate[SequenceCreate] with ToUpdate[SequenceUpdate]
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[[A] =>> Option[A]]
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toCreate: SequenceCreate
Definition Classes
override def toUpdate: SequenceUpdate
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