Class

com.github.thanhtien522.eshttpclient.entities

DocUpdateRequest

Related Doc: package entities

Permalink

case class DocUpdateRequest(__index: Option[String], __type: Option[String], __id: String, source: String) extends DocRequest with Product with Serializable

Update document request

__index

optional index of request, the index can be specified by API path

__type

optional type of request, the type can be specified by API path

__id

id of document

source

the document source

Linear Supertypes
Serializable, Serializable, Product, Equals, DocRequest, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocUpdateRequest
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DocRequest
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocUpdateRequest(__index: Option[String], __type: Option[String], __id: String, source: String)

    Permalink

    __index

    optional index of request, the index can be specified by API path

    __type

    optional type of request, the type can be specified by API path

    __id

    id of document

    source

    the document source

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val __id: String

    Permalink

    id of document

  5. val __index: Option[String]

    Permalink

    optional index of request, the index can be specified by API path

  6. val __type: Option[String]

    Permalink

    optional type of request, the type can be specified by API path

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. val source: String

    Permalink

    the document source

  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toBulkJson(): String

    Permalink

    This function used for build bulk request body

    This function used for build bulk request body

    returns

    The ndjson format with the first line is meta data, the second line is document data

    Definition Classes
    DocUpdateRequestDocRequest
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DocRequest

Inherited from AnyRef

Inherited from Any

Ungrouped