IdentifierResponse

uk.gov.nationalarchives.dp.client.Entities.IdentifierResponse
case class IdentifierResponse(id: String, identifierName: String, value: String)

Represents an identifier on an Entity

Value parameters

id

The identifier id

identifierName

The identifier name

value

The identifier value

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