File

final case class File(id: Long, name: String, directory: Option[String], source: Option[String], externalId: Option[String], mimeType: Option[String], metadata: Option[Map[String, String]], assetIds: Option[Seq[Long]], uploaded: Boolean, uploadedTime: Option[Instant], createdTime: Instant, lastUpdatedTime: Instant, dataSetId: Option[Long], labels: Option[Seq[CogniteExternalId]], sourceCreatedTime: Option[Instant], sourceModifiedTime: Option[Instant], securityCategories: Option[Seq[Long]], uploadUrl: Option[String]) extends WithId[Long] with WithExternalId with WithCreatedTime with ToCreate[FileCreate] with ToUpdate[FileUpdate]
trait Serializable
trait Product
trait Equals
trait WithExternalIdGeneric[Option]
trait WithId[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toCreate: FileCreate
Definition Classes
override def toUpdate: FileUpdate
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