Packages

package response

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait AggregationResponse extends AnyRef
  2. final case class BulkResponse extends Product with Serializable
  3. sealed trait BulkResponseItem extends AnyRef
  4. final case class CreateBulkResponse extends BulkResponseItem with Product with Serializable
    Annotations
    @jsonHint("create")
  5. final case class DeleteBulkResponse extends BulkResponseItem with Product with Serializable
    Annotations
    @jsonHint("delete")
  6. final case class Error extends Product with Serializable
  7. final case class IndexBulkResponse extends BulkResponseItem with Product with Serializable
    Annotations
    @jsonHint("index")
  8. final case class UpdateBulkResponse extends BulkResponseItem with Product with Serializable
    Annotations
    @jsonHint("update")

Value Members

  1. object AggregationResponse

Ungrouped