UpdateEntityRequest

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

Represents an entity to update in Preservica

Value parameters

descriptionToChange

The optional description of the updated entity

entityType

The type of the updated entity

parentRef

An optional parent reference

ref

The ref of the entity to be updated

securityTag

The security tag of the updated entity

title

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