SearchField

uk.gov.nationalarchives.dp.client.ContentClient.SearchField
case class SearchField(name: String, values: List[String])

Represents a field to be returned by the search query

Value parameters

name

The name of the field

values

The values to be returned. This is not used but is needed by Preservica

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