com
.
ibm
.
couchdb
.
api
.
builders
GetManyDocumentsQueryBuilder
Related Docs:
class GetManyDocumentsQueryBuilder
|
package builders
object
GetManyDocumentsQueryBuilder
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GetManyDocumentsQueryBuilder
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
AllowMissingBuilder
=
Builder
[
CouchKeyValsIncludesMissing
[
String
,
CouchDocRev
],
ExcludeDocs
,
MissingAllowed
]
type
AllowMissingIncludeDocsBuilder
[
D
]
=
Builder
[
CouchDocsIncludesMissing
[
String
,
CouchDocRev
,
D
],
IncludeDocs
[
D
],
MissingAllowed
]
type
BasicBuilder
=
Builder
[
CouchKeyVals
[
String
,
CouchDocRev
],
ExcludeDocs
,
MissingDisallowed
]
case class
Builder
[
T
,
ID <:
DocsInResult
,
AM <:
MissingIdsInQuery
]
(
builder:
MDBuilder
[
ID
,
AM
,
AnyDocType
]
)
(
implicit
evidence$21:
R
[
T
]
)
extends
Product
with
Serializable
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
type
IncludeDocsBuilder
[
D
]
=
Builder
[
CouchDocs
[
String
,
CouchDocRev
,
D
],
IncludeDocs
[
D
],
MissingDisallowed
]
type
MDBuilder
[
ID <:
DocsInResult
,
AM <:
MissingIdsInQuery
,
BT <:
DocType
]
=
GetManyDocumentsQueryBuilder
[
ID
,
AM
,
BT
]
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
client:
Client
,
db:
String
,
typeMapping:
TypeMapping
)
:
MDBuilder
[
ExcludeDocs
,
MissingDisallowed
,
AnyDocType
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
implicit
def
buildAllowMissing
(
builder:
MDBuilder
[
ExcludeDocs
,
MissingAllowed
,
AnyDocType
]
)
:
AllowMissingBuilder
implicit
def
buildBasic
(
builder:
MDBuilder
[
ExcludeDocs
,
MissingDisallowed
,
AnyDocType
]
)
:
BasicBuilder
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
]
implicit
def
buildIncludeDocs
[
D
]
(
builder:
MDBuilder
[
IncludeDocs
[
D
],
MissingDisallowed
,
AnyDocType
]
)
(
implicit
arg0:
R
[
D
]
)
:
IncludeDocsBuilder
[
D
]
implicit
def
buildIncludeDocsAllowMissing
[
D
]
(
builder:
MDBuilder
[
IncludeDocs
[
D
],
MissingAllowed
,
AnyDocType
]
)
(
implicit
arg0:
R
[
D
]
)
:
AllowMissingIncludeDocsBuilder
[
D
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped