IndexDefinitionInfo

uk.gov.nationalarchives.dp.client.FileInfo.IndexDefinitionInfo
case class IndexDefinitionInfo(name: String, xmlData: String) extends FileInfo

Represents an index definition in Preservica

Value parameters

name

The name of the definition

xmlData

The XML of the definition

Attributes

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

Members list

Value members

Concrete methods

override def toQueryParams: Map[String, String]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product