Object/Class

com.ibm.couchdb.api.builders

GetManyDocumentsQueryBuilder

Related Docs: class GetManyDocumentsQueryBuilder | package builders

Permalink

object GetManyDocumentsQueryBuilder extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetManyDocumentsQueryBuilder
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AllowMissingBuilder = Builder[CouchKeyValsIncludesMissing[String, CouchDocRev], ExcludeDocs, MissingAllowed]

    Permalink
  2. type AllowMissingIncludeDocsBuilder[D] = Builder[CouchDocsIncludesMissing[String, CouchDocRev, D], IncludeDocs[D], MissingAllowed]

    Permalink
  3. type BasicBuilder = Builder[CouchKeyVals[String, CouchDocRev], ExcludeDocs, MissingDisallowed]

    Permalink
  4. case class Builder[T, ID <: DocsInResult, AM <: MissingIdsInQuery](builder: MDBuilder[ID, AM, AnyDocType])(implicit evidence$21: R[T]) extends Product with Serializable

    Permalink
  5. case class ByTypeBuilder[K, V, D](builder: MDBuilder[IncludeDocs[D], MissingDisallowed, ForDocType[K, V, D]])(implicit evidence$22: R[K], evidence$23: R[V], evidence$24: R[D], tag: ClassTag[D], kw: W[K]) extends Product with Serializable

    Permalink
  6. type IncludeDocsBuilder[D] = Builder[CouchDocs[String, CouchDocRev, D], IncludeDocs[D], MissingDisallowed]

    Permalink
  7. type MDBuilder[ID <: DocsInResult, AM <: MissingIdsInQuery, BT <: DocType] = GetManyDocumentsQueryBuilder[ID, AM, BT]

    Permalink

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. def apply(client: Client, db: String, typeMapping: TypeMapping): MDBuilder[ExcludeDocs, MissingDisallowed, AnyDocType]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit def buildAllowMissing(builder: MDBuilder[ExcludeDocs, MissingAllowed, AnyDocType]): AllowMissingBuilder

    Permalink
  7. implicit def buildBasic(builder: MDBuilder[ExcludeDocs, MissingDisallowed, AnyDocType]): BasicBuilder

    Permalink
  8. implicit def buildByTypeIncludeDocs[K, V, D](builder: MDBuilder[IncludeDocs[D], MissingDisallowed, ForDocType[K, V, D]])(implicit arg0: R[K], arg1: R[V], arg2: R[D], tag: ClassTag[D], kw: W[K]): ByTypeBuilder[K, V, D]

    Permalink
  9. implicit def buildIncludeDocs[D](builder: MDBuilder[IncludeDocs[D], MissingDisallowed, AnyDocType])(implicit arg0: R[D]): IncludeDocsBuilder[D]

    Permalink
  10. implicit def buildIncludeDocsAllowMissing[D](builder: MDBuilder[IncludeDocs[D], MissingAllowed, AnyDocType])(implicit arg0: R[D]): AllowMissingIncludeDocsBuilder[D]

    Permalink
  11. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped