AddEntityRequest

uk.gov.nationalarchives.dp.client.EntityClient.AddEntityRequest
case class AddEntityRequest(ref: Option[UUID], title: String, description: Option[String], entityType: EntityType, securityTag: SecurityTag, parentRef: Option[UUID])

Represents an entity to add to Preservica

Value parameters

description

The optional description of the new entity

entityType

The type of the new entity

parentRef

An optional parent reference

ref

An optional ref. If one is not provided, one will be generated

securityTag

The security tag of the new entity

title

The title of the new 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