Action

algoliasearch.search.Action
See theAction companion trait
object Action

Type of batch operation.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type

Members list

Type members

Classlikes

case object AddObject extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type
AddObject.type
case object Clear extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type
Clear.type
case object Delete extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object DeleteObject extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type
case object PartialUpdateObject extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type
case object PartialUpdateObjectNoCreate extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type
case object UpdateObject extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def withName(name: String): Action

Concrete fields

val values: Seq[Action]