ServerStorageVersion

final case class ServerStorageVersion(apiServerID: Option[String], decodableVersions: Option[Seq[String]], encodingVersion: Option[String])

An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.

Source:
ServerStorageVersion.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to decodableVersions

Appends new values to decodableVersions

Source:
ServerStorageVersion.scala

if apiServerID has a value, transforms to the result of function

if apiServerID has a value, transforms to the result of function

Source:
ServerStorageVersion.scala

if decodableVersions has a value, transforms to the result of function

if decodableVersions has a value, transforms to the result of function

Source:
ServerStorageVersion.scala

if encodingVersion has a value, transforms to the result of function

if encodingVersion has a value, transforms to the result of function

Source:
ServerStorageVersion.scala

Returns a new data with apiServerID set to new value

Returns a new data with apiServerID set to new value

Source:
ServerStorageVersion.scala

Returns a new data with decodableVersions set to new value

Returns a new data with decodableVersions set to new value

Source:
ServerStorageVersion.scala

Returns a new data with encodingVersion set to new value

Returns a new data with encodingVersion set to new value

Source:
ServerStorageVersion.scala

Inherited methods

Inherited from:
Product