IndexRecoveryRequest

case class IndexRecoveryRequest(indices: Seq[String], activeOnly: Option[Boolean], detailed: Option[Boolean])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def activeOnly(boolean: Boolean): IndexRecoveryRequest
def detailed(boolean: Boolean): IndexRecoveryRequest

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product