Entity

uk.gov.nationalarchives.dp.client.Entities.Entity
case class Entity(entityType: Option[EntityType], ref: UUID, title: Option[String], description: Option[String], deleted: Boolean, path: Option[String], securityTag: Option[SecurityTag], parent: Option[UUID])

A Preservica entity

Value parameters

deleted

Whether the entity is deleted

description

The description of the entity

entityType

The type of the entity

parent

The ref of the parent entity

path

The path to use in the API call url

ref

The id of the entity

securityTag

The security tag of the entity

title

The title of the entity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product