kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.view
/
DesignDocument
Design
Document
class
DesignDocument
(
name
:
String
,
views
:
Map
<
String
,
View
>
)
Content copied to clipboard
Functions
Properties
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
=
this.name
,
views
:
Map
<
String
,
View
>
=
this.views
)
:
DesignDocument
Content copied to clipboard
minus
Link copied to clipboard
operator
fun
minus
(
viewName
:
String
)
:
DesignDocument
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
without
View
Link copied to clipboard
fun
withoutView
(
name
:
String
)
:
DesignDocument
Content copied to clipboard
with
View
Link copied to clipboard
fun
withView
(
name
:
String
,
view
:
View
)
:
DesignDocument
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
views
Link copied to clipboard
val
views
:
Map
<
String
,
View
>
Content copied to clipboard