SequenceUpdate

final case class SequenceUpdate(name: Option[Setter[String]], description: Option[Setter[String]], assetId: Option[Setter[Long]], externalId: Option[Setter[String]], metadata: Option[NonNullableSetter[Map[String, String]]], dataSetId: Option[Setter[Long]]) extends WithSetExternalId
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

override def getExternalId(): Option[String]
Definition Classes
Inherited from
WithSetExternalId
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product