diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8a..659bf431 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index aec92563..a292c19c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,5 +7,5 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index 769996a2..863a7fd6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Gradle ```gradle -compile 'be.zvz:KotlinInside:1.9.2' +compile 'be.zvz:KotlinInside:1.10.0' ``` ### Maven @@ -17,7 +17,7 @@ compile 'be.zvz:KotlinInside:1.9.2' be.zvz KotlinInside - 1.9.2 + 1.10.0 ``` diff --git a/build.gradle b/build.gradle index 7b8ef124..a20c4f1f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { def libName = 'KotlinInside' def libDevVersion = '' -def libVersion = "1.9.2$libDevVersion" +def libVersion = "1.10.0$libDevVersion" def libDesc = 'Unofficial DCInside API written in Kotlin' group = 'be.zvz' diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-article-delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-article-delete.md index afdef5ba..a47ff5b6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-article-delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-article-delete.md @@ -1,16 +1,22 @@ --- -title: ArticleDelete - +title: ArticleDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleDelete](index.md)/[ArticleDelete](-article-delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleDelete](index.html) +/[ArticleDelete](-article-delete.html) +# ArticleDelete +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [ArticleDelete](-article-delete.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# ArticleDelete -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [ArticleDelete](-article-delete.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/-delete-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/-delete-result.md index 10ee5743..fedf24eb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/-delete-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/-delete-result.md @@ -1,14 +1,18 @@ --- -title: DeleteResult - +title: DeleteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleDelete](../index.md)/[DeleteResult](index.md)/[DeleteResult](-delete-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleDelete](../index.html)/[DeleteResult](index.html)/[DeleteResult](-delete-result.html) +# DeleteResult +[jvm]\ +fun [DeleteResult](-delete-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +status: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null) -# DeleteResult -[jvm] -Content -fun [DeleteResult](-delete-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, status: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/cause.md index 899b4e52..eb9ce3fc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleDelete](../index.md)/[DeleteResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleDelete](../index.html)/[DeleteResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.md index e2c54017..70592ddd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.md @@ -1,34 +1,24 @@ --- -title: DeleteResult - +title: DeleteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleDelete](../index.md)/[DeleteResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleDelete](../index.html)/[DeleteResult](index.html) +# DeleteResult +[jvm]\ +data class [DeleteResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +message**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +status**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?) -# DeleteResult - [jvm] data class [DeleteResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **message**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **status**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, status: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [ArticleDelete.DeleteResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [message](message.md)| [jvm] val [message](message.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [status](status.md)| [jvm] val [status](status.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [message](message.html) | [jvm]
val [message](message.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [status](status.html) | [jvm]
val [status](status.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/message.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/message.md index 71b49797..23945356 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/message.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/message.md @@ -1,14 +1,14 @@ --- -title: message - +title: message --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleDelete](../index.md)/[DeleteResult](index.md)/[message](message.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleDelete](../index.html)/[DeleteResult](index.html)/[message](message.html) +# message +[jvm]\ +val [message](message.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# message -[jvm] -Content -val [message](message.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/result.md index b64e339f..b5d8f165 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleDelete](../index.md)/[DeleteResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleDelete](../index.html)/[DeleteResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/status.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/status.md index c5350db8..2ddea429 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/status.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/status.md @@ -1,14 +1,14 @@ --- -title: status - +title: status --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleDelete](../index.md)/[DeleteResult](index.md)/[status](status.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleDelete](../index.html)/[DeleteResult](index.html)/[status](status.html) +# status +[jvm]\ +val [status](status.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null -# status -[jvm] -Content -val [status](status.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/delete.md index b06ceff3..2124b6bd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/delete.md @@ -1,20 +1,21 @@ --- -title: delete - +title: delete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleDelete](index.md)/[delete](delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleDelete](index.html) +/[delete](delete.html) +# delete - -# delete -[jvm] -Content -fun [delete](delete.md)(): [ArticleDelete.DeleteResult](-delete-result/index.md) -More info - +[jvm]\ +fun [delete](delete.html)(): [ArticleDelete.DeleteResult](-delete-result/index.html) 글을 삭제합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글을 삭제하지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/index.md index 0a766996..2511b005 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/index.md @@ -1,27 +1,30 @@ --- -title: ArticleDelete - +title: ArticleDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleDelete](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleDelete](index.html) +# ArticleDelete +[jvm]\ +class [ArticleDelete](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# ArticleDelete - [jvm] class [ArticleDelete](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [DeleteResult](-delete-result/index.md)| [jvm]
Content
data class [DeleteResult](-delete-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **message**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **status**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?)


+| [DeleteResult](-delete-result/index.html) | [jvm]
data class [DeleteResult](-delete-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +message**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +status**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [delete](delete.md)| [jvm]
Content
fun [delete](delete.md)(): [ArticleDelete.DeleteResult](-delete-result/index.md)
More info
글을 삭제합니다.


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [delete](delete.html) | [jvm]
fun [delete](delete.html)(): [ArticleDelete.DeleteResult](-delete-result/index.html)
글을 삭제합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-article-hit-upvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-article-hit-upvote.md index 306967c2..bee15a78 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-article-hit-upvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-article-hit-upvote.md @@ -1,14 +1,17 @@ --- -title: ArticleHitUpvote - +title: ArticleHitUpvote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleHitUpvote](index.md)/[ArticleHitUpvote](-article-hit-upvote.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleHitUpvote](index.html) +/[ArticleHitUpvote](-article-hit-upvote.html) +# ArticleHitUpvote +[jvm]\ +fun [ArticleHitUpvote](-article-hit-upvote.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleHitUpvote -[jvm] -Content -fun [ArticleHitUpvote](-article-hit-upvote.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/-hit-upvote-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/-hit-upvote-result.md index 39e55426..a741af0b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/-hit-upvote-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/-hit-upvote-result.md @@ -1,14 +1,16 @@ --- -title: HitUpvoteResult - +title: HitUpvoteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleHitUpvote](../index.md)/[HitUpvoteResult](index.md)/[HitUpvoteResult](-hit-upvote-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleHitUpvote](../index.html)/[HitUpvoteResult](index.html)/[HitUpvoteResult](-hit-upvote-result.html) +# HitUpvoteResult +[jvm]\ +fun [HitUpvoteResult](-hit-upvote-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) -# HitUpvoteResult -[jvm] -Content -fun [HitUpvoteResult](-hit-upvote-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/cause.md index a8f793bd..80bc4d40 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleHitUpvote](../index.md)/[HitUpvoteResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleHitUpvote](../index.html)/[HitUpvoteResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.md index c43623b0..d9793c76 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.md @@ -1,30 +1,20 @@ --- -title: HitUpvoteResult - +title: HitUpvoteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleHitUpvote](../index.md)/[HitUpvoteResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleHitUpvote](../index.html)/[HitUpvoteResult](index.html) +# HitUpvoteResult +[jvm]\ +data class [HitUpvoteResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# HitUpvoteResult - [jvm] data class [HitUpvoteResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [ArticleHitUpvote.HitUpvoteResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/result.md index e6306921..13862f25 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleHitUpvote](../index.md)/[HitUpvoteResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleHitUpvote](../index.html)/[HitUpvoteResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/index.md index 77d261e6..35e58473 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/index.md @@ -1,27 +1,27 @@ --- -title: ArticleHitUpvote - +title: ArticleHitUpvote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleHitUpvote](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleHitUpvote](index.html) +# ArticleHitUpvote +[jvm]\ +class [ArticleHitUpvote](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleHitUpvote - [jvm] class [ArticleHitUpvote](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [HitUpvoteResult](-hit-upvote-result/index.md)| [jvm]
Content
data class [HitUpvoteResult](-hit-upvote-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [HitUpvoteResult](-hit-upvote-result/index.html) | [jvm]
data class [HitUpvoteResult](-hit-upvote-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [upvote](upvote.md)| [jvm]
Content
fun [upvote](upvote.md)(): [ArticleHitUpvote.HitUpvoteResult](-hit-upvote-result/index.md)
More info
글을 힛갤 추천합니다.


+| [upvote](upvote.html) | [jvm]
fun [upvote](upvote.html)(): [ArticleHitUpvote.HitUpvoteResult](-hit-upvote-result/index.html)
글을 힛갤 추천합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/upvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/upvote.md index 458a7bd1..617396a5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/upvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/upvote.md @@ -1,20 +1,21 @@ --- -title: upvote - +title: upvote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleHitUpvote](index.md)/[upvote](upvote.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleHitUpvote](index.html) +/[upvote](upvote.html) +# upvote - -# upvote -[jvm] -Content -fun [upvote](upvote.md)(): [ArticleHitUpvote.HitUpvoteResult](-hit-upvote-result/index.md) -More info - +[jvm]\ +fun [upvote](upvote.html)(): [ArticleHitUpvote.HitUpvoteResult](-hit-upvote-result/index.html) 글을 힛갤 추천합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글을 힛갤 추천하지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-article-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-article-list.md index 762d5612..5229c1b3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-article-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-article-list.md @@ -1,20 +1,44 @@ --- -title: ArticleList - +title: ArticleList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleList](index.md)/[ArticleList](-article-list.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleList](index.html) +/[ArticleList](-article-list.html) +# ArticleList +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [ArticleList](-article-list.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, +recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) + +fun [ArticleList](-article-list.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, +recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [ArticleList](-article-list.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +searchType: [ArticleList.SearchType](-search-type/index.html) = SearchType.ALL, +page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, +recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) -# ArticleList -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [ArticleList](-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) -fun [ArticleList](-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [ArticleList](-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchType: [ArticleList.SearchType](-search-type/index.md) = SearchType.ALL, page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/-gall-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/-gall-info.md index 9b7f099a..3f921ef8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/-gall-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/-gall-info.md @@ -1,14 +1,13 @@ --- -title: GallInfo - +title: GallInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[GallInfo](-gall-info.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[GallInfo](-gall-info.html) +# GallInfo - -# GallInfo -[jvm] -Content -fun [GallInfo](-gall-info.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +[jvm]\ +fun [GallInfo](-gall-info.html)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), category: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fileCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), @@ -27,7 +26,8 @@ useListFix: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boole notifyRecent: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, relationGall: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) , [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>, -headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>) +headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.html)>) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/captcha.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/captcha.md index 2c56a4c9..54c52d68 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/captcha.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/captcha.md @@ -1,14 +1,14 @@ --- -title: captcha - +title: captcha --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[captcha](captcha.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[captcha](captcha.html) +# captcha +[jvm]\ +val [captcha](captcha.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? -# captcha -[jvm] -Content -val [captcha](captcha.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/category.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/category.md index 051a03d8..efe8ff88 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/category.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/category.md @@ -1,14 +1,14 @@ --- -title: category - +title: category --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[category](category.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[category](category.html) +# category +[jvm]\ +val [category](category.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# category -[jvm] -Content -val [category](category.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/code-count.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/code-count.md index efec7ef9..bb4f13ac 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/code-count.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/code-count.md @@ -1,14 +1,14 @@ --- -title: codeCount - +title: codeCount --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[codeCount](code-count.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[codeCount](code-count.html) +# codeCount +[jvm]\ +val [codeCount](code-count.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? -# codeCount -[jvm] -Content -val [codeCount](code-count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-count.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-count.md index d883c70f..cb76ba9d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-count.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-count.md @@ -1,14 +1,14 @@ --- -title: fileCount - +title: fileCount --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[fileCount](file-count.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[fileCount](file-count.html) +# fileCount +[jvm]\ +val [fileCount](file-count.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# fileCount -[jvm] -Content -val [fileCount](file-count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-size.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-size.md index 7838dbce..8ffd7834 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-size.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-size.md @@ -1,14 +1,14 @@ --- -title: fileSize - +title: fileSize --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[fileSize](file-size.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[fileSize](file-size.html) +# fileSize +[jvm]\ +val [fileSize](file-size.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# fileSize -[jvm] -Content -val [fileSize](file-size.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/head-text.md index 7a816bbf..367db2ac 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/head-text.md @@ -1,14 +1,15 @@ --- -title: headText - +title: headText --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[headText](head-text.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[headText](head-text.html) +# headText +[jvm]\ +val [headText](head-text.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText]( +../../../be.zvz.kotlininside.api.type/-head-text/index.html)> -# headText -[jvm] -Content -val [headText](head-text.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/index.md index ed65fc8a..3ecd4920 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/index.md @@ -1,13 +1,13 @@ --- -title: GallInfo - +title: GallInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html) +# GallInfo - -# GallInfo - -[jvm] data class [GallInfo](index.md)(** +[jvm]\ +data class [GallInfo](index.html)(** title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** category**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** fileCount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** @@ -27,58 +27,29 @@ useListFix**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boo notifyRecent**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** relationGall**: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) , [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>, ** -headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>) - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component10](component10.md)| [jvm]
Content
operator fun [component10](component10.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component11](component11.md)| [jvm]
Content
operator fun [component11](component11.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component12](component12.md)| [jvm]
Content
operator fun [component12](component12.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component13](component13.md)| [jvm]
Content
operator fun [component13](component13.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component14](component14.md)| [jvm]
Content
operator fun [component14](component14.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component15](component15.md)| [jvm]
Content
operator fun [component15](component15.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component16](component16.md)| [jvm]
Content
operator fun [component16](component16.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component17](component17.md)| [jvm]
Content
operator fun [component17](component17.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component18](component18.md)| [jvm]
Content
operator fun [component18](component18.md)(): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>


-| [component19](component19.md)| [jvm]
Content
operator fun [component19](component19.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component7](component7.md)| [jvm]
Content
operator fun [component7](component7.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component8](component8.md)| [jvm]
Content
operator fun [component8](component8.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component9](component9.md)| [jvm]
Content
operator fun [component9](component9.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), category: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fileCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), noWrite: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), captcha: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, codeCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, isMinor: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), isMini: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), isManager: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), membership: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, profileImage: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, totalMember: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, memberJoin: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, useAutoDelete: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, useListFix: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, notifyRecent: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, relationGall: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>, headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>): [ArticleList.GallInfo](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.html)>) +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [captcha](captcha.md)| [jvm] val [captcha](captcha.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
-| [category](category.md)| [jvm] val [category](category.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [codeCount](code-count.md)| [jvm] val [codeCount](code-count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
-| [fileCount](file-count.md)| [jvm] val [fileCount](file-count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [fileSize](file-size.md)| [jvm] val [fileSize](file-size.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [headText](head-text.md)| [jvm] val [headText](head-text.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>
-| [isManager](is-manager.md)| [jvm] val [isManager](is-manager.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [isMini](is-mini.md)| [jvm] val [isMini](is-mini.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [isMinor](is-minor.md)| [jvm] val [isMinor](is-minor.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [memberJoin](member-join.md)| [jvm] val [memberJoin](member-join.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
-| [membership](membership.md)| [jvm] val [membership](membership.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
-| [notifyRecent](notify-recent.md)| [jvm] val [notifyRecent](notify-recent.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
-| [noWrite](no-write.md)| [jvm] val [noWrite](no-write.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [profileImage](profile-image.md)| [jvm] val [profileImage](profile-image.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [relationGall](relation-gall.md)| [jvm] val [relationGall](relation-gall.md): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [totalMember](total-member.md)| [jvm] val [totalMember](total-member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
-| [useAutoDelete](use-auto-delete.md)| [jvm] val [useAutoDelete](use-auto-delete.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
-| [useListFix](use-list-fix.md)| [jvm] val [useListFix](use-list-fix.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
+| [captcha](captcha.html) | [jvm]
val [captcha](captcha.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? | +| [category](category.html) | [jvm]
val [category](category.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [codeCount](code-count.html) | [jvm]
val [codeCount](code-count.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? | +| [fileCount](file-count.html) | [jvm]
val [fileCount](file-count.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [fileSize](file-size.html) | [jvm]
val [fileSize](file-size.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [headText](head-text.html) | [jvm]
val [headText](head-text.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.html)> | +| [isManager](is-manager.html) | [jvm]
val [isManager](is-manager.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [isMini](is-mini.html) | [jvm]
val [isMini](is-mini.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [isMinor](is-minor.html) | [jvm]
val [isMinor](is-minor.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [memberJoin](member-join.html) | [jvm]
val [memberJoin](member-join.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? | +| [membership](membership.html) | [jvm]
val [membership](membership.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? | +| [notifyRecent](notify-recent.html) | [jvm]
val [notifyRecent](notify-recent.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? | +| [noWrite](no-write.html) | [jvm]
val [noWrite](no-write.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [profileImage](profile-image.html) | [jvm]
val [profileImage](profile-image.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [relationGall](relation-gall.html) | [jvm]
val [relationGall](relation-gall.html): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [totalMember](total-member.html) | [jvm]
val [totalMember](total-member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? | +| [useAutoDelete](use-auto-delete.html) | [jvm]
val [useAutoDelete](use-auto-delete.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? | +| [useListFix](use-list-fix.html) | [jvm]
val [useListFix](use-list-fix.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-manager.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-manager.md index a03c21ec..aea99450 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-manager.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-manager.md @@ -1,14 +1,14 @@ --- -title: isManager - +title: isManager --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[isManager](is-manager.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[isManager](is-manager.html) +# isManager +[jvm]\ +val [isManager](is-manager.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isManager -[jvm] -Content -val [isManager](is-manager.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-mini.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-mini.md index c01640d7..4c1fec96 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-mini.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-mini.md @@ -1,14 +1,14 @@ --- -title: isMini - +title: isMini --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[isMini](is-mini.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[isMini](is-mini.html) # isMini -[jvm] -Content -val [isMini](is-mini.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [isMini](is-mini.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-minor.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-minor.md index e06cfe67..e4f8e405 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-minor.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-minor.md @@ -1,14 +1,14 @@ --- -title: isMinor - +title: isMinor --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[isMinor](is-minor.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[isMinor](is-minor.html) +# isMinor +[jvm]\ +val [isMinor](is-minor.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isMinor -[jvm] -Content -val [isMinor](is-minor.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/member-join.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/member-join.md index 591e43ba..97c7ed66 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/member-join.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/member-join.md @@ -1,14 +1,14 @@ --- -title: memberJoin - +title: memberJoin --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[memberJoin](member-join.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[memberJoin](member-join.html) # memberJoin -[jvm] -Content -val [memberJoin](member-join.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? +[jvm]\ +val [memberJoin](member-join.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/membership.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/membership.md index 7d419a7a..4958335e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/membership.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/membership.md @@ -1,14 +1,14 @@ --- -title: membership - +title: membership --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[membership](membership.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[membership](membership.html) # membership -[jvm] -Content -val [membership](membership.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? +[jvm]\ +val [membership](membership.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/no-write.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/no-write.md index 469a0010..fb414780 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/no-write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/no-write.md @@ -1,14 +1,14 @@ --- -title: noWrite - +title: noWrite --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[noWrite](no-write.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[noWrite](no-write.html) # noWrite -[jvm] -Content -val [noWrite](no-write.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [noWrite](no-write.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/notify-recent.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/notify-recent.md index bba212df..bf0ba4a7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/notify-recent.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/notify-recent.md @@ -1,14 +1,14 @@ --- -title: notifyRecent - +title: notifyRecent --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[notifyRecent](notify-recent.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[notifyRecent](notify-recent.html) +# notifyRecent +[jvm]\ +val [notifyRecent](notify-recent.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? -# notifyRecent -[jvm] -Content -val [notifyRecent](notify-recent.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/profile-image.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/profile-image.md index 9fcafadb..4d2df320 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/profile-image.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/profile-image.md @@ -1,14 +1,15 @@ --- -title: profileImage - +title: profileImage --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[profileImage](profile-image.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[profileImage](profile-image.html) # profileImage -[jvm] -Content -val [profileImage](profile-image.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? +[jvm]\ +val [profileImage](profile-image.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/relation-gall.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/relation-gall.md index f7588ac0..25916af8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/relation-gall.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/relation-gall.md @@ -1,14 +1,15 @@ --- -title: relationGall - +title: relationGall --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[relationGall](relation-gall.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[relationGall](relation-gall.html) +# relationGall +[jvm]\ +val [relationGall](relation-gall.html): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> -# relationGall -[jvm] -Content -val [relationGall](relation-gall.md): [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/title.md index 52ee5a7c..da51396a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallInfo](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/total-member.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/total-member.md index d55d76ab..77e0aaa3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/total-member.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/total-member.md @@ -1,14 +1,14 @@ --- -title: totalMember - +title: totalMember --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[totalMember](total-member.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[totalMember](total-member.html) # totalMember -[jvm] -Content -val [totalMember](total-member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? +[jvm]\ +val [totalMember](total-member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-auto-delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-auto-delete.md index c062491b..d0cb0ec5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-auto-delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-auto-delete.md @@ -1,14 +1,14 @@ --- -title: useAutoDelete - +title: useAutoDelete --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[useAutoDelete](use-auto-delete.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[useAutoDelete](use-auto-delete.html) # useAutoDelete -[jvm] -Content -val [useAutoDelete](use-auto-delete.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? +[jvm]\ +val [useAutoDelete](use-auto-delete.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-list-fix.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-list-fix.md index d8639198..8af0c6c0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-list-fix.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-list-fix.md @@ -1,14 +1,14 @@ --- -title: useListFix - +title: useListFix --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md) -/[GallInfo](index.md)/[useListFix](use-list-fix.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallInfo](index.html)/[useListFix](use-list-fix.html) # useListFix -[jvm] -Content -val [useListFix](use-list-fix.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? +[jvm]\ +val [useListFix](use-list-fix.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/-gall-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/-gall-list.md index c10a223f..f2753f89 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/-gall-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/-gall-list.md @@ -1,14 +1,32 @@ --- -title: GallList - +title: GallList --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[GallList](-gall-list.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[GallList](-gall-list.html) +# GallList +[jvm]\ +fun [GallList](-gall-list.html)(identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +views: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +upvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +imageIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +upvoteIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +bestCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +voiceIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +winnertaIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +level: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +totalComment: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +totalVoice: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +memberIcon: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +ip: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallerCon: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, +subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +dateTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +headText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# GallList -[jvm] -Content -fun [GallList](-gall-list.md)(identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), views: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), upvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), imageIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), upvoteIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), bestCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), voiceIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), winnertaIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), level: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalComment: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalVoice: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), memberIcon: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ip: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallerCon: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), dateTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), headText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/best-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/best-check.md index 9c0674cb..ad339a13 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/best-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/best-check.md @@ -1,14 +1,14 @@ --- -title: bestCheck - +title: bestCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[bestCheck](best-check.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[bestCheck](best-check.html) +# bestCheck +[jvm]\ +val [bestCheck](best-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# bestCheck -[jvm] -Content -val [bestCheck](best-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/date-time.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/date-time.md index fbf85692..9588b6e3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/date-time.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/date-time.md @@ -1,14 +1,14 @@ --- -title: dateTime - +title: dateTime --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[dateTime](date-time.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[dateTime](date-time.html) +# dateTime +[jvm]\ +val [dateTime](date-time.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# dateTime -[jvm] -Content -val [dateTime](date-time.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/galler-con.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/galler-con.md index 680143a1..2c46208e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/galler-con.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/galler-con.md @@ -1,14 +1,14 @@ --- -title: gallerCon - +title: gallerCon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[gallerCon](galler-con.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[gallerCon](galler-con.html) +# gallerCon +[jvm]\ +val [gallerCon](galler-con.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? -# gallerCon -[jvm] -Content -val [gallerCon](galler-con.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/head-text.md index 39be82c8..508e8a95 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/head-text.md @@ -1,14 +1,14 @@ --- -title: headText - +title: headText --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[headText](head-text.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[headText](head-text.html) +# headText +[jvm]\ +val [headText](head-text.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? -# headText -[jvm] -Content -val [headText](head-text.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/identifier.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/identifier.md index 7678a068..eb78f640 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/identifier.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/identifier.md @@ -1,14 +1,14 @@ --- -title: identifier - +title: identifier --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[identifier](identifier.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[identifier](identifier.html) +# identifier +[jvm]\ +val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# identifier -[jvm] -Content -val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/image-icon.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/image-icon.md index 06192f7b..af6a1e89 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/image-icon.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/image-icon.md @@ -1,14 +1,14 @@ --- -title: imageIcon - +title: imageIcon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[imageIcon](image-icon.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[imageIcon](image-icon.html) +# imageIcon +[jvm]\ +val [imageIcon](image-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# imageIcon -[jvm] -Content -val [imageIcon](image-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/index.md index c41ae896..a144de96 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/index.md @@ -1,64 +1,54 @@ --- -title: GallList - +title: GallList --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md) - - - -# GallList - [jvm] data class [GallList](index.md)(**identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **views**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **upvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **imageIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **upvoteIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **bestCheck**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **voiceIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **winnertaIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **level**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **totalComment**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **totalVoice**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **memberIcon**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **ip**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallerCon**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **dateTime**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **headText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) - - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component10](component10.md)| [jvm]
Content
operator fun [component10](component10.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component11](component11.md)| [jvm]
Content
operator fun [component11](component11.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component12](component12.md)| [jvm]
Content
operator fun [component12](component12.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component13](component13.md)| [jvm]
Content
operator fun [component13](component13.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component14](component14.md)| [jvm]
Content
operator fun [component14](component14.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component15](component15.md)| [jvm]
Content
operator fun [component15](component15.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component16](component16.md)| [jvm]
Content
operator fun [component16](component16.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component17](component17.md)| [jvm]
Content
operator fun [component17](component17.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component18](component18.md)| [jvm]
Content
operator fun [component18](component18.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component19](component19.md)| [jvm]
Content
operator fun [component19](component19.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component7](component7.md)| [jvm]
Content
operator fun [component7](component7.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component8](component8.md)| [jvm]
Content
operator fun [component8](component8.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component9](component9.md)| [jvm]
Content
operator fun [component9](component9.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), views: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), upvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), imageIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), upvoteIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), bestCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), voiceIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), winnertaIcon: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), level: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalComment: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalVoice: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), memberIcon: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ip: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallerCon: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), dateTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), headText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [ArticleList.GallList](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html) + +# GallList + +[jvm]\ +data class [GallList](index.html)(** +identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +views**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +upvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +imageIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +upvoteIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +bestCheck**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +voiceIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +winnertaIcon**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +level**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +totalComment**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +totalVoice**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +memberIcon**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +ip**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallerCon**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +dateTime**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +headText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + +## Properties + +| Name | Summary | |---|---| -| [bestCheck](best-check.md)| [jvm] val [bestCheck](best-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [dateTime](date-time.md)| [jvm] val [dateTime](date-time.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallerCon](galler-con.md)| [jvm] val [gallerCon](galler-con.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [headText](head-text.md)| [jvm] val [headText](head-text.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [identifier](identifier.md)| [jvm] val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [imageIcon](image-icon.md)| [jvm] val [imageIcon](image-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [ip](ip.md)| [jvm] val [ip](ip.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [level](level.md)| [jvm] val [level](level.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [memberIcon](member-icon.md)| [jvm] val [memberIcon](member-icon.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [subject](subject.md)| [jvm] val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [totalComment](total-comment.md)| [jvm] val [totalComment](total-comment.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [totalVoice](total-voice.md)| [jvm] val [totalVoice](total-voice.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [upvote](upvote.md)| [jvm] val [upvote](upvote.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [upvoteIcon](upvote-icon.md)| [jvm] val [upvoteIcon](upvote-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [userId](user-id.md)| [jvm] val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [views](views.md)| [jvm] val [views](views.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [voiceIcon](voice-icon.md)| [jvm] val [voiceIcon](voice-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [winnertaIcon](winnerta-icon.md)| [jvm] val [winnertaIcon](winnerta-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [bestCheck](best-check.html) | [jvm]
val [bestCheck](best-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [dateTime](date-time.html) | [jvm]
val [dateTime](date-time.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallerCon](galler-con.html) | [jvm]
val [gallerCon](galler-con.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [headText](head-text.html) | [jvm]
val [headText](head-text.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [identifier](identifier.html) | [jvm]
val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [imageIcon](image-icon.html) | [jvm]
val [imageIcon](image-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [ip](ip.html) | [jvm]
val [ip](ip.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [level](level.html) | [jvm]
val [level](level.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [memberIcon](member-icon.html) | [jvm]
val [memberIcon](member-icon.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [subject](subject.html) | [jvm]
val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [totalComment](total-comment.html) | [jvm]
val [totalComment](total-comment.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [totalVoice](total-voice.html) | [jvm]
val [totalVoice](total-voice.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [upvote](upvote.html) | [jvm]
val [upvote](upvote.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [upvoteIcon](upvote-icon.html) | [jvm]
val [upvoteIcon](upvote-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [userId](user-id.html) | [jvm]
val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [views](views.html) | [jvm]
val [views](views.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [voiceIcon](voice-icon.html) | [jvm]
val [voiceIcon](voice-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [winnertaIcon](winnerta-icon.html) | [jvm]
val [winnertaIcon](winnerta-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/ip.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/ip.md index 13a11df9..94957af0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/ip.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/ip.md @@ -1,14 +1,14 @@ --- -title: ip - +title: ip --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[ip](ip.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[ip](ip.html) +# ip +[jvm]\ +val [ip](ip.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# ip -[jvm] -Content -val [ip](ip.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/level.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/level.md index 4ae9dff7..ad3b6025 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/level.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/level.md @@ -1,14 +1,14 @@ --- -title: level - +title: level --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[level](level.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[level](level.html) +# level +[jvm]\ +val [level](level.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# level -[jvm] -Content -val [level](level.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/member-icon.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/member-icon.md index eb3bb89d..974a23d8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/member-icon.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/member-icon.md @@ -1,14 +1,14 @@ --- -title: memberIcon - +title: memberIcon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[memberIcon](member-icon.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[memberIcon](member-icon.html) +# memberIcon +[jvm]\ +val [memberIcon](member-icon.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# memberIcon -[jvm] -Content -val [memberIcon](member-icon.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/name.md index f38ba53c..179261d0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[name](name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/subject.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/subject.md index 45baf6de..4ceb74e4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/subject.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/subject.md @@ -1,14 +1,14 @@ --- -title: subject - +title: subject --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[subject](subject.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[subject](subject.html) +# subject +[jvm]\ +val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# subject -[jvm] -Content -val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-comment.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-comment.md index 0434155b..48107b38 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-comment.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-comment.md @@ -1,14 +1,14 @@ --- -title: totalComment - +title: totalComment --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[totalComment](total-comment.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[totalComment](total-comment.html) +# totalComment +[jvm]\ +val [totalComment](total-comment.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# totalComment -[jvm] -Content -val [totalComment](total-comment.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-voice.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-voice.md index 6637e3bb..29bd9f41 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-voice.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-voice.md @@ -1,14 +1,14 @@ --- -title: totalVoice - +title: totalVoice --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[totalVoice](total-voice.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[totalVoice](total-voice.html) +# totalVoice +[jvm]\ +val [totalVoice](total-voice.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# totalVoice -[jvm] -Content -val [totalVoice](total-voice.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote-icon.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote-icon.md index d80be138..8f633f31 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote-icon.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote-icon.md @@ -1,14 +1,14 @@ --- -title: upvoteIcon - +title: upvoteIcon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[upvoteIcon](upvote-icon.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[upvoteIcon](upvote-icon.html) +# upvoteIcon +[jvm]\ +val [upvoteIcon](upvote-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# upvoteIcon -[jvm] -Content -val [upvoteIcon](upvote-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote.md index 4f1d03c1..19f0fa03 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote.md @@ -1,14 +1,14 @@ --- -title: upvote - +title: upvote --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[upvote](upvote.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[upvote](upvote.html) +# upvote +[jvm]\ +val [upvote](upvote.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# upvote -[jvm] -Content -val [upvote](upvote.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/user-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/user-id.md index 0d8aadc1..045952a3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/user-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/user-id.md @@ -1,14 +1,14 @@ --- -title: userId - +title: userId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[userId](user-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[userId](user-id.html) +# userId +[jvm]\ +val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# userId -[jvm] -Content -val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/views.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/views.md index d450610a..09c76608 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/views.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/views.md @@ -1,14 +1,14 @@ --- -title: views - +title: views --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[views](views.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[views](views.html) +# views +[jvm]\ +val [views](views.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# views -[jvm] -Content -val [views](views.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/voice-icon.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/voice-icon.md index 52e02478..1dc24bda 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/voice-icon.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/voice-icon.md @@ -1,14 +1,14 @@ --- -title: voiceIcon - +title: voiceIcon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[voiceIcon](voice-icon.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[voiceIcon](voice-icon.html) +# voiceIcon +[jvm]\ +val [voiceIcon](voice-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# voiceIcon -[jvm] -Content -val [voiceIcon](voice-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/winnerta-icon.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/winnerta-icon.md index 1d003d7d..fe1cb4db 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/winnerta-icon.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/winnerta-icon.md @@ -1,14 +1,14 @@ --- -title: winnertaIcon - +title: winnertaIcon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[GallList](index.md)/[winnertaIcon](winnerta-icon.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[GallList](index.html)/[winnertaIcon](winnerta-icon.html) +# winnertaIcon +[jvm]\ +val [winnertaIcon](winnerta-icon.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# winnertaIcon -[jvm] -Content -val [winnertaIcon](winnerta-icon.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/index.md index d738d897..87f1e8b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/index.md @@ -1,36 +1,19 @@ --- -title: ALL - +title: ALL --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[ALL](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[ALL](index.html) +# ALL +[jvm]\ +[ALL](index.html)("all") -# ALL - [jvm] [ALL](index.md)("all") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [ArticleList.SearchType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[ArticleList.SearchType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[ArticleList.SearchType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/name.md index 41f94a6c..9e9ed78d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[ALL](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[ALL](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/ordinal.md index fe83bc63..897c28b6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[ALL](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[ALL](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/type.md index 72e3d8da..bf41ab30 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/type.md @@ -1,14 +1,14 @@ --- -title: type - +title: type --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[ALL](index.md)/[type](type.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[ALL](index.html)/[type](type.html) +# type +[jvm]\ +val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# type -[jvm] -Content -val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/index.md index d7cc9819..0e4e7453 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/index.md @@ -1,36 +1,19 @@ --- -title: CONTENT - +title: CONTENT --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[CONTENT](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[CONTENT](index.html) +# CONTENT +[jvm]\ +[CONTENT](index.html)("memo") -# CONTENT - [jvm] [CONTENT](index.md)("memo") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [ArticleList.SearchType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[ArticleList.SearchType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[ArticleList.SearchType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/name.md index 45a354c9..045d13b7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[CONTENT](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[CONTENT](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/ordinal.md index c2540233..18341196 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[CONTENT](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[CONTENT](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/type.md index 2b12f5da..a555880a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/type.md @@ -1,14 +1,14 @@ --- -title: type - +title: type --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[CONTENT](index.md)/[type](type.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[CONTENT](index.html)/[type](type.html) +# type +[jvm]\ +val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# type -[jvm] -Content -val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/index.md index 3df471b6..0a54da90 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/index.md @@ -1,36 +1,19 @@ --- -title: NAME - +title: NAME --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[NAME](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[NAME](index.html) +# NAME +[jvm]\ +[NAME](index.html)("name") -# NAME - [jvm] [NAME](index.md)("name") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [ArticleList.SearchType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[ArticleList.SearchType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[ArticleList.SearchType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/name.md index f5ee619a..faa3cca3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[NAME](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[NAME](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/ordinal.md index 82142858..ee9c572d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[NAME](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[NAME](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/type.md index b5b698e3..d1853d3d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/type.md @@ -1,14 +1,14 @@ --- -title: type - +title: type --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[NAME](index.md)/[type](type.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[NAME](index.html)/[type](type.html) +# type +[jvm]\ +val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# type -[jvm] -Content -val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/index.md index 9649dd93..8109b7c2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/index.md @@ -1,36 +1,19 @@ --- -title: SUBJECT - +title: SUBJECT --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT](index.html) +# SUBJECT +[jvm]\ +[SUBJECT](index.html)("subject") -# SUBJECT - [jvm] [SUBJECT](index.md)("subject") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [ArticleList.SearchType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[ArticleList.SearchType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[ArticleList.SearchType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/name.md index 23f7f9a6..9c119b37 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/ordinal.md index 5876880b..a636670e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/type.md index 41544ea2..f066bcc8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/type.md @@ -1,14 +1,14 @@ --- -title: type - +title: type --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT](index.md)/[type](type.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT](index.html)/[type](type.html) +# type +[jvm]\ +val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# type -[jvm] -Content -val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md index c2d37d28..014048d7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md @@ -1,36 +1,19 @@ --- -title: SUBJECT_AND_CONTENT - +title: SUBJECT_AND_CONTENT --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT_AND_CONTENT](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT_AND_CONTENT](index.html) +# SUBJECT_AND_CONTENT +[jvm]\ +[SUBJECT_AND_CONTENT](index.html)("subject_m") -# SUBJECT_AND_CONTENT - [jvm] [SUBJECT_AND_CONTENT](index.md)("subject_m") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [ArticleList.SearchType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[ArticleList.SearchType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[ArticleList.SearchType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/name.md index 6e37c5d9..434c548a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT_AND_CONTENT](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT_AND_CONTENT](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/ordinal.md index f82fa399..74f9cb46 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT_AND_CONTENT](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT_AND_CONTENT](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/type.md index ef67b8ff..4fa25ae4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/type.md @@ -1,14 +1,14 @@ --- -title: type - +title: type --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.article](../../../index.md)/[ArticleList](../../index.md)/[SearchType](../index.md)/[SUBJECT_AND_CONTENT](index.md)/[type](type.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.article](../../../index.html) +/[ArticleList](../../index.html)/[SearchType](../index.html)/[SUBJECT_AND_CONTENT](index.html)/[type](type.html) +# type +[jvm]\ +val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# type -[jvm] -Content -val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/index.md index f1f9d01e..dad7df21 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/index.md @@ -1,45 +1,30 @@ --- -title: SearchType - +title: SearchType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[SearchType](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[SearchType](index.html) +# SearchType +[jvm]\ +enum [SearchType](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[ArticleList.SearchType]( +index.html)> -# SearchType - [jvm] enum [SearchType](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[ArticleList.SearchType](index.md)> +## Entries - -## Entries - -| Name| Summary| -|---|---| -| [ALL](-a-l-l/index.md)| [jvm] [ALL](-a-l-l/index.md)("all")

-| [SUBJECT](-s-u-b-j-e-c-t/index.md)| [jvm] [SUBJECT](-s-u-b-j-e-c-t/index.md)("subject")

-| [CONTENT](-c-o-n-t-e-n-t/index.md)| [jvm] [CONTENT](-c-o-n-t-e-n-t/index.md)("memo")

-| [NAME](-n-a-m-e/index.md)| [jvm] [NAME](-n-a-m-e/index.md)("name")

-| [SUBJECT_AND_CONTENT](-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md)| [jvm] [SUBJECT_AND_CONTENT](-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md)("subject_m")

- - -## Functions - -| Name| Summary| +| | | |---|---| -| [compareTo](-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.article.ArticleList.SearchType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [ArticleList.SearchType](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[ArticleList.SearchType](index.md)>>


-| [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[ArticleList.SearchType](index.md)>


-| [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [SUBJECT_AND_CONTENT](-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.html) | [jvm]
[SUBJECT_AND_CONTENT](-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.html)("subject_m") | +| [NAME](-n-a-m-e/index.html) | [jvm]
[NAME](-n-a-m-e/index.html)("name") | +| [CONTENT](-c-o-n-t-e-n-t/index.html) | [jvm]
[CONTENT](-c-o-n-t-e-n-t/index.html)("memo") | +| [SUBJECT](-s-u-b-j-e-c-t/index.html) | [jvm]
[SUBJECT](-s-u-b-j-e-c-t/index.html)("subject") | +| [ALL](-a-l-l/index.html) | [jvm]
[ALL](-a-l-l/index.html)("all") | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.html#-1453413950%2FProperties%2F863300109) | [jvm]
val [name](index.html#-1453413950%2FProperties%2F863300109): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](index.html#-1615344068%2FProperties%2F863300109) | [jvm]
val [ordinal](index.html#-1615344068%2FProperties%2F863300109): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/type.md index 42f47176..104a247d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/type.md @@ -1,14 +1,14 @@ --- -title: type - +title: type --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleList](../index.md)/[SearchType](index.md)/[type](type.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleList](../index.html)/[SearchType](index.html)/[type](type.html) +# type +[jvm]\ +val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# type -[jvm] -Content -val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-info.md index 123645cf..ff1bc5d7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-info.md @@ -1,23 +1,23 @@ --- -title: getGallInfo - +title: getGallInfo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleList](index.md)/[getGallInfo](get-gall-info.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleList](index.html) +/[getGallInfo](get-gall-info.html) +# getGallInfo +[jvm]\ +fun [getGallInfo](get-gall-info.html)(): [ArticleList.GallInfo](-gall-info/index.html) -# getGallInfo -[jvm] -Content -fun [getGallInfo](get-gall-info.md)(): [ArticleList.GallInfo](-gall-info/index.md) -More info +#### Return +[be.zvz.kotlininside.api.article.ArticleList.GallInfo](-gall-info/index.html) gall_info 객체를 반환합니다. -#### Return +#### Throws - -[be.zvz.kotlininside.api.article.ArticleList.GallInfo](-gall-info/index.md) gall_info 객체를 반환합니다. - - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-list.md index fa555ab5..f16ca269 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-list.md @@ -1,23 +1,24 @@ --- -title: getGallList - +title: getGallList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleList](index.md)/[getGallList](get-gall-list.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleList](index.html) +/[getGallList](get-gall-list.html) +# getGallList +[jvm]\ +fun [getGallList](get-gall-list.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList]( +-gall-list/index.html)> -# getGallList -[jvm] -Content -fun [getGallList](get-gall-list.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList](-gall-list/index.md)> -More info +#### Return +[be.zvz.kotlininside.api.article.ArticleList.GallList](-gall-list/index.html) 목록들을 반환합니다. -#### Return +#### Throws - -[be.zvz.kotlininside.api.article.ArticleList.GallList](-gall-list/index.md) 목록들을 반환합니다. - - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/index.md index 96222273..353fcace 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/index.md @@ -1,27 +1,33 @@ --- -title: ArticleList - +title: ArticleList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleList](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleList](index.html) +# ArticleList +[jvm]\ +class [ArticleList](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +searchType**: [ArticleList.SearchType](-search-type/index.html), ** +page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)?) -# ArticleList - [jvm] class [ArticleList](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchType**: [ArticleList.SearchType](-search-type/index.md), **page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)?) +## Constructors - -## Constructors - -| Name| Summary| +| | | |---|---| -| [ArticleList](-article-list.md)| [jvm] @[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()

fun [ArticleList](-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null)
-| [ArticleList](-article-list.md)| [jvm] fun [ArticleList](-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null)
+| [ArticleList](-article-list.html) | [jvm]
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()
fun [ArticleList](-article-list.html)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) | +| [ArticleList](-article-list.html) | [jvm]
fun [ArticleList](-article-list.html)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) | +## Types -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [GallInfo](-gall-info/index.md)| [jvm]
Content
data class [GallInfo](-gall-info/index.md)(** +| [GallInfo](-gall-info/index.html) | [jvm]
data class [GallInfo](-gall-info/index.html)(** title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** category**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** fileCount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** @@ -40,8 +46,8 @@ useAutoDelete**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/ useListFix**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** notifyRecent**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** relationGall**: [Map](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html)<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>, ** -headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../be.zvz.kotlininside.api.type/-head-text/index.md)>)


-| [GallList](-gall-list/index.md)| [jvm]
Content
data class [GallList](-gall-list/index.md)(** +headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../be.zvz.kotlininside.api.type/-head-text/index.html)>) | +| [GallList](-gall-list/index.html) | [jvm]
data class [GallList](-gall-list/index.html)(** identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** views**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** upvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** @@ -60,18 +66,14 @@ gallerCon**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-strin subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** dateTime**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -headText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


-| [SearchType](-search-type/index.md)| [jvm]
Content
enum [SearchType](-search-type/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[ArticleList.SearchType](-search-type/index.md)>


+headText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +| [SearchType](-search-type/index.html) | [jvm]
enum [SearchType](-search-type/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[ArticleList.SearchType](-search-type/index.html)> | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getGallInfo](get-gall-info.md)| [jvm]
Content
fun [getGallInfo](get-gall-info.md)(): [ArticleList.GallInfo](-gall-info/index.md)


-| [getGallList](get-gall-list.md)| [jvm]
Content
fun [getGallList](get-gall-list.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList](-gall-list/index.md)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)()
More info
클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getGallInfo](get-gall-info.html) | [jvm]
fun [getGallInfo](get-gall-info.html)(): [ArticleList.GallInfo](-gall-info/index.html) | +| [getGallList](get-gall-list.html) | [jvm]
fun [getGallList](get-gall-list.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList](-gall-list/index.html)> | +| [request](request.html) | [jvm]
fun [request](request.html)()
클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/request.md index 95df2d29..18c69f3a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/request.md @@ -1,20 +1,21 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleList](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleList](index.html) +/[request](request.html) +# request - -# request -[jvm] -Content -fun [request](request.md)() -More info - +[jvm]\ +fun [request](request.html)() 클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요. (권장) - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-article-modify.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-article-modify.md index 303a3e7f..6b7630f5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-article-modify.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-article-modify.md @@ -1,14 +1,17 @@ --- -title: ArticleModify - +title: ArticleModify --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleModify](index.md)/[ArticleModify](-article-modify.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleModify](index.html) +/[ArticleModify](-article-modify.html) +# ArticleModify +[jvm]\ +fun [ArticleModify](-article-modify.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleModify -[jvm] -Content -fun [ArticleModify](-article-modify.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/-file-data.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/-file-data.md index 58695db4..ab9cc14c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/-file-data.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/-file-data.md @@ -1,14 +1,15 @@ --- -title: FileData - +title: FileData --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[FileData](index.md)/[FileData](-file-data.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[FileData](index.html)/[FileData](-file-data.html) +# FileData +[jvm]\ +fun [FileData](-file-data.html)(block: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# FileData -[jvm] -Content -fun [FileData](-file-data.md)(block: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/block.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/block.md index 9bcfd1d5..41a12802 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/block.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/block.md @@ -1,14 +1,14 @@ --- -title: block - +title: block --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[FileData](index.md)/[block](block.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[FileData](index.html)/[block](block.html) +# block +[jvm]\ +val [block](block.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# block -[jvm] -Content -val [block](block.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/file-size.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/file-size.md index 6e990d8b..c9342d49 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/file-size.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/file-size.md @@ -1,14 +1,14 @@ --- -title: fileSize - +title: fileSize --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[FileData](index.md)/[fileSize](file-size.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[FileData](index.html)/[fileSize](file-size.html) +# fileSize +[jvm]\ +val [fileSize](file-size.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# fileSize -[jvm] -Content -val [fileSize](file-size.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/index.md index 70e413f4..4b35a1cc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/index.md @@ -1,30 +1,19 @@ --- -title: FileData - +title: FileData --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[FileData](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[FileData](index.html) +# FileData +[jvm]\ +data class [FileData](index.html)(**block**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +, **fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# FileData - [jvm] data class [FileData](index.md)(**block**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(block: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [ArticleModify.FileData](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [block](block.md)| [jvm] val [block](block.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [fileSize](file-size.md)| [jvm] val [fileSize](file-size.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [block](block.html) | [jvm]
val [block](block.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [fileSize](file-size.html) | [jvm]
val [fileSize](file-size.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/-modify-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/-modify-result.md index d2f13127..f80e2a48 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/-modify-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/-modify-result.md @@ -1,14 +1,28 @@ --- -title: ModifyResult - +title: ModifyResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[ModifyResult](-modify-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[ModifyResult](-modify-result.html) +# ModifyResult +[jvm]\ +fun [ModifyResult](-modify-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +fileCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +content: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content]( +../../../be.zvz.kotlininside.api.type.content/-content/index.html)> = mutableListOf(), +file: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData]( +../-file-data/index.html)> = mutableListOf(), +headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText]( +../../../be.zvz.kotlininside.api.type/-head-text/index.html)> = mutableListOf(), +currentHeadText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) -# ModifyResult -[jvm] -Content -fun [ModifyResult](-modify-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, fileCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, content: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../../be.zvz.kotlininside.api.type.content/-content/index.md)> = mutableListOf(), file: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](../-file-data/index.md)> = mutableListOf(), headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)> = mutableListOf(), currentHeadText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/article-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/article-id.md index cccb5a73..9c982443 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/article-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/article-id.md @@ -1,14 +1,14 @@ --- -title: articleId - +title: articleId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[articleId](article-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[articleId](article-id.html) +# articleId +[jvm]\ +val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 -# articleId -[jvm] -Content -val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/cause.md index b21bc004..d701283b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/content.md index 7f615ed8..c3a866fb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/content.md @@ -1,14 +1,15 @@ --- -title: content - +title: content --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[content](content.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[content](content.html) +# content +[jvm]\ +val [content](content.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content]( +../../../be.zvz.kotlininside.api.type.content/-content/index.html)> -# content -[jvm] -Content -val [content](content.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../../be.zvz.kotlininside.api.type.content/-content/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/current-head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/current-head-text.md index c62921eb..f12c30d6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/current-head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/current-head-text.md @@ -1,14 +1,15 @@ --- -title: currentHeadText - +title: currentHeadText --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[currentHeadText](current-head-text.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[currentHeadText](current-head-text.html) +# currentHeadText +[jvm]\ +val [currentHeadText](current-head-text.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +? = null -# currentHeadText -[jvm] -Content -val [currentHeadText](current-head-text.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-count.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-count.md index 040b8d5b..5ce92dbc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-count.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-count.md @@ -1,14 +1,14 @@ --- -title: fileCount - +title: fileCount --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[fileCount](file-count.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[fileCount](file-count.html) +# fileCount +[jvm]\ +val [fileCount](file-count.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 -# fileCount -[jvm] -Content -val [fileCount](file-count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-size.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-size.md index a6df1f3e..bc458868 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-size.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-size.md @@ -1,14 +1,14 @@ --- -title: fileSize - +title: fileSize --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[fileSize](file-size.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[fileSize](file-size.html) +# fileSize +[jvm]\ +val [fileSize](file-size.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 -# fileSize -[jvm] -Content -val [fileSize](file-size.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file.md index f0899f04..d5611f43 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file.md @@ -1,14 +1,15 @@ --- -title: file - +title: file --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[file](file.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[file](file.html) +# file +[jvm]\ +val [file](file.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData]( +../-file-data/index.html)> -# file -[jvm] -Content -val [file](file.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](../-file-data/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/gall-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/gall-id.md index 475c0217..b9947e43 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/gall-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/gall-id.md @@ -1,14 +1,14 @@ --- -title: gallId - +title: gallId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[gallId](gall-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[gallId](gall-id.html) +# gallId +[jvm]\ +val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# gallId -[jvm] -Content -val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/head-text.md index f17f11c4..44e53349 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/head-text.md @@ -1,14 +1,15 @@ --- -title: headText - +title: headText --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[headText](head-text.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[headText](head-text.html) +# headText +[jvm]\ +val [headText](head-text.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText]( +../../../be.zvz.kotlininside.api.type/-head-text/index.html)> -# headText -[jvm] -Content -val [headText](head-text.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.md index 761499e5..e462807d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.md @@ -1,48 +1,41 @@ --- -title: ModifyResult - +title: ModifyResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md) - - - -# ModifyResult - [jvm] data class [ModifyResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **fileCount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../../be.zvz.kotlininside.api.type.content/-content/index.md)>, **file**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](../-file-data/index.md)>, **headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>, **currentHeadText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) - - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component10](component10.md)| [jvm]
Content
operator fun [component10](component10.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component11](component11.md)| [jvm]
Content
operator fun [component11](component11.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component7](component7.md)| [jvm]
Content
operator fun [component7](component7.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../../be.zvz.kotlininside.api.type.content/-content/index.md)>


-| [component8](component8.md)| [jvm]
Content
operator fun [component8](component8.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](../-file-data/index.md)>


-| [component9](component9.md)| [jvm]
Content
operator fun [component9](component9.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, fileCount: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, fileSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, content: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../../be.zvz.kotlininside.api.type.content/-content/index.md)> = mutableListOf(), file: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](../-file-data/index.md)> = mutableListOf(), headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)> = mutableListOf(), currentHeadText: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [ArticleModify.ModifyResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html) + +# ModifyResult + +[jvm]\ +data class [ModifyResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +fileCount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content]( +../../../be.zvz.kotlininside.api.type.content/-content/index.html)>, ** +file**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData]( +../-file-data/index.html)>, ** +headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText]( +../../../be.zvz.kotlininside.api.type/-head-text/index.html)>, ** +currentHeadText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + +## Properties + +| Name | Summary | |---|---| -| [articleId](article-id.md)| [jvm] val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0
-| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [content](content.md)| [jvm] val [content](content.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../../be.zvz.kotlininside.api.type.content/-content/index.md)>
-| [currentHeadText](current-head-text.md)| [jvm] val [currentHeadText](current-head-text.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [file](file.md)| [jvm] val [file](file.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](../-file-data/index.md)>
-| [fileCount](file-count.md)| [jvm] val [fileCount](file-count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0
-| [fileSize](file-size.md)| [jvm] val [fileSize](file-size.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0
-| [gallId](gall-id.md)| [jvm] val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [headText](head-text.md)| [jvm] val [headText](head-text.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [subject](subject.md)| [jvm] val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
+| [articleId](article-id.html) | [jvm]
val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 | +| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [content](content.html) | [jvm]
val [content](content.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../../be.zvz.kotlininside.api.type.content/-content/index.html)> | +| [currentHeadText](current-head-text.html) | [jvm]
val [currentHeadText](current-head-text.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [file](file.html) | [jvm]
val [file](file.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](../-file-data/index.html)> | +| [fileCount](file-count.html) | [jvm]
val [fileCount](file-count.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 | +| [fileSize](file-size.html) | [jvm]
val [fileSize](file-size.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 | +| [gallId](gall-id.html) | [jvm]
val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [headText](head-text.html) | [jvm]
val [headText](head-text.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.html)> | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [subject](subject.html) | [jvm]
val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/result.md index d5e50981..39a2ae6a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/subject.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/subject.md index b9249547..5cff4097 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/subject.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/subject.md @@ -1,14 +1,14 @@ --- -title: subject - +title: subject --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleModify](../index.md)/[ModifyResult](index.md)/[subject](subject.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleModify](../index.html)/[ModifyResult](index.html)/[subject](subject.html) +# subject +[jvm]\ +val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# subject -[jvm] -Content -val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/index.md index 6353ccdd..eed28d07 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/index.md @@ -1,29 +1,40 @@ --- -title: ArticleModify - +title: ArticleModify --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleModify](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleModify](index.html) +# ArticleModify +[jvm]\ +class [ArticleModify](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleModify - [jvm] class [ArticleModify](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [FileData](-file-data/index.md)| [jvm]
Content
data class [FileData](-file-data/index.md)(**block**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


-| [ModifyResult](-modify-result/index.md)| [jvm]
Content
data class [ModifyResult](-modify-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **fileCount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.md)>, **file**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](-file-data/index.md)>, **headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../be.zvz.kotlininside.api.type/-head-text/index.md)>, **currentHeadText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


- - -## Functions - -| Name| Summary| +| [FileData](-file-data/index.html) | [jvm]
data class [FileData](-file-data/index.html)(** +block**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | +| [ModifyResult](-modify-result/index.html) | [jvm]
data class [ModifyResult](-modify-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +fileCount**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +fileSize**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.html)>, ** +file**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleModify.FileData](-file-data/index.html)>, ** +headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../be.zvz.kotlininside.api.type/-head-text/index.html)>, ** +currentHeadText**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | + +## Functions + +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [modify](modify.md)| [jvm]
Content
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()

fun [modify](modify.md)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "N"): [ArticleWrite.WriteResult](../-article-write/-write-result/index.md)


-| [modifyInfo](modify-info.md)| [jvm]
Content
fun [modifyInfo](modify-info.md)(): [ArticleModify.ModifyResult](-modify-result/index.md)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [modify](modify.html) | [jvm]
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()
fun [modify](modify.html)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "N"): [ArticleWrite.WriteResult](../-article-write/-write-result/index.html) | +| [modifyInfo](modify-info.html) | [jvm]
fun [modifyInfo](modify-info.html)(): [ArticleModify.ModifyResult](-modify-result/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify-info.md index b50ecdd1..644fcb70 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify-info.md @@ -1,14 +1,14 @@ --- -title: modifyInfo - +title: modifyInfo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleModify](index.md)/[modifyInfo](modify-info.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleModify](index.html) +/[modifyInfo](modify-info.html) +# modifyInfo +[jvm]\ +fun [modifyInfo](modify-info.html)(): [ArticleModify.ModifyResult](-modify-result/index.html) -# modifyInfo -[jvm] -Content -fun [modifyInfo](modify-info.md)(): [ArticleModify.ModifyResult](-modify-result/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify.md index 7fbfb4e0..49af2229 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify.md @@ -1,16 +1,19 @@ --- -title: modify - +title: modify --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleModify](index.md)/[modify](modify.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleModify](index.html) +/[modify](modify.html) +# modify +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [modify](modify.html)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = " +N"): [ArticleWrite.WriteResult](../-article-write/-write-result/index.html) -# modify -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [modify](modify.md)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "N"): [ArticleWrite.WriteResult](../-article-write/-write-result/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-article-read.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-article-read.md index 25273623..0e6c204e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-article-read.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-article-read.md @@ -1,16 +1,20 @@ --- -title: ArticleRead - +title: ArticleRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleRead](index.md)/[ArticleRead](-article-read.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleRead](index.html) +/[ArticleRead](-article-read.html) +# ArticleRead +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [ArticleRead](-article-read.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) -# ArticleRead -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [ArticleRead](-article-read.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/-view-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/-view-info.md index b65e2329..1eaa45b6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/-view-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/-view-info.md @@ -1,14 +1,13 @@ --- -title: ViewInfo - +title: ViewInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[ViewInfo](-view-info.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[ViewInfo](-view-info.html) +# ViewInfo - -# ViewInfo -[jvm] -Content -fun [ViewInfo](-view-info.md)( +[jvm]\ +fun [ViewInfo](-view-info.html)( gallTitle: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), category: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), @@ -41,8 +40,9 @@ useListFix: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boole membership: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, memberGrant: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText]( -../../../be.zvz.kotlininside.api.type/-head-text/index.md)>, -commentDeleteScope: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) +../../../be.zvz.kotlininside.api.type/-head-text/index.html)>, +commentDeleteScope: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/best-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/best-check.md index 49ae3e67..dce3fa03 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/best-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/best-check.md @@ -1,14 +1,14 @@ --- -title: bestCheck - +title: bestCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[bestCheck](best-check.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[bestCheck](best-check.html) +# bestCheck +[jvm]\ +val [bestCheck](best-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# bestCheck -[jvm] -Content -val [bestCheck](best-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/category.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/category.md index 20d96664..49637ee5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/category.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/category.md @@ -1,14 +1,14 @@ --- -title: category - +title: category --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[category](category.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[category](category.html) +# category +[jvm]\ +val [category](category.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# category -[jvm] -Content -val [category](category.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/comment-delete-scope.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/comment-delete-scope.md index b67e8dfb..c91cd236 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/comment-delete-scope.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/comment-delete-scope.md @@ -1,14 +1,14 @@ --- -title: commentDeleteScope - +title: commentDeleteScope --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[commentDeleteScope](comment-delete-scope.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[commentDeleteScope](comment-delete-scope.html) +# commentDeleteScope +[jvm]\ +val [commentDeleteScope](comment-delete-scope.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# commentDeleteScope -[jvm] -Content -val [commentDeleteScope](comment-delete-scope.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/date-time.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/date-time.md index af10f4d4..9f006cde 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/date-time.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/date-time.md @@ -1,14 +1,14 @@ --- -title: dateTime - +title: dateTime --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[dateTime](date-time.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[dateTime](date-time.html) +# dateTime +[jvm]\ +val [dateTime](date-time.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# dateTime -[jvm] -Content -val [dateTime](date-time.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/gall-title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/gall-title.md index ed6fac07..ea284f98 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/gall-title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/gall-title.md @@ -1,14 +1,14 @@ --- -title: gallTitle - +title: gallTitle --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[gallTitle](gall-title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[gallTitle](gall-title.html) +# gallTitle +[jvm]\ +val [gallTitle](gall-title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallTitle -[jvm] -Content -val [gallTitle](gall-title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/galler-con.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/galler-con.md index 1cfe9898..614e3c11 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/galler-con.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/galler-con.md @@ -1,14 +1,14 @@ --- -title: gallerCon - +title: gallerCon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[gallerCon](galler-con.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[gallerCon](galler-con.html) +# gallerCon +[jvm]\ +val [gallerCon](galler-con.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? -# gallerCon -[jvm] -Content -val [gallerCon](galler-con.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-text.md index 757217e0..4d4303a8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-text.md @@ -1,14 +1,15 @@ --- -title: headText - +title: headText --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[headText](head-text.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[headText](head-text.html) +# headText +[jvm]\ +val [headText](head-text.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText]( +../../../be.zvz.kotlininside.api.type/-head-text/index.html)> -# headText -[jvm] -Content -val [headText](head-text.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-title.md index fffde0be..3a69d006 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-title.md @@ -1,14 +1,14 @@ --- -title: headTitle - +title: headTitle --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[headTitle](head-title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[headTitle](head-title.html) +# headTitle +[jvm]\ +val [headTitle](head-title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# headTitle -[jvm] -Content -val [headTitle](head-title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/identifier.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/identifier.md index 73d98ee6..a61f3460 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/identifier.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/identifier.md @@ -1,14 +1,14 @@ --- -title: identifier - +title: identifier --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[identifier](identifier.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[identifier](identifier.html) +# identifier +[jvm]\ +val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# identifier -[jvm] -Content -val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/image-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/image-check.md index 10a49134..1da3ec05 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/image-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/image-check.md @@ -1,14 +1,14 @@ --- -title: imageCheck - +title: imageCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[imageCheck](image-check.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[imageCheck](image-check.html) +# imageCheck +[jvm]\ +val [imageCheck](image-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# imageCheck -[jvm] -Content -val [imageCheck](image-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/index.md index cdd16f64..f700b268 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/index.md @@ -1,13 +1,13 @@ --- -title: ViewInfo - +title: ViewInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html) +# ViewInfo - -# ViewInfo - -[jvm] data class [ViewInfo](index.md)(** +[jvm]\ +data class [ViewInfo](index.html)(** gallTitle**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** category**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** @@ -40,87 +40,44 @@ useListFix**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boo membership**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** memberGrant**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText]( -../../../be.zvz.kotlininside.api.type/-head-text/index.md)>, ** +../../../be.zvz.kotlininside.api.type/-head-text/index.html)>, ** commentDeleteScope**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component10](component10.md)| [jvm]
Content
operator fun [component10](component10.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component11](component11.md)| [jvm]
Content
operator fun [component11](component11.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component12](component12.md)| [jvm]
Content
operator fun [component12](component12.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component13](component13.md)| [jvm]
Content
operator fun [component13](component13.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component14](component14.md)| [jvm]
Content
operator fun [component14](component14.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component15](component15.md)| [jvm]
Content
operator fun [component15](component15.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component16](component16.md)| [jvm]
Content
operator fun [component16](component16.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component17](component17.md)| [jvm]
Content
operator fun [component17](component17.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component18](component18.md)| [jvm]
Content
operator fun [component18](component18.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component19](component19.md)| [jvm]
Content
operator fun [component19](component19.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component20](component20.md)| [jvm]
Content
operator fun [component20](component20.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component21](component21.md)| [jvm]
Content
operator fun [component21](component21.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component22](component22.md)| [jvm]
Content
operator fun [component22](component22.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component23](component23.md)| [jvm]
Content
operator fun [component23](component23.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component24](component24.md)| [jvm]
Content
operator fun [component24](component24.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component25](component25.md)| [jvm]
Content
operator fun [component25](component25.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component26](component26.md)| [jvm]
Content
operator fun [component26](component26.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component27](component27.md)| [jvm]
Content
operator fun [component27](component27.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component28](component28.md)| [jvm]
Content
operator fun [component28](component28.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component29](component29.md)| [jvm]
Content
operator fun [component29](component29.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component30](component30.md)| [jvm]
Content
operator fun [component30](component30.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component31](component31.md)| [jvm]
Content
operator fun [component31](component31.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component32](component32.md)| [jvm]
Content
operator fun [component32](component32.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>


-| [component33](component33.md)| [jvm]
Content
operator fun [component33](component33.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component7](component7.md)| [jvm]
Content
operator fun [component7](component7.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component8](component8.md)| [jvm]
Content
operator fun [component8](component8.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component9](component9.md)| [jvm]
Content
operator fun [component9](component9.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(gallTitle: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), category: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), level: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), memberIcon: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalComment: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ip: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), imageCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), recommendCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), winnertaCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), voiceCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), views: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), writeType: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), previousLink: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), previousSubject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), headTitle: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), nextLink: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), nextSubject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), bestCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), isNotice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), gallerCon: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, dateTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isMinor: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), isMini: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), useAutoDelete: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, useListFix: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, membership: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, memberGrant: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, headText: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>, commentDeleteScope: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [ArticleRead.ViewInfo](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [bestCheck](best-check.md)| [jvm] val [bestCheck](best-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [category](category.md)| [jvm] val [category](category.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [commentDeleteScope](comment-delete-scope.md)| [jvm] val [commentDeleteScope](comment-delete-scope.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [dateTime](date-time.md)| [jvm] val [dateTime](date-time.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallerCon](galler-con.md)| [jvm] val [gallerCon](galler-con.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [gallTitle](gall-title.md)| [jvm] val [gallTitle](gall-title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [headText](head-text.md)| [jvm] val [headText](head-text.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.md)>
-| [headTitle](head-title.md)| [jvm] val [headTitle](head-title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [identifier](identifier.md)| [jvm] val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [imageCheck](image-check.md)| [jvm] val [imageCheck](image-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [ip](ip.md)| [jvm] val [ip](ip.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [isMini](is-mini.md)| [jvm] val [isMini](is-mini.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [isMinor](is-minor.md)| [jvm] val [isMinor](is-minor.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [isNotice](is-notice.md)| [jvm] val [isNotice](is-notice.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [level](level.md)| [jvm] val [level](level.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [memberGrant](member-grant.md)| [jvm] val [memberGrant](member-grant.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
-| [memberIcon](member-icon.md)| [jvm] val [memberIcon](member-icon.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [membership](membership.md)| [jvm] val [membership](membership.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [nextLink](next-link.md)| [jvm] val [nextLink](next-link.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [nextSubject](next-subject.md)| [jvm] val [nextSubject](next-subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [previousLink](previous-link.md)| [jvm] val [previousLink](previous-link.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [previousSubject](previous-subject.md)| [jvm] val [previousSubject](previous-subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [recommendCheck](recommend-check.md)| [jvm] val [recommendCheck](recommend-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [subject](subject.md)| [jvm] val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [totalComment](total-comment.md)| [jvm] val [totalComment](total-comment.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [useAutoDelete](use-auto-delete.md)| [jvm] val [useAutoDelete](use-auto-delete.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?
-| [useListFix](use-list-fix.md)| [jvm] val [useListFix](use-list-fix.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?
-| [userId](user-id.md)| [jvm] val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [views](views.md)| [jvm] val [views](views.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [voiceCheck](voice-check.md)| [jvm] val [voiceCheck](voice-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [winnertaCheck](winnerta-check.md)| [jvm] val [winnertaCheck](winnerta-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [writeType](write-type.md)| [jvm] val [writeType](write-type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [bestCheck](best-check.html) | [jvm]
val [bestCheck](best-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [category](category.html) | [jvm]
val [category](category.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [commentDeleteScope](comment-delete-scope.html) | [jvm]
val [commentDeleteScope](comment-delete-scope.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [dateTime](date-time.html) | [jvm]
val [dateTime](date-time.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallerCon](galler-con.html) | [jvm]
val [gallerCon](galler-con.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [gallTitle](gall-title.html) | [jvm]
val [gallTitle](gall-title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [headText](head-text.html) | [jvm]
val [headText](head-text.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../../be.zvz.kotlininside.api.type/-head-text/index.html)> | +| [headTitle](head-title.html) | [jvm]
val [headTitle](head-title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [identifier](identifier.html) | [jvm]
val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [imageCheck](image-check.html) | [jvm]
val [imageCheck](image-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [ip](ip.html) | [jvm]
val [ip](ip.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [isMini](is-mini.html) | [jvm]
val [isMini](is-mini.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [isMinor](is-minor.html) | [jvm]
val [isMinor](is-minor.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [isNotice](is-notice.html) | [jvm]
val [isNotice](is-notice.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [level](level.html) | [jvm]
val [level](level.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [memberGrant](member-grant.html) | [jvm]
val [memberGrant](member-grant.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? | +| [memberIcon](member-icon.html) | [jvm]
val [memberIcon](member-icon.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [membership](membership.html) | [jvm]
val [membership](membership.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [nextLink](next-link.html) | [jvm]
val [nextLink](next-link.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [nextSubject](next-subject.html) | [jvm]
val [nextSubject](next-subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [previousLink](previous-link.html) | [jvm]
val [previousLink](previous-link.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [previousSubject](previous-subject.html) | [jvm]
val [previousSubject](previous-subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [recommendCheck](recommend-check.html) | [jvm]
val [recommendCheck](recommend-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [subject](subject.html) | [jvm]
val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [totalComment](total-comment.html) | [jvm]
val [totalComment](total-comment.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [useAutoDelete](use-auto-delete.html) | [jvm]
val [useAutoDelete](use-auto-delete.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? | +| [useListFix](use-list-fix.html) | [jvm]
val [useListFix](use-list-fix.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? | +| [userId](user-id.html) | [jvm]
val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [views](views.html) | [jvm]
val [views](views.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [voiceCheck](voice-check.html) | [jvm]
val [voiceCheck](voice-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [winnertaCheck](winnerta-check.html) | [jvm]
val [winnertaCheck](winnerta-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [writeType](write-type.html) | [jvm]
val [writeType](write-type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/ip.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/ip.md index 95f3b39f..8b0dbc34 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/ip.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/ip.md @@ -1,14 +1,14 @@ --- -title: ip - +title: ip --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[ip](ip.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[ip](ip.html) +# ip +[jvm]\ +val [ip](ip.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# ip -[jvm] -Content -val [ip](ip.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-mini.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-mini.md index f9238050..a9e015ee 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-mini.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-mini.md @@ -1,14 +1,14 @@ --- -title: isMini - +title: isMini --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md) -/[ViewInfo](index.md)/[isMini](is-mini.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[isMini](is-mini.html) # isMini -[jvm] -Content -val [isMini](is-mini.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [isMini](is-mini.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-minor.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-minor.md index 62f16bc8..cd36efee 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-minor.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-minor.md @@ -1,14 +1,14 @@ --- -title: isMinor - +title: isMinor --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[isMinor](is-minor.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[isMinor](is-minor.html) +# isMinor +[jvm]\ +val [isMinor](is-minor.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isMinor -[jvm] -Content -val [isMinor](is-minor.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-notice.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-notice.md index 9777b81e..ae9ba1ac 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-notice.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-notice.md @@ -1,14 +1,14 @@ --- -title: isNotice - +title: isNotice --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[isNotice](is-notice.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[isNotice](is-notice.html) +# isNotice +[jvm]\ +val [isNotice](is-notice.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isNotice -[jvm] -Content -val [isNotice](is-notice.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/level.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/level.md index 38ec6a8d..eb09acf4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/level.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/level.md @@ -1,14 +1,14 @@ --- -title: level - +title: level --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[level](level.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[level](level.html) +# level +[jvm]\ +val [level](level.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# level -[jvm] -Content -val [level](level.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-grant.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-grant.md index adf59b63..02f1a7f4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-grant.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-grant.md @@ -1,14 +1,14 @@ --- -title: memberGrant - +title: memberGrant --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md) -/[ViewInfo](index.md)/[memberGrant](member-grant.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[memberGrant](member-grant.html) # memberGrant -[jvm] -Content -val [memberGrant](member-grant.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? +[jvm]\ +val [memberGrant](member-grant.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-icon.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-icon.md index a6efef37..59a4f5b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-icon.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-icon.md @@ -1,14 +1,14 @@ --- -title: memberIcon - +title: memberIcon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[memberIcon](member-icon.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[memberIcon](member-icon.html) +# memberIcon +[jvm]\ +val [memberIcon](member-icon.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# memberIcon -[jvm] -Content -val [memberIcon](member-icon.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/membership.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/membership.md index 810cd352..a35539fd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/membership.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/membership.md @@ -1,14 +1,14 @@ --- -title: membership - +title: membership --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md) -/[ViewInfo](index.md)/[membership](membership.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[membership](membership.html) # membership -[jvm] -Content -val [membership](membership.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? +[jvm]\ +val [membership](membership.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/name.md index 17aecdf7..25c53f2f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[name](name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-link.md index 5832073b..93039c64 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-link.md @@ -1,14 +1,14 @@ --- -title: nextLink - +title: nextLink --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[nextLink](next-link.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[nextLink](next-link.html) +# nextLink +[jvm]\ +val [nextLink](next-link.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# nextLink -[jvm] -Content -val [nextLink](next-link.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-subject.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-subject.md index 2e6ca94d..b2c0f091 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-subject.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-subject.md @@ -1,14 +1,14 @@ --- -title: nextSubject - +title: nextSubject --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[nextSubject](next-subject.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[nextSubject](next-subject.html) +# nextSubject +[jvm]\ +val [nextSubject](next-subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# nextSubject -[jvm] -Content -val [nextSubject](next-subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-link.md index c425a78d..e7c357d5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-link.md @@ -1,14 +1,14 @@ --- -title: previousLink - +title: previousLink --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[previousLink](previous-link.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[previousLink](previous-link.html) +# previousLink +[jvm]\ +val [previousLink](previous-link.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# previousLink -[jvm] -Content -val [previousLink](previous-link.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-subject.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-subject.md index 292de64a..3b54585e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-subject.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-subject.md @@ -1,14 +1,14 @@ --- -title: previousSubject - +title: previousSubject --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[previousSubject](previous-subject.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[previousSubject](previous-subject.html) +# previousSubject +[jvm]\ +val [previousSubject](previous-subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# previousSubject -[jvm] -Content -val [previousSubject](previous-subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/recommend-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/recommend-check.md index 5de5d66d..247e4fdc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/recommend-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/recommend-check.md @@ -1,14 +1,14 @@ --- -title: recommendCheck - +title: recommendCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[recommendCheck](recommend-check.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[recommendCheck](recommend-check.html) +# recommendCheck +[jvm]\ +val [recommendCheck](recommend-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# recommendCheck -[jvm] -Content -val [recommendCheck](recommend-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/subject.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/subject.md index 2827ce44..c98b7a8a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/subject.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/subject.md @@ -1,14 +1,14 @@ --- -title: subject - +title: subject --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[subject](subject.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[subject](subject.html) +# subject +[jvm]\ +val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# subject -[jvm] -Content -val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/total-comment.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/total-comment.md index df253b5f..e864e802 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/total-comment.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/total-comment.md @@ -1,14 +1,14 @@ --- -title: totalComment - +title: totalComment --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[totalComment](total-comment.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[totalComment](total-comment.html) +# totalComment +[jvm]\ +val [totalComment](total-comment.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# totalComment -[jvm] -Content -val [totalComment](total-comment.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-auto-delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-auto-delete.md index 10c28669..3c22c574 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-auto-delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-auto-delete.md @@ -1,14 +1,14 @@ --- -title: useAutoDelete - +title: useAutoDelete --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md) -/[ViewInfo](index.md)/[useAutoDelete](use-auto-delete.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[useAutoDelete](use-auto-delete.html) # useAutoDelete -[jvm] -Content -val [useAutoDelete](use-auto-delete.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? +[jvm]\ +val [useAutoDelete](use-auto-delete.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-list-fix.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-list-fix.md index ba2a534c..308b5452 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-list-fix.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-list-fix.md @@ -1,14 +1,14 @@ --- -title: useListFix - +title: useListFix --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md) -/[ViewInfo](index.md)/[useListFix](use-list-fix.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[useListFix](use-list-fix.html) # useListFix -[jvm] -Content -val [useListFix](use-list-fix.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? +[jvm]\ +val [useListFix](use-list-fix.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/user-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/user-id.md index 58c5affb..8d5af795 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/user-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/user-id.md @@ -1,14 +1,14 @@ --- -title: userId - +title: userId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[userId](user-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[userId](user-id.html) +# userId +[jvm]\ +val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# userId -[jvm] -Content -val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/views.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/views.md index 19196f1a..69b60557 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/views.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/views.md @@ -1,14 +1,14 @@ --- -title: views - +title: views --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[views](views.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[views](views.html) +# views +[jvm]\ +val [views](views.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# views -[jvm] -Content -val [views](views.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/voice-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/voice-check.md index 79b7e2d2..35a9247f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/voice-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/voice-check.md @@ -1,14 +1,14 @@ --- -title: voiceCheck - +title: voiceCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[voiceCheck](voice-check.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[voiceCheck](voice-check.html) +# voiceCheck +[jvm]\ +val [voiceCheck](voice-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# voiceCheck -[jvm] -Content -val [voiceCheck](voice-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/winnerta-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/winnerta-check.md index 95cfec6c..14880554 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/winnerta-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/winnerta-check.md @@ -1,14 +1,14 @@ --- -title: winnertaCheck - +title: winnertaCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[winnertaCheck](winnerta-check.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[winnertaCheck](winnerta-check.html) +# winnertaCheck +[jvm]\ +val [winnertaCheck](winnerta-check.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# winnertaCheck -[jvm] -Content -val [winnertaCheck](winnerta-check.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/write-type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/write-type.md index 68f8cfa1..7ec07df7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/write-type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/write-type.md @@ -1,14 +1,14 @@ --- -title: writeType - +title: writeType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewInfo](index.md)/[writeType](write-type.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewInfo](index.html)/[writeType](write-type.html) +# writeType +[jvm]\ +val [writeType](write-type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# writeType -[jvm] -Content -val [writeType](write-type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/-view-main.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/-view-main.md index af8b5dfc..f220a025 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/-view-main.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/-view-main.md @@ -1,14 +1,19 @@ --- -title: ViewMain - +title: ViewMain --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewMain](index.md)/[ViewMain](-view-main.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewMain](index.html)/[ViewMain](-view-main.html) +# ViewMain +[jvm]\ +fun [ViewMain](-view-main.html)( +content: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +upvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +upvoteMember: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +downvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +isManager: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -# ViewMain -[jvm] -Content -fun [ViewMain](-view-main.md)(content: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), upvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), upvoteMember: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), downvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), isManager: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/content.md index 56570359..e8f391a4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/content.md @@ -1,14 +1,14 @@ --- -title: content - +title: content --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewMain](index.md)/[content](content.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewMain](index.html)/[content](content.html) +# content +[jvm]\ +val [content](content.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# content -[jvm] -Content -val [content](content.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/downvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/downvote.md index 5a7ba388..0a5cb780 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/downvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/downvote.md @@ -1,14 +1,14 @@ --- -title: downvote - +title: downvote --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewMain](index.md)/[downvote](downvote.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewMain](index.html)/[downvote](downvote.html) +# downvote +[jvm]\ +val [downvote](downvote.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# downvote -[jvm] -Content -val [downvote](downvote.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/index.md index 39ef50b6..481f00da 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/index.md @@ -1,36 +1,26 @@ --- -title: ViewMain - +title: ViewMain --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewMain](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewMain](index.html) +# ViewMain +[jvm]\ +data class [ViewMain](index.html)(** +content**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +upvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +upvoteMember**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +downvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +isManager**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -# ViewMain - [jvm] data class [ViewMain](index.md)(**content**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **upvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **upvoteMember**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **downvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **isManager**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(content: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), upvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), upvoteMember: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), downvote: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), isManager: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [ArticleRead.ViewMain](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [content](content.md)| [jvm] val [content](content.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [downvote](downvote.md)| [jvm] val [downvote](downvote.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [isManager](is-manager.md)| [jvm] val [isManager](is-manager.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [upvote](upvote.md)| [jvm] val [upvote](upvote.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [upvoteMember](upvote-member.md)| [jvm] val [upvoteMember](upvote-member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [content](content.html) | [jvm]
val [content](content.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [downvote](downvote.html) | [jvm]
val [downvote](downvote.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [isManager](is-manager.html) | [jvm]
val [isManager](is-manager.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [upvote](upvote.html) | [jvm]
val [upvote](upvote.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [upvoteMember](upvote-member.html) | [jvm]
val [upvoteMember](upvote-member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/is-manager.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/is-manager.md index 0a604ddb..0d24e89c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/is-manager.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/is-manager.md @@ -1,14 +1,14 @@ --- -title: isManager - +title: isManager --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewMain](index.md)/[isManager](is-manager.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewMain](index.html)/[isManager](is-manager.html) +# isManager +[jvm]\ +val [isManager](is-manager.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isManager -[jvm] -Content -val [isManager](is-manager.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote-member.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote-member.md index 36e82205..c0a9f975 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote-member.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote-member.md @@ -1,14 +1,14 @@ --- -title: upvoteMember - +title: upvoteMember --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewMain](index.md)/[upvoteMember](upvote-member.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewMain](index.html)/[upvoteMember](upvote-member.html) +# upvoteMember +[jvm]\ +val [upvoteMember](upvote-member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# upvoteMember -[jvm] -Content -val [upvoteMember](upvote-member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote.md index 75bbecf4..b05282d1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote.md @@ -1,14 +1,14 @@ --- -title: upvote - +title: upvote --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleRead](../index.md)/[ViewMain](index.md)/[upvote](upvote.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleRead](../index.html)/[ViewMain](index.html)/[upvote](upvote.html) +# upvote +[jvm]\ +val [upvote](upvote.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# upvote -[jvm] -Content -val [upvote](upvote.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-info.md index a557d783..db1876a3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-info.md @@ -1,23 +1,23 @@ --- -title: getViewInfo - +title: getViewInfo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleRead](index.md)/[getViewInfo](get-view-info.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleRead](index.html) +/[getViewInfo](get-view-info.html) +# getViewInfo +[jvm]\ +fun [getViewInfo](get-view-info.html)(): [ArticleRead.ViewInfo](-view-info/index.html) -# getViewInfo -[jvm] -Content -fun [getViewInfo](get-view-info.md)(): [ArticleRead.ViewInfo](-view-info/index.md) -More info +#### Return +[be.zvz.kotlininside.api.article.ArticleRead.ViewInfo](-view-info/index.html) view_info 객체를 반환합니다. -#### Return +#### Throws - -[be.zvz.kotlininside.api.article.ArticleRead.ViewInfo](-view-info/index.md) view_info 객체를 반환합니다. - - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-main.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-main.md index bb014383..7d796665 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-main.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-main.md @@ -1,23 +1,23 @@ --- -title: getViewMain - +title: getViewMain --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleRead](index.md)/[getViewMain](get-view-main.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleRead](index.html) +/[getViewMain](get-view-main.html) +# getViewMain +[jvm]\ +fun [getViewMain](get-view-main.html)(): [ArticleRead.ViewMain](-view-main/index.html) -# getViewMain -[jvm] -Content -fun [getViewMain](get-view-main.md)(): [ArticleRead.ViewMain](-view-main/index.md) -More info +#### Return +[be.zvz.kotlininside.api.article.ArticleRead.ViewMain](-view-main/index.html) view_main 객체를 반환합니다. -#### Return +#### Throws - -[be.zvz.kotlininside.api.article.ArticleRead.ViewMain](-view-main/index.md) view_main 객체를 반환합니다. - - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/index.md index c8aecd9a..c174ffc0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/index.md @@ -1,19 +1,21 @@ --- -title: ArticleRead - +title: ArticleRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleRead](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleRead](index.html) +# ArticleRead +[jvm]\ +class [ArticleRead](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)?) -# ArticleRead - [jvm] class [ArticleRead](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)?) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [ViewInfo](-view-info/index.md)| [jvm]
Content
data class [ViewInfo](-view-info/index.md)(** +| [ViewInfo](-view-info/index.html) | [jvm]
data class [ViewInfo](-view-info/index.html)(** gallTitle**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** category**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** @@ -45,24 +47,20 @@ useAutoDelete**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/ useListFix**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** membership**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** memberGrant**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** -headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../be.zvz.kotlininside.api.type/-head-text/index.md)>, ** -commentDeleteScope**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


-| [ViewMain](-view-main/index.md)| [jvm]
Content
data class [ViewMain](-view-main/index.md)(** +headText**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[HeadText](../../be.zvz.kotlininside.api.type/-head-text/index.html)>, ** +commentDeleteScope**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) | +| [ViewMain](-view-main/index.html) | [jvm]
data class [ViewMain](-view-main/index.html)(** content**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** upvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** upvoteMember**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** downvote**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** -isManager**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+isManager**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getViewInfo](get-view-info.md)| [jvm]
Content
fun [getViewInfo](get-view-info.md)(): [ArticleRead.ViewInfo](-view-info/index.md)


-| [getViewMain](get-view-main.md)| [jvm]
Content
fun [getViewMain](get-view-main.md)(): [ArticleRead.ViewMain](-view-main/index.md)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)()
More info
클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getViewInfo](get-view-info.html) | [jvm]
fun [getViewInfo](get-view-info.html)(): [ArticleRead.ViewInfo](-view-info/index.html) | +| [getViewMain](get-view-main.html) | [jvm]
fun [getViewMain](get-view-main.html)(): [ArticleRead.ViewMain](-view-main/index.html) | +| [request](request.html) | [jvm]
fun [request](request.html)()
클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/request.md index b5cd932e..9f4e6201 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/request.md @@ -1,20 +1,21 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleRead](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleRead](index.html) +/[request](request.html) +# request - -# request -[jvm] -Content -fun [request](request.md)() -More info - +[jvm]\ +fun [request](request.html)() 클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요. (권장) - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/-article-report.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/-article-report.md index 00c2692c..af214efd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/-article-report.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/-article-report.md @@ -1,14 +1,17 @@ --- -title: ArticleReport - +title: ArticleReport --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleReport](index.md)/[ArticleReport](-article-report.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleReport](index.html) +/[ArticleReport](-article-report.html) +# ArticleReport +[jvm]\ +fun [ArticleReport](-article-report.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleReport -[jvm] -Content -fun [ArticleReport](-article-report.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/get-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/get-link.md index d4f7aee5..c8461c8d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/get-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/get-link.md @@ -1,20 +1,16 @@ --- -title: getLink - +title: getLink --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleReport](index.md)/[getLink](get-link.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleReport](index.html) +/[getLink](get-link.html) +# getLink - -# getLink -[jvm] -Content -fun [getLink](get-link.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) 글 신고 링크를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/index.md index fc5ea8d2..aea285c4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/index.md @@ -1,20 +1,19 @@ --- -title: ArticleReport - +title: ArticleReport --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleReport](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleReport](index.html) +# ArticleReport +[jvm]\ +class [ArticleReport](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleReport - [jvm] class [ArticleReport](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getLink](get-link.md)| [jvm]
Content
fun [getLink](get-link.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
글 신고 링크를 반환합니다.


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getLink](get-link.html) | [jvm]
fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
글 신고 링크를 반환합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-article-vote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-article-vote.md index d813a3de..d0ccbb82 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-article-vote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-article-vote.md @@ -1,14 +1,17 @@ --- -title: ArticleVote - +title: ArticleVote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleVote](index.md)/[ArticleVote](-article-vote.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleVote](index.html) +/[ArticleVote](-article-vote.html) +# ArticleVote +[jvm]\ +fun [ArticleVote](-article-vote.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleVote -[jvm] -Content -fun [ArticleVote](-article-vote.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/-vote-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/-vote-result.md index 5442eda0..baefbe6b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/-vote-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/-vote-result.md @@ -1,14 +1,17 @@ --- -title: VoteResult - +title: VoteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleVote](../index.md)/[VoteResult](index.md)/[VoteResult](-vote-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleVote](../index.html)/[VoteResult](index.html)/[VoteResult](-vote-result.html) +# VoteResult +[jvm]\ +fun [VoteResult](-vote-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +member: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null) -# VoteResult -[jvm] -Content -fun [VoteResult](-vote-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), member: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/cause.md index ae85ee21..8a3d354a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleVote](../index.md)/[VoteResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleVote](../index.html)/[VoteResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md index b19f351a..ac052c85 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md @@ -1,32 +1,22 @@ --- -title: VoteResult - +title: VoteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleVote](../index.md)/[VoteResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleVote](../index.html)/[VoteResult](index.html) +# VoteResult +[jvm]\ +data class [VoteResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +member**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?) -# VoteResult - [jvm] data class [VoteResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **member**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), member: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [ArticleVote.VoteResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [member](member.md)| [jvm] val [member](member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [member](member.html) | [jvm]
val [member](member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/member.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/member.md index 6c2bf676..a90ea8da 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/member.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/member.md @@ -1,14 +1,14 @@ --- -title: member - +title: member --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleVote](../index.md)/[VoteResult](index.md)/[member](member.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleVote](../index.html)/[VoteResult](index.html)/[member](member.html) +# member +[jvm]\ +val [member](member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null -# member -[jvm] -Content -val [member](member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/result.md index de6aac3b..7bd65788 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleVote](../index.md)/[VoteResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleVote](../index.html)/[VoteResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/downvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/downvote.md index ecc725e2..33141823 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/downvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/downvote.md @@ -1,20 +1,21 @@ --- -title: downvote - +title: downvote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleVote](index.md)/[downvote](downvote.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleVote](index.html) +/[downvote](downvote.html) +# downvote - -# downvote -[jvm] -Content -fun [downvote](downvote.md)(): [ArticleVote.VoteResult](-vote-result/index.md) -More info - +[jvm]\ +fun [downvote](downvote.html)(): [ArticleVote.VoteResult](-vote-result/index.html) 글을 비추천합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 비추천이 실패할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/index.md index c7839ea1..2b544597 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/index.md @@ -1,28 +1,29 @@ --- -title: ArticleVote - +title: ArticleVote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleVote](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleVote](index.html) +# ArticleVote +[jvm]\ +class [ArticleVote](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ArticleVote - [jvm] class [ArticleVote](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [VoteResult](-vote-result/index.md)| [jvm]
Content
data class [VoteResult](-vote-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **member**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?)


+| [VoteResult](-vote-result/index.html) | [jvm]
data class [VoteResult](-vote-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +member**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [downvote](downvote.md)| [jvm]
Content
fun [downvote](downvote.md)(): [ArticleVote.VoteResult](-vote-result/index.md)
More info
글을 비추천합니다.


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [upvote](upvote.md)| [jvm]
Content
fun [upvote](upvote.md)(): [ArticleVote.VoteResult](-vote-result/index.md)
More info
글을 추천합니다.


+| [downvote](downvote.html) | [jvm]
fun [downvote](downvote.html)(): [ArticleVote.VoteResult](-vote-result/index.html)
글을 비추천합니다. | +| [upvote](upvote.html) | [jvm]
fun [upvote](upvote.html)(): [ArticleVote.VoteResult](-vote-result/index.html)
글을 추천합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/upvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/upvote.md index 5f802871..0b1d58c2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/upvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/upvote.md @@ -1,20 +1,21 @@ --- -title: upvote - +title: upvote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleVote](index.md)/[upvote](upvote.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleVote](index.html) +/[upvote](upvote.html) +# upvote - -# upvote -[jvm] -Content -fun [upvote](upvote.md)(): [ArticleVote.VoteResult](-vote-result/index.md) -More info - +[jvm]\ +fun [upvote](upvote.html)(): [ArticleVote.VoteResult](-vote-result/index.html) 글을 추천합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 추천이 실패할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-article-write.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-article-write.md index d618653f..b9b0b407 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-article-write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-article-write.md @@ -1,16 +1,22 @@ --- -title: ArticleWrite - +title: ArticleWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleWrite](index.md)/[ArticleWrite](-article-write.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleWrite](index.html) +/[ArticleWrite](-article-write.html) +# ArticleWrite +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [ArticleWrite](-article-write.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +article: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# ArticleWrite -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [ArticleWrite](-article-write.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), article: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/-write-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/-write-result.md index 3450a3fd..512425c2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/-write-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/-write-result.md @@ -1,14 +1,18 @@ --- -title: WriteResult - +title: WriteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleWrite](../index.md)/[WriteResult](index.md)/[WriteResult](-write-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleWrite](../index.html)/[WriteResult](index.html)/[WriteResult](-write-result.html) +# WriteResult +[jvm]\ +fun [WriteResult](-write-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) -# WriteResult -[jvm] -Content -fun [WriteResult](-write-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/article-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/article-id.md index e71fa130..6ae3c816 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/article-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/article-id.md @@ -1,14 +1,14 @@ --- -title: articleId - +title: articleId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleWrite](../index.md)/[WriteResult](index.md)/[articleId](article-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleWrite](../index.html)/[WriteResult](index.html)/[articleId](article-id.html) +# articleId +[jvm]\ +val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null -# articleId -[jvm] -Content -val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/cause.md index a19dd340..98461059 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleWrite](../index.md)/[WriteResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleWrite](../index.html)/[WriteResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/id.md index d84e60ef..9c015397 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleWrite](../index.md)/[WriteResult](index.md)/[id](id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleWrite](../index.html)/[WriteResult](index.html)/[id](id.html) +# id +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/index.md index 36b2905d..e5f96909 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/index.md @@ -1,34 +1,24 @@ --- -title: WriteResult - +title: WriteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleWrite](../index.md)/[WriteResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleWrite](../index.html)/[WriteResult](index.html) +# WriteResult +[jvm]\ +data class [WriteResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# WriteResult - [jvm] data class [WriteResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [ArticleWrite.WriteResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [articleId](article-id.md)| [jvm] val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null
-| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [articleId](article-id.html) | [jvm]
val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null | +| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/result.md index a47a2ee5..546b81ef 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.article](../../index.md)/[ArticleWrite](../index.md)/[WriteResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.article](../../index.html) +/[ArticleWrite](../index.html)/[WriteResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/index.md index b88bac48..cbcdbe48 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/index.md @@ -1,34 +1,32 @@ --- -title: ArticleWrite - +title: ArticleWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleWrite](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleWrite](index.html) +# ArticleWrite +[jvm]\ +class [ArticleWrite](index.html) -# ArticleWrite - [jvm] class [ArticleWrite](index.md) +## Constructors - -## Constructors - -| Name| Summary| +| | | |---|---| -| [ArticleWrite](-article-write.md)| [jvm] @[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()

fun [ArticleWrite](-article-write.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), article: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN)
+| [ArticleWrite](-article-write.html) | [jvm]
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()
fun [ArticleWrite](-article-write.html)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), article: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.html), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance().auth.fcmToken) | +## Types -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [WriteResult](-write-result/index.md)| [jvm]
Content
data class [WriteResult](-write-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [WriteResult](-write-result/index.html) | [jvm]
data class [WriteResult](-write-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [write](write.md)| [jvm]
Content
fun [write](write.md)(): [ArticleWrite.WriteResult](-write-result/index.md)
More info
글을 작성합니다.


+| [write](write.html) | [jvm]
fun [write](write.html)(): [ArticleWrite.WriteResult](-write-result/index.html)
글을 작성합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/write.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/write.md index 18fbf9e6..116c9ee3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/write.md @@ -1,20 +1,21 @@ --- -title: write - +title: write --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.article](../index.md)/[ArticleWrite](index.md)/[write](write.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.article](../index.html)/[ArticleWrite](index.html) +/[write](write.html) +# write - -# write -[jvm] -Content -fun [write](write.md)(): [ArticleWrite.WriteResult](-write-result/index.md) -More info - +[jvm]\ +fun [write](write.html)(): [ArticleWrite.WriteResult](-write-result/index.html) 글을 작성합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글을 작성하지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/index.md index 01df8905..dd3e2b57 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.article/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.article/index.md @@ -1,23 +1,44 @@ --- -title: be.zvz.kotlininside.api.article - +title: be.zvz.kotlininside.api.article --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.article](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.article](index.html) +# Package be.zvz.kotlininside.api.article +## Types -# Package be.zvz.kotlininside.api.article - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [ArticleDelete](-article-delete/index.md)| [jvm]
Content
class [ArticleDelete](-article-delete/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [ArticleHitUpvote](-article-hit-upvote/index.md)| [jvm]
Content
class [ArticleHitUpvote](-article-hit-upvote/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [ArticleList](-article-list/index.md)| [jvm]
Content
class [ArticleList](-article-list/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchType**: [ArticleList.SearchType](-article-list/-search-type/index.md), **page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md)?)


-| [ArticleModify](-article-modify/index.md)| [jvm]
Content
class [ArticleModify](-article-modify/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [ArticleRead](-article-read/index.md)| [jvm]
Content
class [ArticleRead](-article-read/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md)?)


-| [ArticleReport](-article-report/index.md)| [jvm]
Content
class [ArticleReport](-article-report/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [ArticleVote](-article-vote/index.md)| [jvm]
Content
class [ArticleVote](-article-vote/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [ArticleWrite](-article-write/index.md)| [jvm]
Content
class [ArticleWrite](-article-write/index.md)


+| [ArticleDelete](-article-delete/index.html) | [jvm]
class [ArticleDelete](-article-delete/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [ArticleHitUpvote](-article-hit-upvote/index.html) | [jvm]
class [ArticleHitUpvote](-article-hit-upvote/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [ArticleList](-article-list/index.html) | [jvm]
class [ArticleList](-article-list/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +searchType**: [ArticleList.SearchType](-article-list/-search-type/index.html), ** +page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)?) | +| [ArticleModify](-article-modify/index.html) | [jvm]
class [ArticleModify](-article-modify/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [ArticleRead](-article-read/index.html) | [jvm]
class [ArticleRead](-article-read/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)?) | +| [ArticleReport](-article-report/index.html) | [jvm]
class [ArticleReport](-article-report/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [ArticleVote](-article-vote/index.html) | [jvm]
class [ArticleVote](-article-vote/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [ArticleWrite](-article-write/index.html) | [jvm]
class [ArticleWrite](-article-write/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/-async-article-delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/-async-article-delete.md index e70fff18..347be45a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/-async-article-delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/-async-article-delete.md @@ -1,16 +1,22 @@ --- -title: AsyncArticleDelete - +title: AsyncArticleDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleDelete](index.md)/[AsyncArticleDelete](-async-article-delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleDelete](index.html)/[AsyncArticleDelete](-async-article-delete.html) +# AsyncArticleDelete +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncArticleDelete](-async-article-delete.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# AsyncArticleDelete -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncArticleDelete](-async-article-delete.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/delete-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/delete-async.md index 70929d17..e2261cc2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/delete-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/delete-async.md @@ -1,14 +1,15 @@ --- -title: deleteAsync - +title: deleteAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleDelete](index.md)/[deleteAsync](delete-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleDelete](index.html)/[deleteAsync](delete-async.html) +# deleteAsync +[jvm]\ +suspend fun [deleteAsync](delete-async.html)(): +Deferred<[ArticleDelete.DeleteResult](../../be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.html)> -# deleteAsync -[jvm] -Content -suspend fun [deleteAsync](delete-async.md)(): Deferred<[ArticleDelete.DeleteResult](../../be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/index.md index b79faa45..5da303e2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/index.md @@ -1,20 +1,21 @@ --- -title: AsyncArticleDelete - +title: AsyncArticleDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleDelete](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleDelete](index.html) +# AsyncArticleDelete +[jvm]\ +class [AsyncArticleDelete](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncArticleDelete - [jvm] class [AsyncArticleDelete](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [deleteAsync](delete-async.md)| [jvm]
Content
suspend fun [deleteAsync](delete-async.md)(): Deferred<[ArticleDelete.DeleteResult](../../be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.md)>


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [deleteAsync](delete-async.html) | [jvm]
suspend fun [deleteAsync](delete-async.html)(): Deferred<[ArticleDelete.DeleteResult](../../be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/-async-article-hit-upvote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/-async-article-hit-upvote.md index d7ea5c5e..17874077 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/-async-article-hit-upvote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/-async-article-hit-upvote.md @@ -1,14 +1,17 @@ --- -title: AsyncArticleHitUpvote - +title: AsyncArticleHitUpvote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleHitUpvote](index.md)/[AsyncArticleHitUpvote](-async-article-hit-upvote.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleHitUpvote](index.html)/[AsyncArticleHitUpvote](-async-article-hit-upvote.html) +# AsyncArticleHitUpvote +[jvm]\ +fun [AsyncArticleHitUpvote](-async-article-hit-upvote.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleHitUpvote -[jvm] -Content -fun [AsyncArticleHitUpvote](-async-article-hit-upvote.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/index.md index b9c40230..87cae44f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/index.md @@ -1,20 +1,20 @@ --- -title: AsyncArticleHitUpvote - +title: AsyncArticleHitUpvote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleHitUpvote](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleHitUpvote](index.html) +# AsyncArticleHitUpvote +[jvm]\ +class [AsyncArticleHitUpvote](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleHitUpvote - [jvm] class [AsyncArticleHitUpvote](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [upvoteAsync](upvote-async.md)| [jvm]
Content
suspend fun [upvoteAsync](upvote-async.md)(): Deferred<[ArticleHitUpvote.HitUpvoteResult](../../be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.md)>


+| [upvoteAsync](upvote-async.html) | [jvm]
suspend fun [upvoteAsync](upvote-async.html)(): Deferred<[ArticleHitUpvote.HitUpvoteResult](../../be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/upvote-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/upvote-async.md index 8241ed5e..5fa0eac7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/upvote-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/upvote-async.md @@ -1,14 +1,15 @@ --- -title: upvoteAsync - +title: upvoteAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleHitUpvote](index.md)/[upvoteAsync](upvote-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleHitUpvote](index.html)/[upvoteAsync](upvote-async.html) +# upvoteAsync +[jvm]\ +suspend fun [upvoteAsync](upvote-async.html)(): +Deferred<[ArticleHitUpvote.HitUpvoteResult](../../be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.html)> -# upvoteAsync -[jvm] -Content -suspend fun [upvoteAsync](upvote-async.md)(): Deferred<[ArticleHitUpvote.HitUpvoteResult](../../be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/-async-article-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/-async-article-list.md index 59f46fd0..a8fdaffa 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/-async-article-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/-async-article-list.md @@ -1,20 +1,44 @@ --- -title: AsyncArticleList - +title: AsyncArticleList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleList](index.md)/[AsyncArticleList](-async-article-list.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleList](index.html)/[AsyncArticleList](-async-article-list.html) +# AsyncArticleList +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncArticleList](-async-article-list.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, +recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) + +fun [AsyncArticleList](-async-article-list.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, +recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncArticleList](-async-article-list.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +searchType: [ArticleList.SearchType](../../be.zvz.kotlininside.api.article/-article-list/-search-type/index.html) = +ArticleList.SearchType.ALL, page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, +recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, +headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) -# AsyncArticleList -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncArticleList](-async-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) -fun [AsyncArticleList](-async-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncArticleList](-async-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchType: [ArticleList.SearchType](../../be.zvz.kotlininside.api.article/-article-list/-search-type/index.md) = ArticleList.SearchType.ALL, page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-info-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-info-async.md index 667f3638..f1cdaf3b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-info-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-info-async.md @@ -1,14 +1,15 @@ --- -title: getGallInfoAsync - +title: getGallInfoAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleList](index.md)/[getGallInfoAsync](get-gall-info-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleList](index.html)/[getGallInfoAsync](get-gall-info-async.html) +# getGallInfoAsync +[jvm]\ +suspend fun [getGallInfoAsync](get-gall-info-async.html)(): +Deferred<[ArticleList.GallInfo](../../be.zvz.kotlininside.api.article/-article-list/-gall-info/index.html)> -# getGallInfoAsync -[jvm] -Content -suspend fun [getGallInfoAsync](get-gall-info-async.md)(): Deferred<[ArticleList.GallInfo](../../be.zvz.kotlininside.api.article/-article-list/-gall-info/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-list-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-list-async.md index ad49406d..58714afe 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-list-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-list-async.md @@ -1,14 +1,16 @@ --- -title: getGallListAsync - +title: getGallListAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleList](index.md)/[getGallListAsync](get-gall-list-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleList](index.html)/[getGallListAsync](get-gall-list-async.html) +# getGallListAsync +[jvm]\ +suspend fun [getGallListAsync](get-gall-list-async.html)(): +Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList]( +../../be.zvz.kotlininside.api.article/-article-list/-gall-list/index.html)>> -# getGallListAsync -[jvm] -Content -suspend fun [getGallListAsync](get-gall-list-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList](../../be.zvz.kotlininside.api.article/-article-list/-gall-list/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/index.md index 745659ec..f095a6ab 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/index.md @@ -1,30 +1,34 @@ --- -title: AsyncArticleList - +title: AsyncArticleList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleList](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleList](index.html) +# AsyncArticleList +[jvm]\ +class [AsyncArticleList](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +searchType**: [ArticleList.SearchType](../../be.zvz.kotlininside.api.article/-article-list/-search-type/index.html), ** +page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)?) -# AsyncArticleList - [jvm] class [AsyncArticleList](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchType**: [ArticleList.SearchType](../../be.zvz.kotlininside.api.article/-article-list/-search-type/index.md), **page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)?) +## Constructors - -## Constructors - -| Name| Summary| +| | | |---|---| -| [AsyncArticleList](-async-article-list.md)| [jvm] @[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()

fun [AsyncArticleList](-async-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null)
-| [AsyncArticleList](-async-article-list.md)| [jvm] fun [AsyncArticleList](-async-article-list.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null)
+| [AsyncArticleList](-async-article-list.html) | [jvm]
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()
fun [AsyncArticleList](-async-article-list.html)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) | +| [AsyncArticleList](-async-article-list.html) | [jvm]
fun [AsyncArticleList](-async-article-list.html)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), searchKeyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), page: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1, recommend: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, headId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getGallInfoAsync](get-gall-info-async.md)| [jvm]
Content
suspend fun [getGallInfoAsync](get-gall-info-async.md)(): Deferred<[ArticleList.GallInfo](../../be.zvz.kotlininside.api.article/-article-list/-gall-info/index.md)>


-| [getGallListAsync](get-gall-list-async.md)| [jvm]
Content
suspend fun [getGallListAsync](get-gall-list-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList](../../be.zvz.kotlininside.api.article/-article-list/-gall-list/index.md)>>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getGallInfoAsync](get-gall-info-async.html) | [jvm]
suspend fun [getGallInfoAsync](get-gall-info-async.html)(): Deferred<[ArticleList.GallInfo](../../be.zvz.kotlininside.api.article/-article-list/-gall-info/index.html)> | +| [getGallListAsync](get-gall-list-async.html) | [jvm]
suspend fun [getGallListAsync](get-gall-list-async.html)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ArticleList.GallList](../../be.zvz.kotlininside.api.article/-article-list/-gall-list/index.html)>> | +| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/request-async.md index 0afcfd96..a8f6a35a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/request-async.md @@ -1,14 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleList](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleList](index.html)/[requestAsync](request-async.html) +# requestAsync +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> -# requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/-async-article-modify.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/-async-article-modify.md index e37308fb..4e97ceb3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/-async-article-modify.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/-async-article-modify.md @@ -1,14 +1,17 @@ --- -title: AsyncArticleModify - +title: AsyncArticleModify --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleModify](index.md)/[AsyncArticleModify](-async-article-modify.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleModify](index.html)/[AsyncArticleModify](-async-article-modify.html) +# AsyncArticleModify +[jvm]\ +fun [AsyncArticleModify](-async-article-modify.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleModify -[jvm] -Content -fun [AsyncArticleModify](-async-article-modify.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/index.md index 308ca3bf..7b5f34ce 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/index.md @@ -1,21 +1,21 @@ --- -title: AsyncArticleModify - +title: AsyncArticleModify --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleModify](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleModify](index.html) +# AsyncArticleModify +[jvm]\ +class [AsyncArticleModify](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleModify - [jvm] class [AsyncArticleModify](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [modifyAsync](modify-async.md)| [jvm]
Content
suspend fun [modifyAsync](modify-async.md)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "N"): Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.md)>


-| [modifyInfoAsync](modify-info-async.md)| [jvm]
Content
suspend fun [modifyInfoAsync](modify-info-async.md)(): Deferred<[ArticleModify.ModifyResult](../../be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [modifyAsync](modify-async.html) | [jvm]
suspend fun [modifyAsync](modify-async.html)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "N"): Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.html)> | +| [modifyInfoAsync](modify-info-async.html) | [jvm]
suspend fun [modifyInfoAsync](modify-info-async.html)(): Deferred<[ArticleModify.ModifyResult](../../be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-async.md index 2da67224..b639969e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-async.md @@ -1,14 +1,16 @@ --- -title: modifyAsync - +title: modifyAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleModify](index.md)/[modifyAsync](modify-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleModify](index.html)/[modifyAsync](modify-async.html) +# modifyAsync +[jvm]\ +suspend fun [modifyAsync](modify-async.html)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "N"): +Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.html)> -# modifyAsync -[jvm] -Content -suspend fun [modifyAsync](modify-async.md)(article: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "N"): Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-info-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-info-async.md index cbd82404..7c970dff 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-info-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-info-async.md @@ -1,14 +1,15 @@ --- -title: modifyInfoAsync - +title: modifyInfoAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleModify](index.md)/[modifyInfoAsync](modify-info-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleModify](index.html)/[modifyInfoAsync](modify-info-async.html) +# modifyInfoAsync +[jvm]\ +suspend fun [modifyInfoAsync](modify-info-async.html)(): +Deferred<[ArticleModify.ModifyResult](../../be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.html)> -# modifyInfoAsync -[jvm] -Content -suspend fun [modifyInfoAsync](modify-info-async.md)(): Deferred<[ArticleModify.ModifyResult](../../be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/-async-article-read.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/-async-article-read.md index 97a1c97b..e67003bf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/-async-article-read.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/-async-article-read.md @@ -1,16 +1,20 @@ --- -title: AsyncArticleRead - +title: AsyncArticleRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleRead](index.md)/[AsyncArticleRead](-async-article-read.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleRead](index.html)/[AsyncArticleRead](-async-article-read.html) +# AsyncArticleRead +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncArticleRead](-async-article-read.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)? = null) -# AsyncArticleRead -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncArticleRead](-async-article-read.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-info-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-info-async.md index 631e7e9d..81acd75c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-info-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-info-async.md @@ -1,14 +1,15 @@ --- -title: getViewInfoAsync - +title: getViewInfoAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleRead](index.md)/[getViewInfoAsync](get-view-info-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleRead](index.html)/[getViewInfoAsync](get-view-info-async.html) +# getViewInfoAsync +[jvm]\ +suspend fun [getViewInfoAsync](get-view-info-async.html)(): +Deferred<[ArticleRead.ViewInfo](../../be.zvz.kotlininside.api.article/-article-read/-view-info/index.html)> -# getViewInfoAsync -[jvm] -Content -suspend fun [getViewInfoAsync](get-view-info-async.md)(): Deferred<[ArticleRead.ViewInfo](../../be.zvz.kotlininside.api.article/-article-read/-view-info/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-main-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-main-async.md index 6f203e08..a092c019 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-main-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-main-async.md @@ -1,14 +1,15 @@ --- -title: getViewMainAsync - +title: getViewMainAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleRead](index.md)/[getViewMainAsync](get-view-main-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleRead](index.html)/[getViewMainAsync](get-view-main-async.html) +# getViewMainAsync +[jvm]\ +suspend fun [getViewMainAsync](get-view-main-async.html)(): +Deferred<[ArticleRead.ViewMain](../../be.zvz.kotlininside.api.article/-article-read/-view-main/index.html)> -# getViewMainAsync -[jvm] -Content -suspend fun [getViewMainAsync](get-view-main-async.md)(): Deferred<[ArticleRead.ViewMain](../../be.zvz.kotlininside.api.article/-article-read/-view-main/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/index.md index 0c18a4f8..5159eec3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/index.md @@ -1,22 +1,22 @@ --- -title: AsyncArticleRead - +title: AsyncArticleRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleRead](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleRead](index.html) +# AsyncArticleRead +[jvm]\ +class [AsyncArticleRead](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)?) -# AsyncArticleRead - [jvm] class [AsyncArticleRead](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)?) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getViewInfoAsync](get-view-info-async.md)| [jvm]
Content
suspend fun [getViewInfoAsync](get-view-info-async.md)(): Deferred<[ArticleRead.ViewInfo](../../be.zvz.kotlininside.api.article/-article-read/-view-info/index.md)>


-| [getViewMainAsync](get-view-main-async.md)| [jvm]
Content
suspend fun [getViewMainAsync](get-view-main-async.md)(): Deferred<[ArticleRead.ViewMain](../../be.zvz.kotlininside.api.article/-article-read/-view-main/index.md)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getViewInfoAsync](get-view-info-async.html) | [jvm]
suspend fun [getViewInfoAsync](get-view-info-async.html)(): Deferred<[ArticleRead.ViewInfo](../../be.zvz.kotlininside.api.article/-article-read/-view-info/index.html)> | +| [getViewMainAsync](get-view-main-async.html) | [jvm]
suspend fun [getViewMainAsync](get-view-main-async.html)(): Deferred<[ArticleRead.ViewMain](../../be.zvz.kotlininside.api.article/-article-read/-view-main/index.html)> | +| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/request-async.md index 0e6aebbb..eddff0d2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/request-async.md @@ -1,14 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleRead](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleRead](index.html)/[requestAsync](request-async.html) +# requestAsync +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> -# requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/-async-article-report.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/-async-article-report.md index 5cbde07e..441aeb38 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/-async-article-report.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/-async-article-report.md @@ -1,14 +1,17 @@ --- -title: AsyncArticleReport - +title: AsyncArticleReport --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleReport](index.md)/[AsyncArticleReport](-async-article-report.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleReport](index.html)/[AsyncArticleReport](-async-article-report.html) +# AsyncArticleReport +[jvm]\ +fun [AsyncArticleReport](-async-article-report.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleReport -[jvm] -Content -fun [AsyncArticleReport](-async-article-report.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/get-link-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/get-link-async.md index e434bd59..3cde1249 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/get-link-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/get-link-async.md @@ -1,14 +1,15 @@ --- -title: getLinkAsync - +title: getLinkAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleReport](index.md)/[getLinkAsync](get-link-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleReport](index.html)/[getLinkAsync](get-link-async.html) +# getLinkAsync +[jvm]\ +suspend fun [getLinkAsync](get-link-async.html)(): +Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> -# getLinkAsync -[jvm] -Content -suspend fun [getLinkAsync](get-link-async.md)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/index.md index 66801992..2efce086 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/index.md @@ -1,20 +1,20 @@ --- -title: AsyncArticleReport - +title: AsyncArticleReport --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleReport](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleReport](index.html) +# AsyncArticleReport +[jvm]\ +class [AsyncArticleReport](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleReport - [jvm] class [AsyncArticleReport](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getLinkAsync](get-link-async.md)| [jvm]
Content
suspend fun [getLinkAsync](get-link-async.md)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getLinkAsync](get-link-async.html) | [jvm]
suspend fun [getLinkAsync](get-link-async.html)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/-async-article-vote.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/-async-article-vote.md index caaba48d..1f87dbbf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/-async-article-vote.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/-async-article-vote.md @@ -1,14 +1,17 @@ --- -title: AsyncArticleVote - +title: AsyncArticleVote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleVote](index.md)/[AsyncArticleVote](-async-article-vote.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleVote](index.html)/[AsyncArticleVote](-async-article-vote.html) +# AsyncArticleVote +[jvm]\ +fun [AsyncArticleVote](-async-article-vote.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleVote -[jvm] -Content -fun [AsyncArticleVote](-async-article-vote.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/downvote-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/downvote-async.md index 6ec9a29e..42a562ce 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/downvote-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/downvote-async.md @@ -1,14 +1,15 @@ --- -title: downvoteAsync - +title: downvoteAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleVote](index.md)/[downvoteAsync](downvote-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleVote](index.html)/[downvoteAsync](downvote-async.html) +# downvoteAsync +[jvm]\ +suspend fun [downvoteAsync](downvote-async.html)(): +Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.html)> -# downvoteAsync -[jvm] -Content -suspend fun [downvoteAsync](downvote-async.md)(): Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/index.md index 06bcf9fd..b63812d7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/index.md @@ -1,21 +1,21 @@ --- -title: AsyncArticleVote - +title: AsyncArticleVote --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleVote](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleVote](index.html) +# AsyncArticleVote +[jvm]\ +class [AsyncArticleVote](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncArticleVote - [jvm] class [AsyncArticleVote](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [downvoteAsync](downvote-async.md)| [jvm]
Content
suspend fun [downvoteAsync](downvote-async.md)(): Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md)>


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [upvoteAsync](upvote-async.md)| [jvm]
Content
suspend fun [upvoteAsync](upvote-async.md)(): Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md)>


+| [downvoteAsync](downvote-async.html) | [jvm]
suspend fun [downvoteAsync](downvote-async.html)(): Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.html)> | +| [upvoteAsync](upvote-async.html) | [jvm]
suspend fun [upvoteAsync](upvote-async.html)(): Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/upvote-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/upvote-async.md index a78a613b..cbbeae87 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/upvote-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/upvote-async.md @@ -1,14 +1,15 @@ --- -title: upvoteAsync - +title: upvoteAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleVote](index.md)/[upvoteAsync](upvote-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleVote](index.html)/[upvoteAsync](upvote-async.html) +# upvoteAsync +[jvm]\ +suspend fun [upvoteAsync](upvote-async.html)(): +Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.html)> -# upvoteAsync -[jvm] -Content -suspend fun [upvoteAsync](upvote-async.md)(): Deferred<[ArticleVote.VoteResult](../../be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/-async-article-write.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/-async-article-write.md index 2f96a5c3..eb9337dd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/-async-article-write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/-async-article-write.md @@ -1,16 +1,22 @@ --- -title: AsyncArticleWrite - +title: AsyncArticleWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleWrite](index.md)/[AsyncArticleWrite](-async-article-write.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleWrite](index.html)/[AsyncArticleWrite](-async-article-write.html) +# AsyncArticleWrite +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncArticleWrite](-async-article-write.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +article: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# AsyncArticleWrite -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncArticleWrite](-async-article-write.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), article: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/index.md index ac0561d7..026e591a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/index.md @@ -1,20 +1,21 @@ --- -title: AsyncArticleWrite - +title: AsyncArticleWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleWrite](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleWrite](index.html) +# AsyncArticleWrite +[jvm]\ +class [AsyncArticleWrite](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **article**: [Article](../../be.zvz.kotlininside.api.type/-article/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncArticleWrite - [jvm] class [AsyncArticleWrite](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **article**: [Article](../../be.zvz.kotlininside.api.type/-article/index.md), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [writeAsync](write-async.md)| [jvm]
Content
suspend fun [writeAsync](write-async.md)(): Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.md)>


+| [writeAsync](write-async.html) | [jvm]
suspend fun [writeAsync](write-async.html)(): Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/write-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/write-async.md index 5f747fd5..1347b60f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/write-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/write-async.md @@ -1,14 +1,15 @@ --- -title: writeAsync - +title: writeAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.article](../index.md)/[AsyncArticleWrite](index.md)/[writeAsync](write-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.article](../index.html) +/[AsyncArticleWrite](index.html)/[writeAsync](write-async.html) +# writeAsync +[jvm]\ +suspend fun [writeAsync](write-async.html)(): +Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.html)> -# writeAsync -[jvm] -Content -suspend fun [writeAsync](write-async.md)(): Deferred<[ArticleWrite.WriteResult](../../be.zvz.kotlininside.api.article/-article-write/-write-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/index.md index 70561c9a..756c037f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.article/index.md @@ -1,23 +1,47 @@ --- -title: be.zvz.kotlininside.api.async.article - +title: be.zvz.kotlininside.api.async.article --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.async.article](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.async.article](index.html) +# Package be.zvz.kotlininside.api.async.article +## Types -# Package be.zvz.kotlininside.api.async.article - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [AsyncArticleDelete](-async-article-delete/index.md)| [jvm]
Content
class [AsyncArticleDelete](-async-article-delete/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [AsyncArticleHitUpvote](-async-article-hit-upvote/index.md)| [jvm]
Content
class [AsyncArticleHitUpvote](-async-article-hit-upvote/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncArticleList](-async-article-list/index.md)| [jvm]
Content
class [AsyncArticleList](-async-article-list/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **searchType**: [ArticleList.SearchType](../be.zvz.kotlininside.api.article/-article-list/-search-type/index.md), **page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md)?)


-| [AsyncArticleModify](-async-article-modify/index.md)| [jvm]
Content
class [AsyncArticleModify](-async-article-modify/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncArticleRead](-async-article-read/index.md)| [jvm]
Content
class [AsyncArticleRead](-async-article-read/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md)?)


-| [AsyncArticleReport](-async-article-report/index.md)| [jvm]
Content
class [AsyncArticleReport](-async-article-report/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncArticleVote](-async-article-vote/index.md)| [jvm]
Content
class [AsyncArticleVote](-async-article-vote/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncArticleWrite](-async-article-write/index.md)| [jvm]
Content
class [AsyncArticleWrite](-async-article-write/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **article**: [Article](../be.zvz.kotlininside.api.type/-article/index.md), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [AsyncArticleDelete](-async-article-delete/index.html) | [jvm]
class [AsyncArticleDelete](-async-article-delete/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [AsyncArticleHitUpvote](-async-article-hit-upvote/index.html) | [jvm]
class [AsyncArticleHitUpvote](-async-article-hit-upvote/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncArticleList](-async-article-list/index.html) | [jvm]
class [AsyncArticleList](-async-article-list/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +searchKeyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +searchType**: [ArticleList.SearchType](../be.zvz.kotlininside.api.article/-article-list/-search-type/index.html), ** +page**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +recommend**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +headId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)?) | +| [AsyncArticleModify](-async-article-modify/index.html) | [jvm]
class [AsyncArticleModify](-async-article-modify/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncArticleRead](-async-article-read/index.html) | [jvm]
class [AsyncArticleRead](-async-article-read/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)?) | +| [AsyncArticleReport](-async-article-report/index.html) | [jvm]
class [AsyncArticleReport](-async-article-report/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncArticleVote](-async-article-vote/index.html) | [jvm]
class [AsyncArticleVote](-async-article-vote/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncArticleWrite](-async-article-write/index.html) | [jvm]
class [AsyncArticleWrite](-async-article-write/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +article**: [Article](../be.zvz.kotlininside.api.type/-article/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/-async-comment-delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/-async-comment-delete.md index 0cef884e..8eef0201 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/-async-comment-delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/-async-comment-delete.md @@ -1,16 +1,23 @@ --- -title: AsyncCommentDelete - +title: AsyncCommentDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentDelete](index.md)/[AsyncCommentDelete](-async-comment-delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentDelete](index.html)/[AsyncCommentDelete](-async-comment-delete.html) +# AsyncCommentDelete +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncCommentDelete](-async-comment-delete.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# AsyncCommentDelete -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncCommentDelete](-async-comment-delete.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/delete-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/delete-async.md index 668c5933..505a69d1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/delete-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/delete-async.md @@ -1,14 +1,15 @@ --- -title: deleteAsync - +title: deleteAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentDelete](index.md)/[deleteAsync](delete-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentDelete](index.html)/[deleteAsync](delete-async.html) +# deleteAsync +[jvm]\ +suspend fun [deleteAsync](delete-async.html)(): +Deferred<[CommentDelete.DeleteResult](../../be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.html)> -# deleteAsync -[jvm] -Content -suspend fun [deleteAsync](delete-async.md)(): Deferred<[CommentDelete.DeleteResult](../../be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/index.md index 8a8ed236..ed268097 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/index.md @@ -1,20 +1,22 @@ --- -title: AsyncCommentDelete - +title: AsyncCommentDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentDelete](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentDelete](index.html) +# AsyncCommentDelete +[jvm]\ +class [AsyncCommentDelete](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncCommentDelete - [jvm] class [AsyncCommentDelete](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [deleteAsync](delete-async.md)| [jvm]
Content
suspend fun [deleteAsync](delete-async.md)(): Deferred<[CommentDelete.DeleteResult](../../be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.md)>


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [deleteAsync](delete-async.html) | [jvm]
suspend fun [deleteAsync](delete-async.html)(): Deferred<[CommentDelete.DeleteResult](../../be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/-async-comment-read.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/-async-comment-read.md index e6fb7909..ebd73750 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/-async-comment-read.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/-async-comment-read.md @@ -1,14 +1,17 @@ --- -title: AsyncCommentRead - +title: AsyncCommentRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentRead](index.md)/[AsyncCommentRead](-async-comment-read.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentRead](index.html)/[AsyncCommentRead](-async-comment-read.html) +# AsyncCommentRead +[jvm]\ +fun [AsyncCommentRead](-async-comment-read.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +rePage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# AsyncCommentRead -[jvm] -Content -fun [AsyncCommentRead](-async-comment-read.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rePage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/get-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/get-async.md index ecdb7fc0..580ca387 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/get-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/get-async.md @@ -1,14 +1,15 @@ --- -title: getAsync - +title: getAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentRead](index.md)/[getAsync](get-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentRead](index.html)/[getAsync](get-async.html) +# getAsync +[jvm]\ +suspend fun [getAsync](get-async.html)(): +Deferred<[CommentRead.ReadResult](../../be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.html)> -# getAsync -[jvm] -Content -suspend fun [getAsync](get-async.md)(): Deferred<[CommentRead.ReadResult](../../be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/index.md index e901db18..7c231d5a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/index.md @@ -1,20 +1,20 @@ --- -title: AsyncCommentRead - +title: AsyncCommentRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentRead](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentRead](index.html) +# AsyncCommentRead +[jvm]\ +class [AsyncCommentRead](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# AsyncCommentRead - [jvm] class [AsyncCommentRead](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getAsync](get-async.md)| [jvm]
Content
suspend fun [getAsync](get-async.md)(): Deferred<[CommentRead.ReadResult](../../be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.md)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getAsync](get-async.html) | [jvm]
suspend fun [getAsync](get-async.html)(): Deferred<[CommentRead.ReadResult](../../be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/-async-comment-write.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/-async-comment-write.md index a21a5591..c4a267c5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/-async-comment-write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/-async-comment-write.md @@ -1,16 +1,23 @@ --- -title: AsyncCommentWrite - +title: AsyncCommentWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentWrite](index.md)/[AsyncCommentWrite](-async-comment-write.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentWrite](index.html)/[AsyncCommentWrite](-async-comment-write.html) +# AsyncCommentWrite +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncCommentWrite](-async-comment-write.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +comment: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# AsyncCommentWrite -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncCommentWrite](-async-comment-write.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), comment: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.md), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/index.md index 33ef81f1..7f6ad75c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/index.md @@ -1,21 +1,23 @@ --- -title: AsyncCommentWrite - +title: AsyncCommentWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentWrite](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentWrite](index.html) +# AsyncCommentWrite +[jvm]\ +class [AsyncCommentWrite](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +comment**: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncCommentWrite - [jvm] class [AsyncCommentWrite](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **comment**: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.md), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [replyAsync](reply-async.md)| [jvm]
Content
suspend fun [replyAsync](reply-async.md)(commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [writeAsync](write-async.md)| [jvm]
Content
suspend fun [writeAsync](write-async.md)(): Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md)>


+| [replyAsync](reply-async.html) | [jvm]
suspend fun [replyAsync](reply-async.html)(commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.html)> | +| [writeAsync](write-async.html) | [jvm]
suspend fun [writeAsync](write-async.html)(): Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/reply-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/reply-async.md index 4fd91da5..9432c4b3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/reply-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/reply-async.md @@ -1,14 +1,16 @@ --- -title: replyAsync - +title: replyAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentWrite](index.md)/[replyAsync](reply-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentWrite](index.html)/[replyAsync](reply-async.html) +# replyAsync +[jvm]\ +suspend fun [replyAsync](reply-async.html)( +commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): +Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.html)> -# replyAsync -[jvm] -Content -suspend fun [replyAsync](reply-async.md)(commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/write-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/write-async.md index e0342994..ad8a34fc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/write-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/write-async.md @@ -1,14 +1,15 @@ --- -title: writeAsync - +title: writeAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.comment](../index.md)/[AsyncCommentWrite](index.md)/[writeAsync](write-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.comment](../index.html) +/[AsyncCommentWrite](index.html)/[writeAsync](write-async.html) +# writeAsync +[jvm]\ +suspend fun [writeAsync](write-async.html)(): +Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.html)> -# writeAsync -[jvm] -Content -suspend fun [writeAsync](write-async.md)(): Deferred<[CommentWrite.WriteResult](../../be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/index.md index 40c7825e..9da5bb96 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.comment/index.md @@ -1,18 +1,26 @@ --- -title: be.zvz.kotlininside.api.async.comment - +title: be.zvz.kotlininside.api.async.comment --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.async.comment](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.async.comment](index.html) +# Package be.zvz.kotlininside.api.async.comment +## Types -# Package be.zvz.kotlininside.api.async.comment - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [AsyncCommentDelete](-async-comment-delete/index.md)| [jvm]
Content
class [AsyncCommentDelete](-async-comment-delete/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [AsyncCommentRead](-async-comment-read/index.md)| [jvm]
Content
class [AsyncCommentRead](-async-comment-read/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


-| [AsyncCommentWrite](-async-comment-write/index.md)| [jvm]
Content
class [AsyncCommentWrite](-async-comment-write/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **comment**: [Comment](../be.zvz.kotlininside.api.type.comment/-comment/index.md), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [AsyncCommentDelete](-async-comment-delete/index.html) | [jvm]
class [AsyncCommentDelete](-async-comment-delete/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [AsyncCommentRead](-async-comment-read/index.html) | [jvm]
class [AsyncCommentRead](-async-comment-read/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | +| [AsyncCommentWrite](-async-comment-write/index.html) | [jvm]
class [AsyncCommentWrite](-async-comment-write/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +comment**: [Comment](../be.zvz.kotlininside.api.type.comment/-comment/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/-async-d-c-con-buy.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/-async-d-c-con-buy.md index 544259a5..fd78894a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/-async-d-c-con-buy.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/-async-d-c-con-buy.md @@ -1,14 +1,15 @@ --- -title: AsyncDCConBuy - +title: AsyncDCConBuy --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConBuy](index.md)/[AsyncDCConBuy](-async-d-c-con-buy.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html)/[AsyncDCConBuy](index.html) +/[AsyncDCConBuy](-async-d-c-con-buy.html) +# AsyncDCConBuy +[jvm]\ +fun [AsyncDCConBuy](-async-d-c-con-buy.html)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncDCConBuy -[jvm] -Content -fun [AsyncDCConBuy](-async-d-c-con-buy.md)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/buy-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/buy-async.md index 2bcd7164..c31ee21a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/buy-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/buy-async.md @@ -1,14 +1,15 @@ --- -title: buyAsync - +title: buyAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConBuy](index.md)/[buyAsync](buy-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html)/[AsyncDCConBuy](index.html) +/[buyAsync](buy-async.html) +# buyAsync +[jvm]\ +suspend fun [buyAsync](buy-async.html)(): +Deferred<[DCConBuy.BuyResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.html)> -# buyAsync -[jvm] -Content -suspend fun [buyAsync](buy-async.md)(): Deferred<[DCConBuy.BuyResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/index.md index 5bc6ceb9..2439bf96 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/index.md @@ -1,20 +1,17 @@ --- -title: AsyncDCConBuy - +title: AsyncDCConBuy --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConBuy](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html)/[AsyncDCConBuy](index.html) +# AsyncDCConBuy +[jvm]\ +class [AsyncDCConBuy](index.html)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncDCConBuy - [jvm] class [AsyncDCConBuy](index.md)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [buyAsync](buy-async.md)| [jvm]
Content
suspend fun [buyAsync](buy-async.md)(): Deferred<[DCConBuy.BuyResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.md)>


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [buyAsync](buy-async.html) | [jvm]
suspend fun [buyAsync](buy-async.html)(): Deferred<[DCConBuy.BuyResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/-async-d-c-con-detail.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/-async-d-c-con-detail.md index 76a7f335..8366661d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/-async-d-c-con-detail.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/-async-d-c-con-detail.md @@ -1,14 +1,15 @@ --- -title: AsyncDCConDetail - +title: AsyncDCConDetail --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConDetail](index.md)/[AsyncDCConDetail](-async-d-c-con-detail.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html) +/[AsyncDCConDetail](index.html)/[AsyncDCConDetail](-async-d-c-con-detail.html) +# AsyncDCConDetail +[jvm]\ +fun [AsyncDCConDetail](-async-d-c-con-detail.html)( +dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)) -# AsyncDCConDetail -[jvm] -Content -fun [AsyncDCConDetail](-async-d-c-con-detail.md)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/get-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/get-async.md index af717fc1..3f0d87be 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/get-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/get-async.md @@ -1,14 +1,15 @@ --- -title: getAsync - +title: getAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConDetail](index.md)/[getAsync](get-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html) +/[AsyncDCConDetail](index.html)/[getAsync](get-async.html) +# getAsync +[jvm]\ +suspend fun [getAsync](get-async.html)(): +Deferred<[DCConDetail.DetailResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.html)> -# getAsync -[jvm] -Content -suspend fun [getAsync](get-async.md)(): Deferred<[DCConDetail.DetailResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/index.md index edb2bc2e..27306201 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/index.md @@ -1,20 +1,17 @@ --- -title: AsyncDCConDetail - +title: AsyncDCConDetail --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConDetail](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html) +/[AsyncDCConDetail](index.html) +# AsyncDCConDetail +[jvm]\ +class [AsyncDCConDetail](index.html)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)) -# AsyncDCConDetail - [jvm] class [AsyncDCConDetail](index.md)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getAsync](get-async.md)| [jvm]
Content
suspend fun [getAsync](get-async.md)(): Deferred<[DCConDetail.DetailResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.md)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getAsync](get-async.html) | [jvm]
suspend fun [getAsync](get-async.html)(): Deferred<[DCConDetail.DetailResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/-async-d-c-con-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/-async-d-c-con-list.md index d44d26f1..d301c784 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/-async-d-c-con-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/-async-d-c-con-list.md @@ -1,14 +1,15 @@ --- -title: AsyncDCConList - +title: AsyncDCConList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConList](index.md)/[AsyncDCConList](-async-d-c-con-list.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html)/[AsyncDCConList](index.html) +/[AsyncDCConList](-async-d-c-con-list.html) +# AsyncDCConList +[jvm]\ +fun [AsyncDCConList](-async-d-c-con-list.html)( +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncDCConList -[jvm] -Content -fun [AsyncDCConList](-async-d-c-con-list.md)(session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/index.md index 085188a3..08787ea0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/index.md @@ -1,20 +1,16 @@ --- -title: AsyncDCConList - +title: AsyncDCConList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConList](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html)/[AsyncDCConList](index.html) +# AsyncDCConList +[jvm]\ +class [AsyncDCConList](index.html)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncDCConList - [jvm] class [AsyncDCConList](index.md)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[DCConList.ListResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[DCConList.ListResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/request-async.md index f04a9bbf..1c7aaf09 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/request-async.md @@ -1,14 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.dccon](../index.md)/[AsyncDCConList](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.dccon](../index.html)/[AsyncDCConList](index.html) +/[requestAsync](request-async.html) +# requestAsync +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[DCConList.ListResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.html)> -# requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): Deferred<[DCConList.ListResult](../../be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/index.md index 5dd449be..610c7dd2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/index.md @@ -1,18 +1,19 @@ --- -title: be.zvz.kotlininside.api.async.dccon - +title: be.zvz.kotlininside.api.async.dccon --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.async.dccon](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.async.dccon](index.html) +# Package be.zvz.kotlininside.api.async.dccon +## Types -# Package be.zvz.kotlininside.api.async.dccon - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [AsyncDCConBuy](-async-d-c-con-buy/index.md)| [jvm]
Content
class [AsyncDCConBuy](-async-d-c-con-buy/index.md)(**dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.md), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncDCConDetail](-async-d-c-con-detail/index.md)| [jvm]
Content
class [AsyncDCConDetail](-async-d-c-con-detail/index.md)(**dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.md))


-| [AsyncDCConList](-async-d-c-con-list/index.md)| [jvm]
Content
class [AsyncDCConList](-async-d-c-con-list/index.md)(**session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


+| [AsyncDCConBuy](-async-d-c-con-buy/index.html) | [jvm]
class [AsyncDCConBuy](-async-d-c-con-buy/index.html)(** +dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncDCConDetail](-async-d-c-con-detail/index.html) | [jvm]
class [AsyncDCConDetail](-async-d-c-con-detail/index.html)(** +dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.html)) | +| [AsyncDCConList](-async-d-c-con-list/index.html) | [jvm]
class [AsyncDCConList](-async-d-c-con-list/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/-async-join-mini-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/-async-join-mini-gallery.md index 77fa256e..50a0e682 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/-async-join-mini-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/-async-join-mini-gallery.md @@ -1,16 +1,16 @@ --- -title: AsyncJoinMiniGallery - +title: AsyncJoinMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncJoinMiniGallery](index.md)/[AsyncJoinMiniGallery](-async-join-mini-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncJoinMiniGallery](index.html)/[AsyncJoinMiniGallery](-async-join-mini-gallery.html) # AsyncJoinMiniGallery -[jvm] -Content -fun [AsyncJoinMiniGallery](-async-join-mini-gallery.md)( +[jvm]\ +fun [AsyncJoinMiniGallery](-async-join-mini-gallery.html)( gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/index.md index d5d6ff04..b98575c2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/index.md @@ -1,23 +1,21 @@ --- -title: AsyncJoinMiniGallery - +title: AsyncJoinMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncJoinMiniGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncJoinMiniGallery](index.html) # AsyncJoinMiniGallery -[jvm] class [AsyncJoinMiniGallery](index.md)(** +[jvm]\ +class [AsyncJoinMiniGallery](index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [joinAsync](join-async.md)| [jvm]
Content
suspend fun [joinAsync](join-async.md)(): Deferred<[Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[JoinMiniGallery.MemberJoinResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md), [JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md)>>


-| [requestMemberJoinAsync](request-member-join-async.md)| [jvm]
Content
suspend fun [requestMemberJoinAsync](request-member-join-async.md)(): Deferred<[JoinMiniGallery.MemberJoinResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md)>


-| [requestMemberJoinOkAsync](request-member-join-ok-async.md)| [jvm]
Content
suspend fun [requestMemberJoinOkAsync](request-member-join-ok-async.md)(): Deferred<[JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [joinAsync](join-async.html) | [jvm]
suspend fun [joinAsync](join-async.html)(): Deferred<[Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[JoinMiniGallery.MemberJoinResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.html), [JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.html)>> | +| [requestMemberJoinAsync](request-member-join-async.html) | [jvm]
suspend fun [requestMemberJoinAsync](request-member-join-async.html)(): Deferred<[JoinMiniGallery.MemberJoinResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.html)> | +| [requestMemberJoinOkAsync](request-member-join-ok-async.html) | [jvm]
suspend fun [requestMemberJoinOkAsync](request-member-join-ok-async.html)(): Deferred<[JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/join-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/join-async.md index 5ae9d1e1..1179c605 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/join-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/join-async.md @@ -1,17 +1,17 @@ --- -title: joinAsync - +title: joinAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncJoinMiniGallery](index.md)/[joinAsync](join-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncJoinMiniGallery](index.html)/[joinAsync](join-async.html) # joinAsync -[jvm] -Content -suspend fun [joinAsync](join-async.md)(): +[jvm]\ +suspend fun [joinAsync](join-async.html)(): Deferred<[Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[JoinMiniGallery.MemberJoinResult]( -../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md) -, [JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md)>> +../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.html) +, [JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.html)>> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-async.md index b758f261..966c1d49 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-async.md @@ -1,15 +1,15 @@ --- -title: requestMemberJoinAsync - +title: requestMemberJoinAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncJoinMiniGallery](index.md)/[requestMemberJoinAsync](request-member-join-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncJoinMiniGallery](index.html)/[requestMemberJoinAsync](request-member-join-async.html) # requestMemberJoinAsync -[jvm] -Content -suspend fun [requestMemberJoinAsync](request-member-join-async.md)(): -Deferred<[JoinMiniGallery.MemberJoinResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md)> +[jvm]\ +suspend fun [requestMemberJoinAsync](request-member-join-async.html)(): +Deferred<[JoinMiniGallery.MemberJoinResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-ok-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-ok-async.md index b3c30880..eebe2958 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-ok-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-ok-async.md @@ -1,15 +1,15 @@ --- -title: requestMemberJoinOkAsync - +title: requestMemberJoinOkAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncJoinMiniGallery](index.md)/[requestMemberJoinOkAsync](request-member-join-ok-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncJoinMiniGallery](index.html)/[requestMemberJoinOkAsync](request-member-join-ok-async.html) # requestMemberJoinOkAsync -[jvm] -Content -suspend fun [requestMemberJoinOkAsync](request-member-join-ok-async.md)(): -Deferred<[JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md)> +[jvm]\ +suspend fun [requestMemberJoinOkAsync](request-member-join-ok-async.html)(): +Deferred<[JoinMiniGallery.MemberJoinOkResult](../../be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/-async-quit-mini-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/-async-quit-mini-gallery.md index 89d8a98f..3b205b73 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/-async-quit-mini-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/-async-quit-mini-gallery.md @@ -1,16 +1,16 @@ --- -title: AsyncQuitMiniGallery - +title: AsyncQuitMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncQuitMiniGallery](index.md)/[AsyncQuitMiniGallery](-async-quit-mini-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncQuitMiniGallery](index.html)/[AsyncQuitMiniGallery](-async-quit-mini-gallery.html) # AsyncQuitMiniGallery -[jvm] -Content -fun [AsyncQuitMiniGallery](-async-quit-mini-gallery.md)( +[jvm]\ +fun [AsyncQuitMiniGallery](-async-quit-mini-gallery.html)( gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/index.md index e8e2464b..e53656f0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/index.md @@ -1,21 +1,19 @@ --- -title: AsyncQuitMiniGallery - +title: AsyncQuitMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncQuitMiniGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncQuitMiniGallery](index.html) # AsyncQuitMiniGallery -[jvm] class [AsyncQuitMiniGallery](index.md)(** +[jvm]\ +class [AsyncQuitMiniGallery](index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [quitAsync](quit-async.md)| [jvm]
Content
suspend fun [quitAsync](quit-async.md)(): Deferred<[QuitMiniGallery.MemberQuitResult](../../be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [quitAsync](quit-async.html) | [jvm]
suspend fun [quitAsync](quit-async.html)(): Deferred<[QuitMiniGallery.MemberQuitResult](../../be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/quit-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/quit-async.md index f4c61b32..ba99c984 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/quit-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/quit-async.md @@ -1,15 +1,15 @@ --- -title: quitAsync - +title: quitAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.md) -/[AsyncQuitMiniGallery](index.md)/[quitAsync](quit-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](../index.html) +/[AsyncQuitMiniGallery](index.html)/[quitAsync](quit-async.html) # quitAsync -[jvm] -Content -suspend fun [quitAsync](quit-async.md)(): -Deferred<[QuitMiniGallery.MemberQuitResult](../../be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.md)> +[jvm]\ +suspend fun [quitAsync](quit-async.html)(): +Deferred<[QuitMiniGallery.MemberQuitResult](../../be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/index.md index ddcbc377..5eff8dab 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/index.md @@ -1,18 +1,18 @@ --- -title: be.zvz.kotlininside.api.async.generic.minigallery - +title: be.zvz.kotlininside.api.async.generic.minigallery --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.async.generic.minigallery](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.async.generic.minigallery](index.html) # Package be.zvz.kotlininside.api.async.generic.minigallery ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [AsyncJoinMiniGallery](-async-join-mini-gallery/index.md)| [jvm]
Content
class [AsyncJoinMiniGallery](-async-join-mini-gallery/index.md)(** +| [AsyncJoinMiniGallery](-async-join-mini-gallery/index.html) | [jvm]
class [AsyncJoinMiniGallery](-async-join-mini-gallery/index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncQuitMiniGallery](-async-quit-mini-gallery/index.md)| [jvm]
Content
class [AsyncQuitMiniGallery](-async-quit-mini-gallery/index.md)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncQuitMiniGallery](-async-quit-mini-gallery/index.html) | [jvm]
class [AsyncQuitMiniGallery](-async-quit-mini-gallery/index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


+session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/-async-check-joined-mini-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/-async-check-joined-mini-gallery.md index 8611bc4b..72078783 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/-async-check-joined-mini-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/-async-check-joined-mini-gallery.md @@ -1,15 +1,15 @@ --- -title: AsyncCheckJoinedMiniGallery - +title: AsyncCheckJoinedMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncCheckJoinedMiniGallery](index.md)/[AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncCheckJoinedMiniGallery](index.html)/[AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery.html) # AsyncCheckJoinedMiniGallery -[jvm] -Content -fun [AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery.md)( -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +fun [AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery.html)( +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/index.md index 5ebf580b..33fc76d4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/index.md @@ -1,20 +1,18 @@ --- -title: AsyncCheckJoinedMiniGallery - +title: AsyncCheckJoinedMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncCheckJoinedMiniGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncCheckJoinedMiniGallery](index.html) # AsyncCheckJoinedMiniGallery -[jvm] class [AsyncCheckJoinedMiniGallery](index.md)(** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +class [AsyncCheckJoinedMiniGallery](index.html)(** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[CheckJoinedMiniGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[CheckJoinedMiniGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/request-async.md index 97ccae4b..0bb9b1a0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/request-async.md @@ -1,15 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncCheckJoinedMiniGallery](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncCheckJoinedMiniGallery](index.html)/[requestAsync](request-async.html) # requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): -Deferred<[CheckJoinedMiniGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.md)> +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[CheckJoinedMiniGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/-async-check-managed-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/-async-check-managed-gallery.md index bddb38a1..b7c6db0b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/-async-check-managed-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/-async-check-managed-gallery.md @@ -1,15 +1,15 @@ --- -title: AsyncCheckManagedGallery - +title: AsyncCheckManagedGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncCheckManagedGallery](index.md)/[AsyncCheckManagedGallery](-async-check-managed-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncCheckManagedGallery](index.html)/[AsyncCheckManagedGallery](-async-check-managed-gallery.html) # AsyncCheckManagedGallery -[jvm] -Content -fun [AsyncCheckManagedGallery](-async-check-managed-gallery.md)( -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +fun [AsyncCheckManagedGallery](-async-check-managed-gallery.html)( +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/index.md index b91335f4..26bb9900 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/index.md @@ -1,20 +1,18 @@ --- -title: AsyncCheckManagedGallery - +title: AsyncCheckManagedGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncCheckManagedGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncCheckManagedGallery](index.html) # AsyncCheckManagedGallery -[jvm] class [AsyncCheckManagedGallery](index.md)(** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +class [AsyncCheckManagedGallery](index.html)(** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[CheckManagedGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[CheckManagedGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/request-async.md index ebfe945b..5c81fe75 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/request-async.md @@ -1,15 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncCheckManagedGallery](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncCheckManagedGallery](index.html)/[requestAsync](request-async.html) # requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): -Deferred<[CheckManagedGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.md)> +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[CheckManagedGallery.CheckResult](../../be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/-async-modify-my-gall.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/-async-modify-my-gall.md index 0f793e0d..ef08105b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/-async-modify-my-gall.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/-async-modify-my-gall.md @@ -1,17 +1,17 @@ --- -title: AsyncModifyMyGall - +title: AsyncModifyMyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncModifyMyGall](index.md)/[AsyncModifyMyGall](-async-modify-my-gall.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncModifyMyGall](index.html)/[AsyncModifyMyGall](-async-modify-my-gall.html) # AsyncModifyMyGall -[jvm] -Content -fun [AsyncModifyMyGall](-async-modify-my-gall.md)( +[jvm]\ +fun [AsyncModifyMyGall](-async-modify-my-gall.html)( gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/index.md index 9c33397a..b437ff42 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/index.md @@ -1,22 +1,20 @@ --- -title: AsyncModifyMyGall - +title: AsyncModifyMyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncModifyMyGall](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncModifyMyGall](index.html) # AsyncModifyMyGall -[jvm] class [AsyncModifyMyGall](index.md)(** +[jvm]\ +class [AsyncModifyMyGall](index.html)(** gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[ModifyMyGall.ModifyMyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[ModifyMyGall.ModifyMyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/request-async.md index 0f3ad46e..f1cb176a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/request-async.md @@ -1,15 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md) -/[AsyncModifyMyGall](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncModifyMyGall](index.html)/[requestAsync](request-async.html) # requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): -Deferred<[ModifyMyGall.ModifyMyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.md)> +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[ModifyMyGall.ModifyMyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/-async-my-gall.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/-async-my-gall.md index 28525efa..f31ae7a7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/-async-my-gall.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/-async-my-gall.md @@ -1,14 +1,14 @@ --- -title: AsyncMyGall - +title: AsyncMyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md)/[AsyncMyGall](index.md) -/[AsyncMyGall](-async-my-gall.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncMyGall](index.html)/[AsyncMyGall](-async-my-gall.html) # AsyncMyGall -[jvm] -Content -fun [AsyncMyGall](-async-my-gall.md)(session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +fun [AsyncMyGall](-async-my-gall.html)(session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/index.md index 58b2f2bb..50a6d192 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/index.md @@ -1,18 +1,17 @@ --- -title: AsyncMyGall - +title: AsyncMyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md)/[AsyncMyGall](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncMyGall](index.html) # AsyncMyGall -[jvm] class [AsyncMyGall](index.md)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +class [AsyncMyGall](index.html)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[MyGall.MyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[MyGall.MyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/request-async.md index 1845c9ee..c5659645 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/request-async.md @@ -1,15 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.md)/[AsyncMyGall](index.md) -/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](../index.html) +/[AsyncMyGall](index.html)/[requestAsync](request-async.html) # requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): -Deferred<[MyGall.MyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.md)> +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[MyGall.MyGallResult](../../be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/index.md index b403aa6a..8902111c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/index.md @@ -1,22 +1,22 @@ --- -title: be.zvz.kotlininside.api.async.generic.userinfo - +title: be.zvz.kotlininside.api.async.generic.userinfo --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.async.generic.userinfo](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.async.generic.userinfo](index.html) # Package be.zvz.kotlininside.api.async.generic.userinfo ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery/index.md)| [jvm]
Content
class [AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery/index.md)(** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncCheckManagedGallery](-async-check-managed-gallery/index.md)| [jvm]
Content
class [AsyncCheckManagedGallery](-async-check-managed-gallery/index.md)(** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncModifyMyGall](-async-modify-my-gall/index.md)| [jvm]
Content
class [AsyncModifyMyGall](-async-modify-my-gall/index.md)(** +| [AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery/index.html) | [jvm]
class [AsyncCheckJoinedMiniGallery](-async-check-joined-mini-gallery/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncCheckManagedGallery](-async-check-managed-gallery/index.html) | [jvm]
class [AsyncCheckManagedGallery](-async-check-managed-gallery/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncModifyMyGall](-async-modify-my-gall/index.html) | [jvm]
class [AsyncModifyMyGall](-async-modify-my-gall/index.html)(** gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncMyGall](-async-my-gall/index.md)| [jvm]
Content
class [AsyncMyGall](-async-my-gall/index.md)(** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


+session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncMyGall](-async-my-gall/index.html) | [jvm]
class [AsyncMyGall](-async-my-gall/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/-async-gallery-ranking.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/-async-gallery-ranking.md index 9518c841..88da96d5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/-async-gallery-ranking.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/-async-gallery-ranking.md @@ -1,14 +1,14 @@ --- -title: AsyncGalleryRanking - +title: AsyncGalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncGalleryRanking](index.md)/[AsyncGalleryRanking](-async-gallery-ranking.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncGalleryRanking](index.html)/[AsyncGalleryRanking](-async-gallery-ranking.html) +# AsyncGalleryRanking +[jvm]\ +fun [AsyncGalleryRanking](-async-gallery-ranking.html)() -# AsyncGalleryRanking -[jvm] -Content -fun [AsyncGalleryRanking](-async-gallery-ranking.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/get-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/get-async.md index 5b6bd903..49da36e6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/get-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/get-async.md @@ -1,14 +1,16 @@ --- -title: getAsync - +title: getAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncGalleryRanking](index.md)/[getAsync](get-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncGalleryRanking](index.html)/[getAsync](get-async.html) +# getAsync +[jvm]\ +suspend fun [getAsync](get-async.html)(): +Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem]( +../../be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.html)>> -# getAsync -[jvm] -Content -suspend fun [getAsync](get-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem](../../be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/index.md index 187a68b4..d91b040e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/index.md @@ -1,20 +1,17 @@ --- -title: AsyncGalleryRanking - +title: AsyncGalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncGalleryRanking](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncGalleryRanking](index.html) +# AsyncGalleryRanking +[jvm]\ +class [AsyncGalleryRanking](index.html) -# AsyncGalleryRanking - [jvm] class [AsyncGalleryRanking](index.md) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getAsync](get-async.md)| [jvm]
Content
suspend fun [getAsync](get-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem](../../be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.md)>>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getAsync](get-async.html) | [jvm]
suspend fun [getAsync](get-async.html)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem](../../be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.html)>> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/-async-gallery-search.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/-async-gallery-search.md index 588d904e..2a46e9d5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/-async-gallery-search.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/-async-gallery-search.md @@ -1,14 +1,15 @@ --- -title: AsyncGallerySearch - +title: AsyncGallerySearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncGallerySearch](index.md)/[AsyncGallerySearch](-async-gallery-search.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncGallerySearch](index.html)/[AsyncGallerySearch](-async-gallery-search.html) +# AsyncGallerySearch +[jvm]\ +fun [AsyncGallerySearch](-async-gallery-search.html)( +keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncGallerySearch -[jvm] -Content -fun [AsyncGallerySearch](-async-gallery-search.md)(keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/index.md index 689d3b31..26c93f5b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/index.md @@ -1,20 +1,18 @@ --- -title: AsyncGallerySearch - +title: AsyncGallerySearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncGallerySearch](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncGallerySearch](index.html) +# AsyncGallerySearch +[jvm]\ +class [AsyncGallerySearch](index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncGallerySearch - [jvm] class [AsyncGallerySearch](index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [searchAsync](search-async.md)| [jvm]
Content
suspend fun [searchAsync](search-async.md)(): Deferred<[GallerySearch.GallerySearchResult](../../be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [searchAsync](search-async.html) | [jvm]
suspend fun [searchAsync](search-async.html)(): Deferred<[GallerySearch.GallerySearchResult](../../be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/search-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/search-async.md index 2488baf4..81c7dd53 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/search-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/search-async.md @@ -1,14 +1,15 @@ --- -title: searchAsync - +title: searchAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncGallerySearch](index.md)/[searchAsync](search-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncGallerySearch](index.html)/[searchAsync](search-async.html) +# searchAsync +[jvm]\ +suspend fun [searchAsync](search-async.html)(): +Deferred<[GallerySearch.GallerySearchResult](../../be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.html)> -# searchAsync -[jvm] -Content -suspend fun [searchAsync](search-async.md)(): Deferred<[GallerySearch.GallerySearchResult](../../be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/-async-main-page.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/-async-main-page.md index 8f71c6fd..3cc0cc33 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/-async-main-page.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/-async-main-page.md @@ -1,14 +1,14 @@ --- -title: AsyncMainPage - +title: AsyncMainPage --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMainPage](index.md)/[AsyncMainPage](-async-main-page.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html)/[AsyncMainPage](index.html) +/[AsyncMainPage](-async-main-page.html) +# AsyncMainPage +[jvm]\ +fun [AsyncMainPage](-async-main-page.html)() -# AsyncMainPage -[jvm] -Content -fun [AsyncMainPage](-async-main-page.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-best-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-best-async.md index a6e1889d..c6b1ea7a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-best-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-best-async.md @@ -1,14 +1,16 @@ --- -title: getBestAsync - +title: getBestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMainPage](index.md)/[getBestAsync](get-best-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html)/[AsyncMainPage](index.html) +/[getBestAsync](get-best-async.html) +# getBestAsync +[jvm]\ +suspend fun [getBestAsync](get-best-async.html)(): +Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article]( +../../be.zvz.kotlininside.api.generic/-main-page/-article/index.html)>> -# getBestAsync -[jvm] -Content -suspend fun [getBestAsync](get-best-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-hit-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-hit-async.md index 5fcf4bbc..3dc151cf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-hit-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-hit-async.md @@ -1,14 +1,16 @@ --- -title: getHitAsync - +title: getHitAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMainPage](index.md)/[getHitAsync](get-hit-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html)/[AsyncMainPage](index.html) +/[getHitAsync](get-hit-async.html) +# getHitAsync +[jvm]\ +suspend fun [getHitAsync](get-hit-async.html)(): +Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article]( +../../be.zvz.kotlininside.api.generic/-main-page/-article/index.html)>> -# getHitAsync -[jvm] -Content -suspend fun [getHitAsync](get-hit-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-issue-zoom-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-issue-zoom-async.md index 504757b7..d7c1aae9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-issue-zoom-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-issue-zoom-async.md @@ -1,14 +1,16 @@ --- -title: getIssueZoomAsync - +title: getIssueZoomAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMainPage](index.md)/[getIssueZoomAsync](get-issue-zoom-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html)/[AsyncMainPage](index.html) +/[getIssueZoomAsync](get-issue-zoom-async.html) +# getIssueZoomAsync +[jvm]\ +suspend fun [getIssueZoomAsync](get-issue-zoom-async.html)(): +Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article]( +../../be.zvz.kotlininside.api.generic/-main-page/-article/index.html)>> -# getIssueZoomAsync -[jvm] -Content -suspend fun [getIssueZoomAsync](get-issue-zoom-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-new-gallery-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-new-gallery-async.md index 7d637e74..eb71b9ba 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-new-gallery-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-new-gallery-async.md @@ -1,14 +1,16 @@ --- -title: getNewGalleryAsync - +title: getNewGalleryAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMainPage](index.md)/[getNewGalleryAsync](get-new-gallery-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html)/[AsyncMainPage](index.html) +/[getNewGalleryAsync](get-new-gallery-async.html) +# getNewGalleryAsync +[jvm]\ +suspend fun [getNewGalleryAsync](get-new-gallery-async.html)(): +Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery]( +../../be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.html)>> -# getNewGalleryAsync -[jvm] -Content -suspend fun [getNewGalleryAsync](get-new-gallery-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery](../../be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/index.md index 3c7bcff9..43108321 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/index.md @@ -1,24 +1,20 @@ --- -title: AsyncMainPage - +title: AsyncMainPage --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMainPage](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html)/[AsyncMainPage](index.html) +# AsyncMainPage +[jvm]\ +class [AsyncMainPage](index.html) -# AsyncMainPage - [jvm] class [AsyncMainPage](index.md) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getBestAsync](get-best-async.md)| [jvm]
Content
suspend fun [getBestAsync](get-best-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.md)>>


-| [getHitAsync](get-hit-async.md)| [jvm]
Content
suspend fun [getHitAsync](get-hit-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.md)>>


-| [getIssueZoomAsync](get-issue-zoom-async.md)| [jvm]
Content
suspend fun [getIssueZoomAsync](get-issue-zoom-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.md)>>


-| [getNewGalleryAsync](get-new-gallery-async.md)| [jvm]
Content
suspend fun [getNewGalleryAsync](get-new-gallery-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery](../../be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.md)>>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getBestAsync](get-best-async.html) | [jvm]
suspend fun [getBestAsync](get-best-async.html)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.html)>> | +| [getHitAsync](get-hit-async.html) | [jvm]
suspend fun [getHitAsync](get-hit-async.html)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.html)>> | +| [getIssueZoomAsync](get-issue-zoom-async.html) | [jvm]
suspend fun [getIssueZoomAsync](get-issue-zoom-async.html)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](../../be.zvz.kotlininside.api.generic/-main-page/-article/index.html)>> | +| [getNewGalleryAsync](get-new-gallery-async.html) | [jvm]
suspend fun [getNewGalleryAsync](get-new-gallery-async.html)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery](../../be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.html)>> | +| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/request-async.md index 017256b3..d94441f4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/request-async.md @@ -1,14 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMainPage](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html)/[AsyncMainPage](index.html) +/[requestAsync](request-async.html) +# requestAsync +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> -# requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): Deferred<[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/-async-minor-gallery-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/-async-minor-gallery-info.md index 2b25e556..72cdab61 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/-async-minor-gallery-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/-async-minor-gallery-info.md @@ -1,14 +1,15 @@ --- -title: AsyncMinorGalleryInfo - +title: AsyncMinorGalleryInfo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMinorGalleryInfo](index.md)/[AsyncMinorGalleryInfo](-async-minor-gallery-info.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncMinorGalleryInfo](index.html)/[AsyncMinorGalleryInfo](-async-minor-gallery-info.html) +# AsyncMinorGalleryInfo +[jvm]\ +fun [AsyncMinorGalleryInfo](-async-minor-gallery-info.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncMinorGalleryInfo -[jvm] -Content -fun [AsyncMinorGalleryInfo](-async-minor-gallery-info.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/get-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/get-async.md index 2165f36a..a47bda7c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/get-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/get-async.md @@ -1,14 +1,15 @@ --- -title: getAsync - +title: getAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMinorGalleryInfo](index.md)/[getAsync](get-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncMinorGalleryInfo](index.html)/[getAsync](get-async.html) +# getAsync +[jvm]\ +suspend fun [getAsync](get-async.html)(): +Deferred<[MinorGalleryInfo.InfoResult](../../be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.html)> -# getAsync -[jvm] -Content -suspend fun [getAsync](get-async.md)(): Deferred<[MinorGalleryInfo.InfoResult](../../be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/index.md index 931f597e..c74a4c44 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/index.md @@ -1,20 +1,18 @@ --- -title: AsyncMinorGalleryInfo - +title: AsyncMinorGalleryInfo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMinorGalleryInfo](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncMinorGalleryInfo](index.html) +# AsyncMinorGalleryInfo +[jvm]\ +class [AsyncMinorGalleryInfo](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncMinorGalleryInfo - [jvm] class [AsyncMinorGalleryInfo](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getAsync](get-async.md)| [jvm]
Content
suspend fun [getAsync](get-async.md)(): Deferred<[MinorGalleryInfo.InfoResult](../../be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.md)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getAsync](get-async.html) | [jvm]
suspend fun [getAsync](get-async.html)(): Deferred<[MinorGalleryInfo.InfoResult](../../be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/-async-minor-gallery-ranking.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/-async-minor-gallery-ranking.md index a3051e99..09accbd3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/-async-minor-gallery-ranking.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/-async-minor-gallery-ranking.md @@ -1,14 +1,14 @@ --- -title: AsyncMinorGalleryRanking - +title: AsyncMinorGalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMinorGalleryRanking](index.md)/[AsyncMinorGalleryRanking](-async-minor-gallery-ranking.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncMinorGalleryRanking](index.html)/[AsyncMinorGalleryRanking](-async-minor-gallery-ranking.html) +# AsyncMinorGalleryRanking +[jvm]\ +fun [AsyncMinorGalleryRanking](-async-minor-gallery-ranking.html)() -# AsyncMinorGalleryRanking -[jvm] -Content -fun [AsyncMinorGalleryRanking](-async-minor-gallery-ranking.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/get-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/get-async.md index 81303553..13b513d0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/get-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/get-async.md @@ -1,14 +1,16 @@ --- -title: getAsync - +title: getAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMinorGalleryRanking](index.md)/[getAsync](get-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncMinorGalleryRanking](index.html)/[getAsync](get-async.html) +# getAsync +[jvm]\ +suspend fun [getAsync](get-async.html)(): +Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem]( +../../be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.html)>> -# getAsync -[jvm] -Content -suspend fun [getAsync](get-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem](../../be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/index.md index 6b64fec8..bbfe5e1d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/index.md @@ -1,20 +1,17 @@ --- -title: AsyncMinorGalleryRanking - +title: AsyncMinorGalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncMinorGalleryRanking](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncMinorGalleryRanking](index.html) +# AsyncMinorGalleryRanking +[jvm]\ +class [AsyncMinorGalleryRanking](index.html) -# AsyncMinorGalleryRanking - [jvm] class [AsyncMinorGalleryRanking](index.md) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getAsync](get-async.md)| [jvm]
Content
suspend fun [getAsync](get-async.md)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem](../../be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.md)>>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getAsync](get-async.html) | [jvm]
suspend fun [getAsync](get-async.html)(): Deferred<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem](../../be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.html)>> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/-async-total-search.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/-async-total-search.md index 98b2449e..18b40f42 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/-async-total-search.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/-async-total-search.md @@ -1,14 +1,15 @@ --- -title: AsyncTotalSearch - +title: AsyncTotalSearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncTotalSearch](index.md)/[AsyncTotalSearch](-async-total-search.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncTotalSearch](index.html)/[AsyncTotalSearch](-async-total-search.html) +# AsyncTotalSearch +[jvm]\ +fun [AsyncTotalSearch](-async-total-search.html)( +keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncTotalSearch -[jvm] -Content -fun [AsyncTotalSearch](-async-total-search.md)(keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/index.md index 2f638678..a76a7b1d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/index.md @@ -1,20 +1,18 @@ --- -title: AsyncTotalSearch - +title: AsyncTotalSearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncTotalSearch](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncTotalSearch](index.html) +# AsyncTotalSearch +[jvm]\ +class [AsyncTotalSearch](index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# AsyncTotalSearch - [jvm] class [AsyncTotalSearch](index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [searchAsync](search-async.md)| [jvm]
Content
suspend fun [searchAsync](search-async.md)(): Deferred<[TotalSearch.TotalSearchResult](../../be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [searchAsync](search-async.html) | [jvm]
suspend fun [searchAsync](search-async.html)(): Deferred<[TotalSearch.TotalSearchResult](../../be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/search-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/search-async.md index e12062b7..691e40f8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/search-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/search-async.md @@ -1,14 +1,15 @@ --- -title: searchAsync - +title: searchAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.generic](../index.md)/[AsyncTotalSearch](index.md)/[searchAsync](search-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.generic](../index.html) +/[AsyncTotalSearch](index.html)/[searchAsync](search-async.html) +# searchAsync +[jvm]\ +suspend fun [searchAsync](search-async.html)(): +Deferred<[TotalSearch.TotalSearchResult](../../be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.html)> -# searchAsync -[jvm] -Content -suspend fun [searchAsync](search-async.md)(): Deferred<[TotalSearch.TotalSearchResult](../../be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/index.md index 60c7206a..a3d44a47 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.generic/index.md @@ -1,21 +1,21 @@ --- -title: be.zvz.kotlininside.api.async.generic - +title: be.zvz.kotlininside.api.async.generic --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.async.generic](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.async.generic](index.html) +# Package be.zvz.kotlininside.api.async.generic +## Types -# Package be.zvz.kotlininside.api.async.generic - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [AsyncGalleryRanking](-async-gallery-ranking/index.md)| [jvm]
Content
class [AsyncGalleryRanking](-async-gallery-ranking/index.md)


-| [AsyncGallerySearch](-async-gallery-search/index.md)| [jvm]
Content
class [AsyncGallerySearch](-async-gallery-search/index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [AsyncMainPage](-async-main-page/index.md)| [jvm]
Content
class [AsyncMainPage](-async-main-page/index.md)


-| [AsyncMinorGalleryInfo](-async-minor-gallery-info/index.md)| [jvm]
Content
class [AsyncMinorGalleryInfo](-async-minor-gallery-info/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [AsyncMinorGalleryRanking](-async-minor-gallery-ranking/index.md)| [jvm]
Content
class [AsyncMinorGalleryRanking](-async-minor-gallery-ranking/index.md)


-| [AsyncTotalSearch](-async-total-search/index.md)| [jvm]
Content
class [AsyncTotalSearch](-async-total-search/index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [AsyncGalleryRanking](-async-gallery-ranking/index.html) | [jvm]
class [AsyncGalleryRanking](-async-gallery-ranking/index.html) | +| [AsyncGallerySearch](-async-gallery-search/index.html) | [jvm]
class [AsyncGallerySearch](-async-gallery-search/index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [AsyncMainPage](-async-main-page/index.html) | [jvm]
class [AsyncMainPage](-async-main-page/index.html) | +| [AsyncMinorGalleryInfo](-async-minor-gallery-info/index.html) | [jvm]
class [AsyncMinorGalleryInfo](-async-minor-gallery-info/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [AsyncMinorGalleryRanking](-async-minor-gallery-ranking/index.html) | [jvm]
class [AsyncMinorGalleryRanking](-async-minor-gallery-ranking/index.html) | +| [AsyncTotalSearch](-async-total-search/index.html) | [jvm]
class [AsyncTotalSearch](-async-total-search/index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/-async-change-head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/-async-change-head-text.md index 5d8271ff..516d14fb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/-async-change-head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/-async-change-head-text.md @@ -1,14 +1,18 @@ --- -title: AsyncChangeHeadText - +title: AsyncChangeHeadText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncChangeHeadText](index.md)/[AsyncChangeHeadText](-async-change-head-text.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncChangeHeadText](index.html)/[AsyncChangeHeadText](-async-change-head-text.html) +# AsyncChangeHeadText +[jvm]\ +fun [AsyncChangeHeadText](-async-change-head-text.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +headTextId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncChangeHeadText -[jvm] -Content -fun [AsyncChangeHeadText](-async-change-head-text.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), headTextId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/index.md index d6d5bf9f..d46c19cc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/index.md @@ -1,20 +1,21 @@ --- -title: AsyncChangeHeadText - +title: AsyncChangeHeadText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncChangeHeadText](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncChangeHeadText](index.html) +# AsyncChangeHeadText +[jvm]\ +class [AsyncChangeHeadText](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncChangeHeadText - [jvm] class [AsyncChangeHeadText](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[ChangeHeadText.ChangeResult](../../be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[ChangeHeadText.ChangeResult](../../be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/request-async.md index a6c3e398..8e1bb696 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/request-async.md @@ -1,14 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncChangeHeadText](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncChangeHeadText](index.html)/[requestAsync](request-async.html) +# requestAsync +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[ChangeHeadText.ChangeResult](../../be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.html)> -# requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): Deferred<[ChangeHeadText.ChangeResult](../../be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/-async-gallery-setting.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/-async-gallery-setting.md index c7495fea..cf5a7c1c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/-async-gallery-setting.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/-async-gallery-setting.md @@ -1,14 +1,16 @@ --- -title: AsyncGallerySetting - +title: AsyncGallerySetting --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncGallerySetting](index.md)/[AsyncGallerySetting](-async-gallery-setting.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncGallerySetting](index.html)/[AsyncGallerySetting](-async-gallery-setting.html) +# AsyncGallerySetting +[jvm]\ +fun [AsyncGallerySetting](-async-gallery-setting.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncGallerySetting -[jvm] -Content -fun [AsyncGallerySetting](-async-gallery-setting.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/get-link-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/get-link-async.md index c5adac53..eb6690c6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/get-link-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/get-link-async.md @@ -1,14 +1,15 @@ --- -title: getLinkAsync - +title: getLinkAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncGallerySetting](index.md)/[getLinkAsync](get-link-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncGallerySetting](index.html)/[getLinkAsync](get-link-async.html) +# getLinkAsync +[jvm]\ +suspend fun [getLinkAsync](get-link-async.html)(): +Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> -# getLinkAsync -[jvm] -Content -suspend fun [getLinkAsync](get-link-async.md)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/index.md index 4fa43ce1..e22c395d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/index.md @@ -1,20 +1,19 @@ --- -title: AsyncGallerySetting - +title: AsyncGallerySetting --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncGallerySetting](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncGallerySetting](index.html) +# AsyncGallerySetting +[jvm]\ +class [AsyncGallerySetting](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncGallerySetting - [jvm] class [AsyncGallerySetting](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getLinkAsync](get-link-async.md)| [jvm]
Content
suspend fun [getLinkAsync](get-link-async.md)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getLinkAsync](get-link-async.html) | [jvm]
suspend fun [getLinkAsync](get-link-async.html)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/-async-notice.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/-async-notice.md index 59f89470..c1e77466 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/-async-notice.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/-async-notice.md @@ -1,14 +1,17 @@ --- -title: AsyncNotice - +title: AsyncNotice --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncNotice](index.md)/[AsyncNotice](-async-notice.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncNotice](index.html)/[AsyncNotice](-async-notice.html) +# AsyncNotice +[jvm]\ +fun [AsyncNotice](-async-notice.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncNotice -[jvm] -Content -fun [AsyncNotice](-async-notice.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/index.md index ef8a6b8e..d3a1c266 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/index.md @@ -1,20 +1,20 @@ --- -title: AsyncNotice - +title: AsyncNotice --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncNotice](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncNotice](index.html) +# AsyncNotice +[jvm]\ +class [AsyncNotice](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncNotice - [jvm] class [AsyncNotice](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[Notice.NoticeResult](../../be.zvz.kotlininside.api.management/-notice/-notice-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[Notice.NoticeResult](../../be.zvz.kotlininside.api.management/-notice/-notice-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/request-async.md index 0f11368e..83303e8f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/request-async.md @@ -1,14 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncNotice](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncNotice](index.html)/[requestAsync](request-async.html) +# requestAsync +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[Notice.NoticeResult](../../be.zvz.kotlininside.api.management/-notice/-notice-result/index.html)> -# requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): Deferred<[Notice.NoticeResult](../../be.zvz.kotlininside.api.management/-notice/-notice-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/-async-recommend.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/-async-recommend.md index e4bdca98..06b5ccf3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/-async-recommend.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/-async-recommend.md @@ -1,14 +1,17 @@ --- -title: AsyncRecommend - +title: AsyncRecommend --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncRecommend](index.md)/[AsyncRecommend](-async-recommend.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncRecommend](index.html)/[AsyncRecommend](-async-recommend.html) +# AsyncRecommend +[jvm]\ +fun [AsyncRecommend](-async-recommend.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncRecommend -[jvm] -Content -fun [AsyncRecommend](-async-recommend.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/index.md index 84609596..9b3ff605 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/index.md @@ -1,20 +1,20 @@ --- -title: AsyncRecommend - +title: AsyncRecommend --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncRecommend](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncRecommend](index.html) +# AsyncRecommend +[jvm]\ +class [AsyncRecommend](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# AsyncRecommend - [jvm] class [AsyncRecommend](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [requestAsync](request-async.md)| [jvm]
Content
suspend fun [requestAsync](request-async.md)(): Deferred<[Recommend.RecommendResult](../../be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.md)>


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [requestAsync](request-async.html) | [jvm]
suspend fun [requestAsync](request-async.html)(): Deferred<[Recommend.RecommendResult](../../be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/request-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/request-async.md index 8707ebf7..38086cd8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/request-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/request-async.md @@ -1,14 +1,15 @@ --- -title: requestAsync - +title: requestAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncRecommend](index.md)/[requestAsync](request-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncRecommend](index.html)/[requestAsync](request-async.html) +# requestAsync +[jvm]\ +suspend fun [requestAsync](request-async.html)(): +Deferred<[Recommend.RecommendResult](../../be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.html)> -# requestAsync -[jvm] -Content -suspend fun [requestAsync](request-async.md)(): Deferred<[Recommend.RecommendResult](../../be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/-async-user-block.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/-async-user-block.md index 5df23228..ce24ccb2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/-async-user-block.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/-async-user-block.md @@ -1,16 +1,22 @@ --- -title: AsyncUserBlock - +title: AsyncUserBlock --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncUserBlock](index.md)/[AsyncUserBlock](-async-user-block.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncUserBlock](index.html)/[AsyncUserBlock](-async-user-block.html) +# AsyncUserBlock +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [AsyncUserBlock](-async-user-block.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +option: [UserBlock.BlockOption](../../be.zvz.kotlininside.api.management/-user-block/-block-option/index.html) = +UserBlock.BlockOption()) -# AsyncUserBlock -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [AsyncUserBlock](-async-user-block.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), option: [UserBlock.BlockOption](../../be.zvz.kotlininside.api.management/-user-block/-block-option/index.md) = UserBlock.BlockOption()) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/block-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/block-async.md index 51ca2514..484d770f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/block-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/block-async.md @@ -1,14 +1,15 @@ --- -title: blockAsync - +title: blockAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncUserBlock](index.md)/[blockAsync](block-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncUserBlock](index.html)/[blockAsync](block-async.html) +# blockAsync +[jvm]\ +suspend fun [blockAsync](block-async.html)(): +Deferred<[UserBlock.BlockResult](../../be.zvz.kotlininside.api.management/-user-block/-block-result/index.html)> -# blockAsync -[jvm] -Content -suspend fun [blockAsync](block-async.md)(): Deferred<[UserBlock.BlockResult](../../be.zvz.kotlininside.api.management/-user-block/-block-result/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/get-link-async.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/get-link-async.md index b659d298..ec500454 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/get-link-async.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/get-link-async.md @@ -1,14 +1,15 @@ --- -title: getLinkAsync - +title: getLinkAsync --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncUserBlock](index.md)/[getLinkAsync](get-link-async.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncUserBlock](index.html)/[getLinkAsync](get-link-async.html) +# getLinkAsync +[jvm]\ +suspend fun [getLinkAsync](get-link-async.html)(): +Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> -# getLinkAsync -[jvm] -Content -suspend fun [getLinkAsync](get-link-async.md)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/index.md index 12c9e5c8..14ae4c7e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/index.md @@ -1,21 +1,22 @@ --- -title: AsyncUserBlock - +title: AsyncUserBlock --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.async.management](../index.md)/[AsyncUserBlock](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html) +/[AsyncUserBlock](index.html) +# AsyncUserBlock +[jvm]\ +class [AsyncUserBlock](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +option**: [UserBlock.BlockOption](../../be.zvz.kotlininside.api.management/-user-block/-block-option/index.html)) -# AsyncUserBlock - [jvm] class [AsyncUserBlock](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **option**: [UserBlock.BlockOption](../../be.zvz.kotlininside.api.management/-user-block/-block-option/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [blockAsync](block-async.md)| [jvm]
Content
suspend fun [blockAsync](block-async.md)(): Deferred<[UserBlock.BlockResult](../../be.zvz.kotlininside.api.management/-user-block/-block-result/index.md)>


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getLinkAsync](get-link-async.md)| [jvm]
Content
suspend fun [getLinkAsync](get-link-async.md)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)>


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [blockAsync](block-async.html) | [jvm]
suspend fun [blockAsync](block-async.html)(): Deferred<[UserBlock.BlockResult](../../be.zvz.kotlininside.api.management/-user-block/-block-result/index.html)> | +| [getLinkAsync](get-link-async.html) | [jvm]
suspend fun [getLinkAsync](get-link-async.html)(): Deferred<[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/index.md index a9d9b653..dc70faa6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.async.management/index.md @@ -1,20 +1,32 @@ --- -title: be.zvz.kotlininside.api.async.management - +title: be.zvz.kotlininside.api.async.management --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.async.management](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.async.management](index.html) +# Package be.zvz.kotlininside.api.async.management +## Types -# Package be.zvz.kotlininside.api.async.management - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [AsyncChangeHeadText](-async-change-head-text/index.md)| [jvm]
Content
class [AsyncChangeHeadText](-async-change-head-text/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncGallerySetting](-async-gallery-setting/index.md)| [jvm]
Content
class [AsyncGallerySetting](-async-gallery-setting/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncNotice](-async-notice/index.md)| [jvm]
Content
class [AsyncNotice](-async-notice/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncRecommend](-async-recommend/index.md)| [jvm]
Content
class [AsyncRecommend](-async-recommend/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [AsyncUserBlock](-async-user-block/index.md)| [jvm]
Content
class [AsyncUserBlock](-async-user-block/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **option**: [UserBlock.BlockOption](../be.zvz.kotlininside.api.management/-user-block/-block-option/index.md))


+| [AsyncChangeHeadText](-async-change-head-text/index.html) | [jvm]
class [AsyncChangeHeadText](-async-change-head-text/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncGallerySetting](-async-gallery-setting/index.html) | [jvm]
class [AsyncGallerySetting](-async-gallery-setting/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncNotice](-async-notice/index.html) | [jvm]
class [AsyncNotice](-async-notice/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncRecommend](-async-recommend/index.html) | [jvm]
class [AsyncRecommend](-async-recommend/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [AsyncUserBlock](-async-user-block/index.html) | [jvm]
class [AsyncUserBlock](-async-user-block/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +option**: [UserBlock.BlockOption](../be.zvz.kotlininside.api.management/-user-block/-block-option/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-comment-delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-comment-delete.md index 25e7a5df..2fc2ca08 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-comment-delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-comment-delete.md @@ -1,16 +1,23 @@ --- -title: CommentDelete - +title: CommentDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentDelete](index.md)/[CommentDelete](-comment-delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentDelete](index.html) +/[CommentDelete](-comment-delete.html) +# CommentDelete +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [CommentDelete](-comment-delete.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# CommentDelete -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [CommentDelete](-comment-delete.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/-delete-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/-delete-result.md index 7cae6cd9..ab723c40 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/-delete-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/-delete-result.md @@ -1,14 +1,16 @@ --- -title: DeleteResult - +title: DeleteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentDelete](../index.md)/[DeleteResult](index.md)/[DeleteResult](-delete-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentDelete](../index.html)/[DeleteResult](index.html)/[DeleteResult](-delete-result.html) +# DeleteResult +[jvm]\ +fun [DeleteResult](-delete-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) -# DeleteResult -[jvm] -Content -fun [DeleteResult](-delete-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/cause.md index 364aab38..492f2f3c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentDelete](../index.md)/[DeleteResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentDelete](../index.html)/[DeleteResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.md index 668d5e48..b316bdf7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.md @@ -1,30 +1,20 @@ --- -title: DeleteResult - +title: DeleteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentDelete](../index.md)/[DeleteResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentDelete](../index.html)/[DeleteResult](index.html) +# DeleteResult +[jvm]\ +data class [DeleteResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# DeleteResult - [jvm] data class [DeleteResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [CommentDelete.DeleteResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/result.md index 924fceea..fbf4c13d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentDelete](../index.md)/[DeleteResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentDelete](../index.html)/[DeleteResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/delete.md index 32607733..54f723bf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/delete.md @@ -1,20 +1,21 @@ --- -title: delete - +title: delete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentDelete](index.md)/[delete](delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentDelete](index.html) +/[delete](delete.html) +# delete - -# delete -[jvm] -Content -fun [delete](delete.md)(): [CommentDelete.DeleteResult](-delete-result/index.md) -More info - +[jvm]\ +fun [delete](delete.html)(): [CommentDelete.DeleteResult](-delete-result/index.html) 댓글을 삭제합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 댓글을 삭제하지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/index.md index 1b827b8c..1d0de70b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/index.md @@ -1,27 +1,29 @@ --- -title: CommentDelete - +title: CommentDelete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentDelete](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentDelete](index.html) +# CommentDelete +[jvm]\ +class [CommentDelete](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# CommentDelete - [jvm] class [CommentDelete](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [DeleteResult](-delete-result/index.md)| [jvm]
Content
data class [DeleteResult](-delete-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [DeleteResult](-delete-result/index.html) | [jvm]
data class [DeleteResult](-delete-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [delete](delete.md)| [jvm]
Content
fun [delete](delete.md)(): [CommentDelete.DeleteResult](-delete-result/index.md)
More info
댓글을 삭제합니다.


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [delete](delete.html) | [jvm]
fun [delete](delete.html)(): [CommentDelete.DeleteResult](-delete-result/index.html)
댓글을 삭제합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/-comment-data.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/-comment-data.md index 535914b3..ed58c9e0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/-comment-data.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/-comment-data.md @@ -1,14 +1,24 @@ --- -title: CommentData - +title: CommentData --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[CommentData](-comment-data.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[CommentData](-comment-data.html) +# CommentData +[jvm]\ +fun [CommentData](-comment-data.html)( +memberIcon: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +ipData: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, +gallerCon: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, +name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +content: [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.html), +identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +dateTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +isReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +isDeleteFlag: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# CommentData -[jvm] -Content -fun [CommentData](-comment-data.md)(memberIcon: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ipData: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, gallerCon: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), content: [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.md), identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), dateTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), isDeleteFlag: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/content.md index 49397f53..1bd8d9a9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/content.md @@ -1,14 +1,14 @@ --- -title: content - +title: content --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[content](content.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[content](content.html) +# content +[jvm]\ +val [content](content.html): [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.html) -# content -[jvm] -Content -val [content](content.md): [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/date-time.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/date-time.md index 55dcaf4e..2328099d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/date-time.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/date-time.md @@ -1,14 +1,14 @@ --- -title: dateTime - +title: dateTime --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[dateTime](date-time.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[dateTime](date-time.html) +# dateTime +[jvm]\ +val [dateTime](date-time.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# dateTime -[jvm] -Content -val [dateTime](date-time.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/galler-con.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/galler-con.md index f37548bf..e889866e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/galler-con.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/galler-con.md @@ -1,14 +1,14 @@ --- -title: gallerCon - +title: gallerCon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[gallerCon](galler-con.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[gallerCon](galler-con.html) +# gallerCon +[jvm]\ +val [gallerCon](galler-con.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? -# gallerCon -[jvm] -Content -val [gallerCon](galler-con.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/identifier.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/identifier.md index 67f89e48..89cc3187 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/identifier.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/identifier.md @@ -1,14 +1,14 @@ --- -title: identifier - +title: identifier --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[identifier](identifier.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[identifier](identifier.html) +# identifier +[jvm]\ +val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# identifier -[jvm] -Content -val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/index.md index 0c369378..cd34bc45 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/index.md @@ -1,46 +1,36 @@ --- -title: CommentData - +title: CommentData --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md) - - - -# CommentData - [jvm] data class [CommentData](index.md)(**memberIcon**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **ipData**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **gallerCon**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **content**: [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.md), **identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **dateTime**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **isReply**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **isDeleteFlag**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) - - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component10](component10.md)| [jvm]
Content
operator fun [component10](component10.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.md)


-| [component7](component7.md)| [jvm]
Content
operator fun [component7](component7.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component8](component8.md)| [jvm]
Content
operator fun [component8](component8.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component9](component9.md)| [jvm]
Content
operator fun [component9](component9.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(memberIcon: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ipData: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, gallerCon: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), content: [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.md), identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), dateTime: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), isDeleteFlag: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [CommentRead.CommentData](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html) + +# CommentData + +[jvm]\ +data class [CommentData](index.html)(** +memberIcon**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +ipData**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +gallerCon**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +content**: [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.html), ** +identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +dateTime**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +isReply**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +isDeleteFlag**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + +## Properties + +| Name | Summary | |---|---| -| [content](content.md)| [jvm] val [content](content.md): [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.md)
-| [dateTime](date-time.md)| [jvm] val [dateTime](date-time.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallerCon](galler-con.md)| [jvm] val [gallerCon](galler-con.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [identifier](identifier.md)| [jvm] val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [ipData](ip-data.md)| [jvm] val [ipData](ip-data.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [isDeleteFlag](is-delete-flag.md)| [jvm] val [isDeleteFlag](is-delete-flag.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [isReply](is-reply.md)| [jvm] val [isReply](is-reply.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [memberIcon](member-icon.md)| [jvm] val [memberIcon](member-icon.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [userId](user-id.md)| [jvm] val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [content](content.html) | [jvm]
val [content](content.html): [Comment](../../../be.zvz.kotlininside.api.type.comment/-comment/index.html) | +| [dateTime](date-time.html) | [jvm]
val [dateTime](date-time.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallerCon](galler-con.html) | [jvm]
val [gallerCon](galler-con.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [identifier](identifier.html) | [jvm]
val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [ipData](ip-data.html) | [jvm]
val [ipData](ip-data.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [isDeleteFlag](is-delete-flag.html) | [jvm]
val [isDeleteFlag](is-delete-flag.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [isReply](is-reply.html) | [jvm]
val [isReply](is-reply.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [memberIcon](member-icon.html) | [jvm]
val [memberIcon](member-icon.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [userId](user-id.html) | [jvm]
val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/ip-data.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/ip-data.md index 4efff5ec..30a09638 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/ip-data.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/ip-data.md @@ -1,14 +1,14 @@ --- -title: ipData - +title: ipData --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[ipData](ip-data.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[ipData](ip-data.html) +# ipData +[jvm]\ +val [ipData](ip-data.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? -# ipData -[jvm] -Content -val [ipData](ip-data.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-delete-flag.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-delete-flag.md index e3d7bcdf..f8b22c70 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-delete-flag.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-delete-flag.md @@ -1,14 +1,15 @@ --- -title: isDeleteFlag - +title: isDeleteFlag --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[isDeleteFlag](is-delete-flag.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[isDeleteFlag](is-delete-flag.html) +# isDeleteFlag +[jvm]\ +val [isDeleteFlag](is-delete-flag.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +? -# isDeleteFlag -[jvm] -Content -val [isDeleteFlag](is-delete-flag.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-reply.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-reply.md index ac07504c..3a6a8ca8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-reply.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-reply.md @@ -1,14 +1,14 @@ --- -title: isReply - +title: isReply --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[isReply](is-reply.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[isReply](is-reply.html) +# isReply +[jvm]\ +val [isReply](is-reply.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isReply -[jvm] -Content -val [isReply](is-reply.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/member-icon.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/member-icon.md index 557dc783..a35452fc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/member-icon.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/member-icon.md @@ -1,14 +1,14 @@ --- -title: memberIcon - +title: memberIcon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[memberIcon](member-icon.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[memberIcon](member-icon.html) +# memberIcon +[jvm]\ +val [memberIcon](member-icon.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# memberIcon -[jvm] -Content -val [memberIcon](member-icon.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/name.md index 7db354bb..9c2a1628 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[name](name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/user-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/user-id.md index 8eae8ea7..d82a60c2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/user-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/user-id.md @@ -1,14 +1,14 @@ --- -title: userId - +title: userId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[CommentData](index.md)/[userId](user-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[CommentData](index.html)/[userId](user-id.html) +# userId +[jvm]\ +val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# userId -[jvm] -Content -val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-read.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-read.md index 073ee443..9de08736 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-read.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-read.md @@ -1,14 +1,17 @@ --- -title: CommentRead - +title: CommentRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentRead](index.md)/[CommentRead](-comment-read.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentRead](index.html) +/[CommentRead](-comment-read.html) +# CommentRead +[jvm]\ +fun [CommentRead](-comment-read.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +rePage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# CommentRead -[jvm] -Content -fun [CommentRead](-comment-read.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rePage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/-read-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/-read-result.md index f73df719..d8601c3e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/-read-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/-read-result.md @@ -1,14 +1,18 @@ --- -title: ReadResult - +title: ReadResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[ReadResult](index.md)/[ReadResult](-read-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[ReadResult](index.html)/[ReadResult](-read-result.html) +# ReadResult +[jvm]\ +fun [ReadResult](-read-result.html)( +totalComment: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +totalPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +rePage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +commentList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.html)>) -# ReadResult -[jvm] -Content -fun [ReadResult](-read-result.md)(totalComment: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rePage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), commentList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.md)>) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/comment-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/comment-list.md index 46c7d000..d2475c14 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/comment-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/comment-list.md @@ -1,14 +1,15 @@ --- -title: commentList - +title: commentList --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[ReadResult](index.md)/[commentList](comment-list.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[ReadResult](index.html)/[commentList](comment-list.html) +# commentList +[jvm]\ +val [commentList](comment-list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData]( +../-comment-data/index.html)> -# commentList -[jvm] -Content -val [commentList](comment-list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.md index 0668e679..fe0963c8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.md @@ -1,34 +1,24 @@ --- -title: ReadResult - +title: ReadResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[ReadResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[ReadResult](index.html) +# ReadResult +[jvm]\ +data class [ReadResult](index.html)(** +totalComment**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +totalPage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +commentList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.html)>) -# ReadResult - [jvm] data class [ReadResult](index.md)(**totalComment**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **totalPage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **commentList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.md)>) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(totalComment: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalPage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rePage: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), commentList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.md)>): [CommentRead.ReadResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [commentList](comment-list.md)| [jvm] val [commentList](comment-list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.md)>
-| [rePage](re-page.md)| [jvm] val [rePage](re-page.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [totalComment](total-comment.md)| [jvm] val [totalComment](total-comment.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [totalPage](total-page.md)| [jvm] val [totalPage](total-page.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [commentList](comment-list.html) | [jvm]
val [commentList](comment-list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](../-comment-data/index.html)> | +| [rePage](re-page.html) | [jvm]
val [rePage](re-page.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [totalComment](total-comment.html) | [jvm]
val [totalComment](total-comment.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [totalPage](total-page.html) | [jvm]
val [totalPage](total-page.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/re-page.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/re-page.md index ae3d836a..b54fe6f4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/re-page.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/re-page.md @@ -1,14 +1,14 @@ --- -title: rePage - +title: rePage --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[ReadResult](index.md)/[rePage](re-page.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[ReadResult](index.html)/[rePage](re-page.html) +# rePage +[jvm]\ +val [rePage](re-page.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# rePage -[jvm] -Content -val [rePage](re-page.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-comment.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-comment.md index bec80ea4..5eb35a45 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-comment.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-comment.md @@ -1,14 +1,14 @@ --- -title: totalComment - +title: totalComment --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[ReadResult](index.md)/[totalComment](total-comment.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[ReadResult](index.html)/[totalComment](total-comment.html) +# totalComment +[jvm]\ +val [totalComment](total-comment.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# totalComment -[jvm] -Content -val [totalComment](total-comment.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-page.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-page.md index b71b4bfa..060e86dc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-page.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-page.md @@ -1,14 +1,14 @@ --- -title: totalPage - +title: totalPage --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentRead](../index.md)/[ReadResult](index.md)/[totalPage](total-page.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentRead](../index.html)/[ReadResult](index.html)/[totalPage](total-page.html) +# totalPage +[jvm]\ +val [totalPage](total-page.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# totalPage -[jvm] -Content -val [totalPage](total-page.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/index.md index 101dfadb..f4e885f6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/index.md @@ -1,28 +1,40 @@ --- -title: CommentRead - +title: CommentRead --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentRead](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentRead](index.html) +# CommentRead +[jvm]\ +class [CommentRead](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# CommentRead - [jvm] class [CommentRead](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [CommentData](-comment-data/index.md)| [jvm]
Content
data class [CommentData](-comment-data/index.md)(**memberIcon**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **ipData**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **gallerCon**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **content**: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.md), **identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **dateTime**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **isReply**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **isDeleteFlag**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


-| [ReadResult](-read-result/index.md)| [jvm]
Content
data class [ReadResult](-read-result/index.md)(**totalComment**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **totalPage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **commentList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](-comment-data/index.md)>)


- - -## Functions - -| Name| Summary| +| [CommentData](-comment-data/index.html) | [jvm]
data class [CommentData](-comment-data/index.html)(** +memberIcon**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +ipData**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +gallerCon**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +content**: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.html), ** +identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +dateTime**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +isReply**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +isDeleteFlag**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +| [ReadResult](-read-result/index.html) | [jvm]
data class [ReadResult](-read-result/index.html)(** +totalComment**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +totalPage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +commentList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CommentRead.CommentData](-comment-data/index.html)>) | + +## Functions + +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [CommentRead.ReadResult](-read-result/index.md)
More info
댓글 데이터를 읽어옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [CommentRead.ReadResult](-read-result/index.html)
댓글 데이터를 읽어옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/request.md index c4521453..fa102220 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/request.md @@ -1,19 +1,21 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentRead](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentRead](index.html) +/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [CommentRead.ReadResult](-read-result/index.md) -More info +[jvm]\ +fun [request](request.html)(): [CommentRead.ReadResult](-read-result/index.html) 댓글 데이터를 읽어옵니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 댓글을 읽어오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-comment-write.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-comment-write.md index 4c6b8e37..a7ce794b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-comment-write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-comment-write.md @@ -1,16 +1,23 @@ --- -title: CommentWrite - +title: CommentWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentWrite](index.md)/[CommentWrite](-comment-write.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentWrite](index.html) +/[CommentWrite](-comment-write.html) +# CommentWrite +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [CommentWrite](-comment-write.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +comment: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = KotlinInside.getInstance() +.auth.fcmToken) -# CommentWrite -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [CommentWrite](-comment-write.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), comment: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.md), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), fcmToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = Const.DEFAULT_FCM_TOKEN) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/-write-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/-write-result.md index 0f074121..a6d7e9e2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/-write-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/-write-result.md @@ -1,14 +1,18 @@ --- -title: WriteResult - +title: WriteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentWrite](../index.md)/[WriteResult](index.md)/[WriteResult](-write-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentWrite](../index.html)/[WriteResult](index.html)/[WriteResult](-write-result.html) +# WriteResult +[jvm]\ +fun [WriteResult](-write-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +data: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +word: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) -# WriteResult -[jvm] -Content -fun [WriteResult](-write-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), data: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, word: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/cause.md index 4dc47380..1d75c549 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentWrite](../index.md)/[WriteResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentWrite](../index.html)/[WriteResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/data.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/data.md index 03947796..5408e1b2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/data.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/data.md @@ -1,14 +1,14 @@ --- -title: data - +title: data --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentWrite](../index.md)/[WriteResult](index.md)/[data](data.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentWrite](../index.html)/[WriteResult](index.html)/[data](data.html) +# data +[jvm]\ +val [data](data.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null -# data -[jvm] -Content -val [data](data.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md index 0f25dba1..a514e76a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.md @@ -1,34 +1,24 @@ --- -title: WriteResult - +title: WriteResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentWrite](../index.md)/[WriteResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentWrite](../index.html)/[WriteResult](index.html) +# WriteResult +[jvm]\ +data class [WriteResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +data**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +word**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# WriteResult - [jvm] data class [WriteResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **data**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **word**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), data: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, word: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [CommentWrite.WriteResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [data](data.md)| [jvm] val [data](data.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [word](word.md)| [jvm] val [word](word.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [data](data.html) | [jvm]
val [data](data.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [word](word.html) | [jvm]
val [word](word.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/result.md index 7b189ebd..3bfc3143 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentWrite](../index.md)/[WriteResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentWrite](../index.html)/[WriteResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/word.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/word.md index 69d234f1..895b99e5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/word.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/word.md @@ -1,14 +1,14 @@ --- -title: word - +title: word --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.comment](../../index.md)/[CommentWrite](../index.md)/[WriteResult](index.md)/[word](word.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.comment](../../index.html) +/[CommentWrite](../index.html)/[WriteResult](index.html)/[word](word.html) +# word +[jvm]\ +val [word](word.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# word -[jvm] -Content -val [word](word.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/index.md index 154ec721..ec928dbd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/index.md @@ -1,28 +1,32 @@ --- -title: CommentWrite - +title: CommentWrite --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentWrite](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentWrite](index.html) +# CommentWrite +[jvm]\ +class [CommentWrite](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +comment**: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# CommentWrite - [jvm] class [CommentWrite](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **comment**: [Comment](../../be.zvz.kotlininside.api.type.comment/-comment/index.md), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [WriteResult](-write-result/index.md)| [jvm]
Content
data class [WriteResult](-write-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **data**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **word**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [WriteResult](-write-result/index.html) | [jvm]
data class [WriteResult](-write-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +data**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +word**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [reply](reply.md)| [jvm]
Content
fun [reply](reply.md)(commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [CommentWrite.WriteResult](-write-result/index.md)
More info
대댓글을 작성합니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [write](write.md)| [jvm]
Content
fun [write](write.md)(): [CommentWrite.WriteResult](-write-result/index.md)
More info
댓글을 작성합니다.


+| [reply](reply.html) | [jvm]
fun [reply](reply.html)(commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [CommentWrite.WriteResult](-write-result/index.html)
대댓글을 작성합니다. | +| [write](write.html) | [jvm]
fun [write](write.html)(): [CommentWrite.WriteResult](-write-result/index.html)
댓글을 작성합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/reply.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/reply.md index 59ca890b..deaa8ee3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/reply.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/reply.md @@ -1,30 +1,30 @@ --- -title: reply - +title: reply --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentWrite](index.md)/[reply](reply.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentWrite](index.html) +/[reply](reply.html) +# reply +[jvm]\ +fun [reply](reply.html)( +commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [CommentWrite.WriteResult](-write-result/index.html) -# reply -[jvm] -Content -fun [reply](reply.md)(commentId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [CommentWrite.WriteResult](-write-result/index.md) -More info +대댓글을 작성합니다. +## Parameters -대댓글을 작성합니다. +jvm +| | | +|---|---| +| commentId | 대댓글을 작성할 코멘트 ID입니다. | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| commentId|

대댓글을 작성할 코멘트 ID입니다.

- - +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 대댓글을 작성하지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/write.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/write.md index 12a05e56..548c7f8b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/write.md @@ -1,20 +1,21 @@ --- -title: write - +title: write --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.comment](../index.md)/[CommentWrite](index.md)/[write](write.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.comment](../index.html)/[CommentWrite](index.html) +/[write](write.html) +# write - -# write -[jvm] -Content -fun [write](write.md)(): [CommentWrite.WriteResult](-write-result/index.md) -More info - +[jvm]\ +fun [write](write.html)(): [CommentWrite.WriteResult](-write-result/index.html) 댓글을 작성합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 댓글을 작성하지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/index.md index efa0ee72..17f0149b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.comment/index.md @@ -1,18 +1,26 @@ --- -title: be.zvz.kotlininside.api.comment - +title: be.zvz.kotlininside.api.comment --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.comment](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.comment](index.html) +# Package be.zvz.kotlininside.api.comment +## Types -# Package be.zvz.kotlininside.api.comment - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [CommentDelete](-comment-delete/index.md)| [jvm]
Content
class [CommentDelete](-comment-delete/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [CommentRead](-comment-read/index.md)| [jvm]
Content
class [CommentRead](-comment-read/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


-| [CommentWrite](-comment-write/index.md)| [jvm]
Content
class [CommentWrite](-comment-write/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **comment**: [Comment](../be.zvz.kotlininside.api.type.comment/-comment/index.md), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [CommentDelete](-comment-delete/index.html) | [jvm]
class [CommentDelete](-comment-delete/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +commentId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [CommentRead](-comment-read/index.html) | [jvm]
class [CommentRead](-comment-read/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rePage**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | +| [CommentWrite](-comment-write/index.html) | [jvm]
class [CommentWrite](-comment-write/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +comment**: [Comment](../be.zvz.kotlininside.api.type.comment/-comment/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +fcmToken**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/-buy-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/-buy-result.md index 755ed677..e3fd86b5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/-buy-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/-buy-result.md @@ -1,14 +1,15 @@ --- -title: BuyResult - +title: BuyResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConBuy](../index.md)/[BuyResult](index.md)/[BuyResult](-buy-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConBuy](../index.html) +/[BuyResult](index.html)/[BuyResult](-buy-result.html) +# BuyResult +[jvm]\ +fun [BuyResult](-buy-result.html)(result: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +msg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# BuyResult -[jvm] -Content -fun [BuyResult](-buy-result.md)(result: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), msg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.md index e5c5e46c..f9dde7e3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.md @@ -1,30 +1,20 @@ --- -title: BuyResult - +title: BuyResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConBuy](../index.md)/[BuyResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConBuy](../index.html) +/[BuyResult](index.html) +# BuyResult +[jvm]\ +data class [BuyResult](index.html)(** +result**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +msg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# BuyResult - [jvm] data class [BuyResult](index.md)(**result**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **msg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), msg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [DCConBuy.BuyResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [msg](msg.md)| [jvm] val [msg](msg.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [msg](msg.html) | [jvm]
val [msg](msg.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/msg.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/msg.md index 048432b7..bc0eb132 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/msg.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/msg.md @@ -1,14 +1,14 @@ --- -title: msg - +title: msg --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConBuy](../index.md)/[BuyResult](index.md)/[msg](msg.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConBuy](../index.html) +/[BuyResult](index.html)/[msg](msg.html) +# msg +[jvm]\ +val [msg](msg.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# msg -[jvm] -Content -val [msg](msg.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/result.md index 2c6c3600..4263a683 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConBuy](../index.md)/[BuyResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConBuy](../index.html) +/[BuyResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# result -[jvm] -Content -val [result](result.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-d-c-con-buy.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-d-c-con-buy.md index 0a02bdfd..9d4a7063 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-d-c-con-buy.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-d-c-con-buy.md @@ -1,14 +1,15 @@ --- -title: DCConBuy - +title: DCConBuy --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConBuy](index.md)/[DCConBuy](-d-c-con-buy.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConBuy](index.html) +/[DCConBuy](-d-c-con-buy.html) +# DCConBuy +[jvm]\ +fun [DCConBuy](-d-c-con-buy.html)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# DCConBuy -[jvm] -Content -fun [DCConBuy](-d-c-con-buy.md)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/buy.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/buy.md index fe9f4dd2..184c2af5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/buy.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/buy.md @@ -1,27 +1,20 @@ --- -title: buy - +title: buy --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConBuy](index.md)/[buy](buy.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConBuy](index.html) +/[buy](buy.html) +# buy - -# buy -[jvm] -Content -fun [buy](buy.md)(): [DCConBuy.BuyResult](-buy-result/index.md) -More info - +[jvm]\ +fun [buy](buy.html)(): [DCConBuy.BuyResult](-buy-result/index.html) 디시콘을 구매합니다. +#### Return +[BuyResult](-buy-result/index.html) 구매 결과를 반환합니다. -#### Return - - -[BuyResult](-buy-result/index.md) 구매 결과를 반환합니다. - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/index.md index f413b138..2b9e29ec 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/index.md @@ -1,27 +1,25 @@ --- -title: DCConBuy - +title: DCConBuy --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConBuy](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConBuy](index.html) +# DCConBuy +[jvm]\ +class [DCConBuy](index.html)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# DCConBuy - [jvm] class [DCConBuy](index.md)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [BuyResult](-buy-result/index.md)| [jvm]
Content
data class [BuyResult](-buy-result/index.md)(**result**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **msg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [BuyResult](-buy-result/index.html) | [jvm]
data class [BuyResult](-buy-result/index.html)(** +result**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +msg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [buy](buy.md)| [jvm]
Content
fun [buy](buy.md)(): [DCConBuy.BuyResult](-buy-result/index.md)
More info
디시콘을 구매합니다.


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [buy](buy.html) | [jvm]
fun [buy](buy.html)(): [DCConBuy.BuyResult](-buy-result/index.html)
디시콘을 구매합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-detail.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-detail.md index bc5b49e7..72525408 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-detail.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-detail.md @@ -1,14 +1,14 @@ --- -title: DCConDetail - +title: DCConDetail --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConDetail](index.md)/[DCConDetail](-d-c-con-detail.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConDetail](index.html) +/[DCConDetail](-d-c-con-detail.html) +# DCConDetail +[jvm]\ +fun [DCConDetail](-d-c-con-detail.html)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)) -# DCConDetail -[jvm] -Content -fun [DCConDetail](-d-c-con-detail.md)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/-d-c-con-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/-d-c-con-info.md index bca4b77c..eb0ffe9c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/-d-c-con-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/-d-c-con-info.md @@ -1,14 +1,20 @@ --- -title: DCConInfo - +title: DCConInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md)/[DCConInfo](-d-c-con-info.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html)/[DCConInfo](-d-c-con-info.html) +# DCConInfo +[jvm]\ +fun [DCConInfo](-d-c-con-info.html)( +packageIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +mainImg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +description: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +mandu: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +getState: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -# DCConInfo -[jvm] -Content -fun [DCConInfo](-d-c-con-info.md)(packageIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), mainImg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), description: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), mandu: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), getState: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/description.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/description.md index cc87815b..7446fd28 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/description.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/description.md @@ -1,14 +1,14 @@ --- -title: description - +title: description --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md)/[description](description.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html)/[description](description.html) +# description +[jvm]\ +val [description](description.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# description -[jvm] -Content -val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/get-state.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/get-state.md index fb957024..2fe1433f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/get-state.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/get-state.md @@ -1,14 +1,14 @@ --- -title: getState - +title: getState --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md)/[getState](get-state.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html)/[getState](get-state.html) +# getState +[jvm]\ +val [getState](get-state.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# getState -[jvm] -Content -val [getState](get-state.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/index.md index 1a35bfdb..71999144 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/index.md @@ -1,38 +1,28 @@ --- -title: DCConInfo - +title: DCConInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html) +# DCConInfo +[jvm]\ +data class [DCConInfo](index.html)(** +packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +mainImg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +mandu**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +getState**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -# DCConInfo - [jvm] data class [DCConInfo](index.md)(**packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **mainImg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **mandu**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **getState**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(packageIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), mainImg: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), description: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), mandu: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), getState: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [DCConDetail.DCConInfo](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [description](description.md)| [jvm] val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [getState](get-state.md)| [jvm] val [getState](get-state.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [mainImg](main-img.md)| [jvm] val [mainImg](main-img.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [mandu](mandu.md)| [jvm] val [mandu](mandu.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [packageIndex](package-index.md)| [jvm] val [packageIndex](package-index.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [description](description.html) | [jvm]
val [description](description.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [getState](get-state.html) | [jvm]
val [getState](get-state.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [mainImg](main-img.html) | [jvm]
val [mainImg](main-img.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [mandu](mandu.html) | [jvm]
val [mandu](mandu.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [packageIndex](package-index.html) | [jvm]
val [packageIndex](package-index.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/main-img.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/main-img.md index bef1ff90..278cc4f7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/main-img.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/main-img.md @@ -1,14 +1,14 @@ --- -title: mainImg - +title: mainImg --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md)/[mainImg](main-img.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html)/[mainImg](main-img.html) +# mainImg +[jvm]\ +val [mainImg](main-img.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# mainImg -[jvm] -Content -val [mainImg](main-img.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/mandu.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/mandu.md index f7010603..a3f15510 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/mandu.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/mandu.md @@ -1,14 +1,14 @@ --- -title: mandu - +title: mandu --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md)/[mandu](mandu.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html)/[mandu](mandu.html) +# mandu +[jvm]\ +val [mandu](mandu.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# mandu -[jvm] -Content -val [mandu](mandu.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/package-index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/package-index.md index 6497753c..0bb346f1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/package-index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/package-index.md @@ -1,14 +1,14 @@ --- -title: packageIndex - +title: packageIndex --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md)/[packageIndex](package-index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html)/[packageIndex](package-index.html) +# packageIndex +[jvm]\ +val [packageIndex](package-index.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# packageIndex -[jvm] -Content -val [packageIndex](package-index.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/title.md index b8466030..c9753ab8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DCConInfo](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DCConInfo](index.html)/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/-detail-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/-detail-result.md index 82d643d4..06b6044d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/-detail-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/-detail-result.md @@ -1,14 +1,18 @@ --- -title: DetailResult - +title: DetailResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DetailResult](index.md)/[DetailResult](-detail-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DetailResult](index.html)/[DetailResult](-detail-result.html) +# DetailResult +[jvm]\ +fun [DetailResult](-detail-result.html)( +info: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo]( +../-d-c-con-info/index.html)> = listOf(), +detail: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)> = listOf()) -# DetailResult -[jvm] -Content -fun [DetailResult](-detail-result.md)(info: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](../-d-c-con-info/index.md)> = listOf(), detail: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)> = listOf()) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/detail.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/detail.md index da74ac48..bfcb56ca 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/detail.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/detail.md @@ -1,14 +1,15 @@ --- -title: detail - +title: detail --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DetailResult](index.md)/[detail](detail.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DetailResult](index.html)/[detail](detail.html) +# detail +[jvm]\ +val [detail](detail.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)> -# detail -[jvm] -Content -val [detail](detail.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.md index 6253a109..9b47990c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.md @@ -1,30 +1,21 @@ --- -title: DetailResult - +title: DetailResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DetailResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DetailResult](index.html) +# DetailResult +[jvm]\ +data class [DetailResult](index.html)(** +info**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo]( +../-d-c-con-info/index.html)>, ** +detail**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>) -# DetailResult - [jvm] data class [DetailResult](index.md)(**info**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](../-d-c-con-info/index.md)>, **detail**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](../-d-c-con-info/index.md)>


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(info: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](../-d-c-con-info/index.md)> = listOf(), detail: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)> = listOf()): [DCConDetail.DetailResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [detail](detail.md)| [jvm] val [detail](detail.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>
-| [info](info.md)| [jvm] val [info](info.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](../-d-c-con-info/index.md)>
+| [detail](detail.html) | [jvm]
val [detail](detail.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)> | +| [info](info.html) | [jvm]
val [info](info.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](../-d-c-con-info/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/info.md index a391d7d3..d55f6307 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/info.md @@ -1,14 +1,15 @@ --- -title: info - +title: info --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConDetail](../index.md)/[DetailResult](index.md)/[info](info.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConDetail](../index.html) +/[DetailResult](index.html)/[info](info.html) +# info +[jvm]\ +val [info](info.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo]( +../-d-c-con-info/index.html)> -# info -[jvm] -Content -val [info](info.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](../-d-c-con-info/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/index.md index 382b6234..71e49c26 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/index.md @@ -1,28 +1,31 @@ --- -title: DCConDetail - +title: DCConDetail --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConDetail](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConDetail](index.html) +# DCConDetail +[jvm]\ +class [DCConDetail](index.html)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)) -# DCConDetail - [jvm] class [DCConDetail](index.md)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [DCConInfo](-d-c-con-info/index.md)| [jvm]
Content
data class [DCConInfo](-d-c-con-info/index.md)(**packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **mainImg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **mandu**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **getState**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


-| [DetailResult](-detail-result/index.md)| [jvm]
Content
data class [DetailResult](-detail-result/index.md)(**info**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](-d-c-con-info/index.md)>, **detail**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>)


- - -## Functions - -| Name| Summary| +| [DCConInfo](-d-c-con-info/index.html) | [jvm]
data class [DCConInfo](-d-c-con-info/index.html)(** +packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +mainImg**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +mandu**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +getState**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) | +| [DetailResult](-detail-result/index.html) | [jvm]
data class [DetailResult](-detail-result/index.html)(** +info**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCConDetail.DCConInfo](-d-c-con-info/index.html)>, ** +detail**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>) | + +## Functions + +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [DCConDetail.DetailResult](-detail-result/index.md)
More info
디시콘 정보를 받아오는 메소드입니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [DCConDetail.DetailResult](-detail-result/index.html)
디시콘 정보를 받아오는 메소드입니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/request.md index acd9931f..02b5b2b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/request.md @@ -1,26 +1,20 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConDetail](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConDetail](index.html) +/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [DCConDetail.DetailResult](-detail-result/index.md) -More info +[jvm]\ +fun [request](request.html)(): [DCConDetail.DetailResult](-detail-result/index.html) 디시콘 정보를 받아오는 메소드입니다. +#### Return +[DetailResult](-detail-result/index.html) 디시콘 정보를 반환합니다. -#### Return - - -[DetailResult](-detail-result/index.md) 디시콘 정보를 반환합니다. - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-d-c-con-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-d-c-con-list.md index 5df1a9a9..7e0c1c91 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-d-c-con-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-d-c-con-list.md @@ -1,14 +1,14 @@ --- -title: DCConList - +title: DCConList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConList](index.md)/[DCConList](-d-c-con-list.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConList](index.html) +/[DCConList](-d-c-con-list.html) +# DCConList +[jvm]\ +fun [DCConList](-d-c-con-list.html)(session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# DCConList -[jvm] -Content -fun [DCConList](-d-c-con-list.md)(session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/-list-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/-list-result.md index f1f9c03f..f8394f9a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/-list-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/-list-result.md @@ -1,14 +1,18 @@ --- -title: ListResult - +title: ListResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConList](../index.md)/[ListResult](index.md)/[ListResult](-list-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConList](../index.html) +/[ListResult](index.html)/[ListResult](-list-result.html) +# ListResult +[jvm]\ +fun [ListResult](-list-result.html)( +tab: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>, +list: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>>) -# ListResult -[jvm] -Content -fun [ListResult](-list-result.md)(tab: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>, list: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>>) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.md index 88fd3c78..66b0de15 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.md @@ -1,30 +1,22 @@ --- -title: ListResult - +title: ListResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConList](../index.md)/[ListResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConList](../index.html) +/[ListResult](index.html) +# ListResult +[jvm]\ +data class [ListResult](index.html)(** +tab**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>, ** +list**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>>) -# ListResult - [jvm] data class [ListResult](index.md)(**tab**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>, **list**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>>) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(tab: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>, list: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>>): [DCConList.ListResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [list](list.md)| [jvm] val [list](list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>>
-| [tab](tab.md)| [jvm] val [tab](tab.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>
+| [list](list.html) | [jvm]
val [list](list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>> | +| [tab](tab.html) | [jvm]
val [tab](tab.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/list.md index a9de77d1..df0b1ec6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/list.md @@ -1,14 +1,15 @@ --- -title: list - +title: list --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConList](../index.md)/[ListResult](index.md)/[list](list.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConList](../index.html) +/[ListResult](index.html)/[list](list.html) +# list +[jvm]\ +val [list](list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>> -# list -[jvm] -Content -val [list](list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/tab.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/tab.md index 5424e719..1451f345 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/tab.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/tab.md @@ -1,14 +1,15 @@ --- -title: tab - +title: tab --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.dccon](../../index.md)/[DCConList](../index.md)/[ListResult](index.md)/[tab](tab.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.dccon](../../index.html)/[DCConList](../index.html) +/[ListResult](index.html)/[tab](tab.html) +# tab +[jvm]\ +val [tab](tab.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon]( +../../../be.zvz.kotlininside.api.type/-d-c-con/index.html)> -# tab -[jvm] -Content -val [tab](tab.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../../be.zvz.kotlininside.api.type/-d-c-con/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/index.md index f473bd37..1a03d7a4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/index.md @@ -1,27 +1,24 @@ --- -title: DCConList - +title: DCConList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConList](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConList](index.html) +# DCConList +[jvm]\ +class [DCConList](index.html)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# DCConList - [jvm] class [DCConList](index.md)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [ListResult](-list-result/index.md)| [jvm]
Content
data class [ListResult](-list-result/index.md)(**tab**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>, **list**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)>>)


+| [ListResult](-list-result/index.html) | [jvm]
data class [ListResult](-list-result/index.html)(** +tab**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>, ** +list**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)>>) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [DCConList.ListResult](-list-result/index.md)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [DCConList.ListResult](-list-result/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/request.md index edcf7e6a..143b6282 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/request.md @@ -1,14 +1,14 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.dccon](../index.md)/[DCConList](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.dccon](../index.html)/[DCConList](index.html) +/[request](request.html) +# request +[jvm]\ +fun [request](request.html)(): [DCConList.ListResult](-list-result/index.html) -# request -[jvm] -Content -fun [request](request.md)(): [DCConList.ListResult](-list-result/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/index.md index 9088fa75..20d53852 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.dccon/index.md @@ -1,18 +1,19 @@ --- -title: be.zvz.kotlininside.api.dccon - +title: be.zvz.kotlininside.api.dccon --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.dccon](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.dccon](index.html) +# Package be.zvz.kotlininside.api.dccon +## Types -# Package be.zvz.kotlininside.api.dccon - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [DCConBuy](-d-c-con-buy/index.md)| [jvm]
Content
class [DCConBuy](-d-c-con-buy/index.md)(**dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.md), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [DCConDetail](-d-c-con-detail/index.md)| [jvm]
Content
class [DCConDetail](-d-c-con-detail/index.md)(**dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.md))


-| [DCConList](-d-c-con-list/index.md)| [jvm]
Content
class [DCConList](-d-c-con-list/index.md)(**session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


+| [DCConBuy](-d-c-con-buy/index.html) | [jvm]
class [DCConBuy](-d-c-con-buy/index.html)(** +dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [DCConDetail](-d-c-con-detail/index.html) | [jvm]
class [DCConDetail](-d-c-con-detail/index.html)(** +dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.html)) | +| [DCConList](-d-c-con-list/index.html) | [jvm]
class [DCConList](-d-c-con-list/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-join-mini-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-join-mini-gallery.md index 9454e723..78bebfb9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-join-mini-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-join-mini-gallery.md @@ -1,16 +1,16 @@ --- -title: JoinMiniGallery - +title: JoinMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[JoinMiniGallery](index.md) -/[JoinMiniGallery](-join-mini-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[JoinMiniGallery](index.html)/[JoinMiniGallery](-join-mini-gallery.html) # JoinMiniGallery -[jvm] -Content -fun [JoinMiniGallery](-join-mini-gallery.md)( +[jvm]\ +fun [JoinMiniGallery](-join-mini-gallery.html)( gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/-member-join-ok-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/-member-join-ok-result.md index 487c591a..6181e6ab 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/-member-join-ok-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/-member-join-ok-result.md @@ -1,17 +1,17 @@ --- -title: MemberJoinOkResult - +title: MemberJoinOkResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinOkResult](index.md)/[MemberJoinOkResult](-member-join-ok-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinOkResult](index.html)/[MemberJoinOkResult](-member-join-ok-result.html) # MemberJoinOkResult -[jvm] -Content -fun [MemberJoinOkResult](-member-join-ok-result.md)( +[jvm]\ +fun [MemberJoinOkResult](-member-join-ok-result.html)( result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -status: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +status: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/cause.md index 3cb989f1..1842d40a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinOkResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinOkResult](index.html)/[cause](cause.html) # cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md index df56fe76..d05a0b5c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.md @@ -1,33 +1,22 @@ --- -title: MemberJoinOkResult - +title: MemberJoinOkResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinOkResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinOkResult](index.html) # MemberJoinOkResult -[jvm] data class [MemberJoinOkResult](index.md)(** +[jvm]\ +data class [MemberJoinOkResult](index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** status**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), status: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [JoinMiniGallery.MemberJoinOkResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [status](status.md)| [jvm] val [status](status.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [status](status.html) | [jvm]
val [status](status.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/result.md index 19cb0130..156a03bd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinOkResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinOkResult](index.html)/[result](result.html) # result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/status.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/status.md index d1d4a00e..4ec6353f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/status.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/status.md @@ -1,14 +1,14 @@ --- -title: status - +title: status --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinOkResult](index.md)/[status](status.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinOkResult](index.html)/[status](status.html) # status -[jvm] -Content -val [status](status.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [status](status.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/-member-join-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/-member-join-result.md index 9837876b..9637b75f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/-member-join-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/-member-join-result.md @@ -1,16 +1,16 @@ --- -title: MemberJoinResult - +title: MemberJoinResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinResult](index.md)/[MemberJoinResult](-member-join-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinResult](index.html)/[MemberJoinResult](-member-join-result.html) # MemberJoinResult -[jvm] -Content -fun [MemberJoinResult](-member-join-result.md)( +[jvm]\ +fun [MemberJoinResult](-member-join-result.html)( result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), -joinQuestion: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +joinQuestion: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md index b95fca73..e82b7e9c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.md @@ -1,30 +1,20 @@ --- -title: MemberJoinResult - +title: MemberJoinResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinResult](index.html) # MemberJoinResult -[jvm] data class [MemberJoinResult](index.md)(** +[jvm]\ +data class [MemberJoinResult](index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** joinQuestion**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), joinQuestion: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [JoinMiniGallery.MemberJoinResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [joinQuestion](join-question.md)| [jvm] val [joinQuestion](join-question.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [joinQuestion](join-question.html) | [jvm]
val [joinQuestion](join-question.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/join-question.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/join-question.md index e1a8440a..d2e5d87d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/join-question.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/join-question.md @@ -1,14 +1,14 @@ --- -title: joinQuestion - +title: joinQuestion --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinResult](index.md)/[joinQuestion](join-question.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinResult](index.html)/[joinQuestion](join-question.html) # joinQuestion -[jvm] -Content -val [joinQuestion](join-question.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [joinQuestion](join-question.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/result.md index 77762be6..db6ebed6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[JoinMiniGallery](../index.md)/[MemberJoinResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[JoinMiniGallery](../index.html)/[MemberJoinResult](index.html)/[result](result.html) # result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/index.md index a3063266..827684b5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/index.md @@ -1,34 +1,33 @@ --- -title: JoinMiniGallery - +title: JoinMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[JoinMiniGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[JoinMiniGallery](index.html) # JoinMiniGallery -[jvm] class [JoinMiniGallery](index.md)(** +[jvm]\ +class [JoinMiniGallery](index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [MemberJoinOkResult](-member-join-ok-result/index.md)| [jvm]
Content
data class [MemberJoinOkResult](-member-join-ok-result/index.md)(** +| [MemberJoinOkResult](-member-join-ok-result/index.html) | [jvm]
data class [MemberJoinOkResult](-member-join-ok-result/index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -status**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [MemberJoinResult](-member-join-result/index.md)| [jvm]
Content
data class [MemberJoinResult](-member-join-result/index.md)(** +status**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [MemberJoinResult](-member-join-result/index.html) | [jvm]
data class [MemberJoinResult](-member-join-result/index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** -joinQuestion**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+joinQuestion**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [join](join.md)| [jvm]
Content
fun [join](join.md)(): [Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[JoinMiniGallery.MemberJoinResult](-member-join-result/index.md), [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.md)>


-| [requestMemberJoin](request-member-join.md)| [jvm]
Content
fun [requestMemberJoin](request-member-join.md)(): [JoinMiniGallery.MemberJoinResult](-member-join-result/index.md)


-| [requestMemberJoinOk](request-member-join-ok.md)| [jvm]
Content
fun [requestMemberJoinOk](request-member-join-ok.md)(): [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.md)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [join](join.html) | [jvm]
fun [join](join.html)(): [Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[JoinMiniGallery.MemberJoinResult](-member-join-result/index.html), [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.html)> | +| [requestMemberJoin](request-member-join.html) | [jvm]
fun [requestMemberJoin](request-member-join.html)(): [JoinMiniGallery.MemberJoinResult](-member-join-result/index.html) | +| [requestMemberJoinOk](request-member-join-ok.html) | [jvm]
fun [requestMemberJoinOk](request-member-join-ok.html)(): [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/join.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/join.md index 671f615f..e9b2b972 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/join.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/join.md @@ -1,15 +1,15 @@ --- -title: join - +title: join --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[JoinMiniGallery](index.md) -/[join](join.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[JoinMiniGallery](index.html)/[join](join.html) # join -[jvm] -Content -fun [join](join.md)(): [Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[JoinMiniGallery.MemberJoinResult]( --member-join-result/index.md), [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.md)> +[jvm]\ +fun [join](join.html)(): [Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html)<[JoinMiniGallery.MemberJoinResult]( +-member-join-result/index.html), [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join-ok.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join-ok.md index ad331e7d..77305900 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join-ok.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join-ok.md @@ -1,14 +1,14 @@ --- -title: requestMemberJoinOk - +title: requestMemberJoinOk --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[JoinMiniGallery](index.md) -/[requestMemberJoinOk](request-member-join-ok.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[JoinMiniGallery](index.html)/[requestMemberJoinOk](request-member-join-ok.html) # requestMemberJoinOk -[jvm] -Content -fun [requestMemberJoinOk](request-member-join-ok.md)(): [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.md) +[jvm]\ +fun [requestMemberJoinOk](request-member-join-ok.html)(): [JoinMiniGallery.MemberJoinOkResult](-member-join-ok-result/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join.md index dee28bee..f115389c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join.md @@ -1,14 +1,14 @@ --- -title: requestMemberJoin - +title: requestMemberJoin --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[JoinMiniGallery](index.md) -/[requestMemberJoin](request-member-join.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[JoinMiniGallery](index.html)/[requestMemberJoin](request-member-join.html) # requestMemberJoin -[jvm] -Content -fun [requestMemberJoin](request-member-join.md)(): [JoinMiniGallery.MemberJoinResult](-member-join-result/index.md) +[jvm]\ +fun [requestMemberJoin](request-member-join.html)(): [JoinMiniGallery.MemberJoinResult](-member-join-result/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/-member-quit-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/-member-quit-result.md index 77300f48..cc468c17 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/-member-quit-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/-member-quit-result.md @@ -1,15 +1,15 @@ --- -title: MemberQuitResult - +title: MemberQuitResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[QuitMiniGallery](../index.md)/[MemberQuitResult](index.md)/[MemberQuitResult](-member-quit-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[QuitMiniGallery](../index.html)/[MemberQuitResult](index.html)/[MemberQuitResult](-member-quit-result.html) # MemberQuitResult -[jvm] -Content -fun [MemberQuitResult](-member-quit-result.md)( -result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) +[jvm]\ +fun [MemberQuitResult](-member-quit-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.md index eb0deb9f..ad40a874 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.md @@ -1,27 +1,18 @@ --- -title: MemberQuitResult - +title: MemberQuitResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[QuitMiniGallery](../index.md)/[MemberQuitResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[QuitMiniGallery](../index.html)/[MemberQuitResult](index.html) # MemberQuitResult -[jvm] data class [MemberQuitResult](index.md)(** +[jvm]\ +data class [MemberQuitResult](index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [QuitMiniGallery.MemberQuitResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/result.md index 7f3a564a..c1381611 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../../index.md) -/[QuitMiniGallery](../index.md)/[MemberQuitResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../../index.html) +/[QuitMiniGallery](../index.html)/[MemberQuitResult](index.html)/[result](result.html) # result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-quit-mini-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-quit-mini-gallery.md index da765f30..7926d417 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-quit-mini-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-quit-mini-gallery.md @@ -1,16 +1,16 @@ --- -title: QuitMiniGallery - +title: QuitMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[QuitMiniGallery](index.md) -/[QuitMiniGallery](-quit-mini-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[QuitMiniGallery](index.html)/[QuitMiniGallery](-quit-mini-gallery.html) # QuitMiniGallery -[jvm] -Content -fun [QuitMiniGallery](-quit-mini-gallery.md)( +[jvm]\ +fun [QuitMiniGallery](-quit-mini-gallery.html)( gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/index.md index 228a2188..f2966d4d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/index.md @@ -1,27 +1,26 @@ --- -title: QuitMiniGallery - +title: QuitMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[QuitMiniGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[QuitMiniGallery](index.html) # QuitMiniGallery -[jvm] class [QuitMiniGallery](index.md)(** +[jvm]\ +class [QuitMiniGallery](index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [MemberQuitResult](-member-quit-result/index.md)| [jvm]
Content
data class [MemberQuitResult](-member-quit-result/index.md)(** -result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+| [MemberQuitResult](-member-quit-result/index.html) | [jvm]
data class [MemberQuitResult](-member-quit-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) | ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [quit](quit.md)| [jvm]
Content
fun [quit](quit.md)(): [QuitMiniGallery.MemberQuitResult](-member-quit-result/index.md)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [quit](quit.html) | [jvm]
fun [quit](quit.html)(): [QuitMiniGallery.MemberQuitResult](-member-quit-result/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/quit.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/quit.md index b0a4e5d9..da858394 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/quit.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/quit.md @@ -1,14 +1,14 @@ --- -title: quit - +title: quit --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.minigallery](../index.md)/[QuitMiniGallery](index.md) -/[quit](quit.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](../index.html) +/[QuitMiniGallery](index.html)/[quit](quit.html) # quit -[jvm] -Content -fun [quit](quit.md)(): [QuitMiniGallery.MemberQuitResult](-member-quit-result/index.md) +[jvm]\ +fun [quit](quit.html)(): [QuitMiniGallery.MemberQuitResult](-member-quit-result/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/index.md index 03fc5791..8aaa439a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/index.md @@ -1,18 +1,18 @@ --- -title: be.zvz.kotlininside.api.generic.minigallery - +title: be.zvz.kotlininside.api.generic.minigallery --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.generic.minigallery](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.generic.minigallery](index.html) # Package be.zvz.kotlininside.api.generic.minigallery ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [JoinMiniGallery](-join-mini-gallery/index.md)| [jvm]
Content
class [JoinMiniGallery](-join-mini-gallery/index.md)(** +| [JoinMiniGallery](-join-mini-gallery/index.html) | [jvm]
class [JoinMiniGallery](-join-mini-gallery/index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [QuitMiniGallery](-quit-mini-gallery/index.md)| [jvm]
Content
class [QuitMiniGallery](-quit-mini-gallery/index.md)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [QuitMiniGallery](-quit-mini-gallery/index.html) | [jvm]
class [QuitMiniGallery](-quit-mini-gallery/index.html)(** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


+session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-joined-mini-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-joined-mini-gallery.md index 4bd9aea4..ef540887 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-joined-mini-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-joined-mini-gallery.md @@ -1,15 +1,15 @@ --- -title: CheckJoinedMiniGallery - +title: CheckJoinedMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md) -/[CheckJoinedMiniGallery](index.md)/[CheckJoinedMiniGallery](-check-joined-mini-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[CheckJoinedMiniGallery](index.html)/[CheckJoinedMiniGallery](-check-joined-mini-gallery.html) # CheckJoinedMiniGallery -[jvm] -Content -fun [CheckJoinedMiniGallery](-check-joined-mini-gallery.md)( -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +fun [CheckJoinedMiniGallery](-check-joined-mini-gallery.html)( +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/-check-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/-check-result.md index 1473a28b..c2ea5d46 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/-check-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/-check-result.md @@ -1,19 +1,19 @@ --- -title: CheckResult - +title: CheckResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[CheckResult](index.md)/[CheckResult](-check-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[CheckResult](index.html)/[CheckResult](-check-result.html) # CheckResult -[jvm] -Content -fun [CheckResult](-check-result.md)( +[jvm]\ +fun [CheckResult](-check-result.html)( myJoinMiniIn: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( -../-gallery/index.md)>, +../-gallery/index.html)>, myJoinMiniHold: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( -../-gallery/index.md)>, -myJoinMiniOut: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>) +../-gallery/index.html)>, +myJoinMiniOut: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.html)>) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.md index e1ff5ada..529d90b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.md @@ -1,35 +1,24 @@ --- -title: CheckResult - +title: CheckResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[CheckResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[CheckResult](index.html) # CheckResult -[jvm] data class [CheckResult](index.md)(** +[jvm]\ +data class [CheckResult](index.html)(** myJoinMiniIn**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( -../-gallery/index.md)>, ** +../-gallery/index.html)>, ** myJoinMiniHold**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( -../-gallery/index.md)>, ** -myJoinMiniOut**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>) - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(myJoinMiniIn: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>, myJoinMiniHold: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>, myJoinMiniOut: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>): [CheckJoinedMiniGallery.CheckResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+../-gallery/index.html)>, ** +myJoinMiniOut**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.html)>) ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [myJoinMiniHold](my-join-mini-hold.md)| [jvm] val [myJoinMiniHold](my-join-mini-hold.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>
-| [myJoinMiniIn](my-join-mini-in.md)| [jvm] val [myJoinMiniIn](my-join-mini-in.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>
-| [myJoinMiniOut](my-join-mini-out.md)| [jvm] val [myJoinMiniOut](my-join-mini-out.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.md)>
+| [myJoinMiniHold](my-join-mini-hold.html) | [jvm]
val [myJoinMiniHold](my-join-mini-hold.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.html)> | +| [myJoinMiniIn](my-join-mini-in.html) | [jvm]
val [myJoinMiniIn](my-join-mini-in.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.html)> | +| [myJoinMiniOut](my-join-mini-out.html) | [jvm]
val [myJoinMiniOut](my-join-mini-out.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](../-gallery/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-hold.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-hold.md index 0a4e03a3..2cee13c5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-hold.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-hold.md @@ -1,15 +1,15 @@ --- -title: myJoinMiniHold - +title: myJoinMiniHold --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[CheckResult](index.md)/[myJoinMiniHold](my-join-mini-hold.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[CheckResult](index.html)/[myJoinMiniHold](my-join-mini-hold.html) # myJoinMiniHold -[jvm] -Content -val [myJoinMiniHold](my-join-mini-hold.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( -../-gallery/index.md)> +[jvm]\ +val [myJoinMiniHold](my-join-mini-hold.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( +../-gallery/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-in.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-in.md index 3075648f..18f55600 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-in.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-in.md @@ -1,15 +1,15 @@ --- -title: myJoinMiniIn - +title: myJoinMiniIn --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[CheckResult](index.md)/[myJoinMiniIn](my-join-mini-in.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[CheckResult](index.html)/[myJoinMiniIn](my-join-mini-in.html) # myJoinMiniIn -[jvm] -Content -val [myJoinMiniIn](my-join-mini-in.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( -../-gallery/index.md)> +[jvm]\ +val [myJoinMiniIn](my-join-mini-in.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( +../-gallery/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-out.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-out.md index 41d02378..813cddce 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-out.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-out.md @@ -1,15 +1,15 @@ --- -title: myJoinMiniOut - +title: myJoinMiniOut --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[CheckResult](index.md)/[myJoinMiniOut](my-join-mini-out.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[CheckResult](index.html)/[myJoinMiniOut](my-join-mini-out.html) # myJoinMiniOut -[jvm] -Content -val [myJoinMiniOut](my-join-mini-out.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( -../-gallery/index.md)> +[jvm]\ +val [myJoinMiniOut](my-join-mini-out.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery]( +../-gallery/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/-gallery.md index 73e3f523..d98f5a2a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/-gallery.md @@ -1,16 +1,16 @@ --- -title: Gallery - +title: Gallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[Gallery](index.md)/[Gallery](-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[Gallery](index.html)/[Gallery](-gallery.html) # Gallery -[jvm] -Content -fun [Gallery](-gallery.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +[jvm]\ +fun [Gallery](-gallery.html)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) +hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/hide.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/hide.md index f3c586c9..cc89a652 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/hide.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/hide.md @@ -1,14 +1,14 @@ --- -title: hide - +title: hide --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[Gallery](index.md)/[hide](hide.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[Gallery](index.html)/[hide](hide.html) # hide -[jvm] -Content -val [hide](hide.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [hide](hide.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/id.md index 804fd767..32d81a89 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[Gallery](index.md)/[id](id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[Gallery](index.html)/[id](id.html) # id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/index.md index 991de10f..edc92877 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/index.md @@ -1,33 +1,22 @@ --- -title: Gallery - +title: Gallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[Gallery](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[Gallery](index.html) # Gallery -[jvm] data class [Gallery](index.md)(** +[jvm]\ +data class [Gallery](index.html)(** title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [CheckJoinedMiniGallery.Gallery](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [hide](hide.md)| [jvm] val [hide](hide.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [hide](hide.html) | [jvm]
val [hide](hide.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/title.md index 5770edcc..830bf418 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckJoinedMiniGallery](../index.md)/[Gallery](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckJoinedMiniGallery](../index.html)/[Gallery](index.html)/[title](title.html) # title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/index.md index 64da27ba..c75ec1d9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/index.md @@ -1,33 +1,31 @@ --- -title: CheckJoinedMiniGallery - +title: CheckJoinedMiniGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md) -/[CheckJoinedMiniGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[CheckJoinedMiniGallery](index.html) # CheckJoinedMiniGallery -[jvm] class [CheckJoinedMiniGallery](index.md)(** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +class [CheckJoinedMiniGallery](index.html)(** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [CheckResult](-check-result/index.md)| [jvm]
Content
data class [CheckResult](-check-result/index.md)(** -myJoinMiniIn**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](-gallery/index.md)>, ** -myJoinMiniHold**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](-gallery/index.md)>, ** -myJoinMiniOut**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](-gallery/index.md)>)


-| [Gallery](-gallery/index.md)| [jvm]
Content
data class [Gallery](-gallery/index.md)(** +| [CheckResult](-check-result/index.html) | [jvm]
data class [CheckResult](-check-result/index.html)(** +myJoinMiniIn**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](-gallery/index.html)>, ** +myJoinMiniHold**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](-gallery/index.html)>, ** +myJoinMiniOut**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckJoinedMiniGallery.Gallery](-gallery/index.html)>) | +| [Gallery](-gallery/index.html) | [jvm]
data class [Gallery](-gallery/index.html)(** title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


+hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [CheckJoinedMiniGallery.CheckResult](-check-result/index.md)
More info
내 갤러리 정보를 받아옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [CheckJoinedMiniGallery.CheckResult](-check-result/index.html)
내 갤러리 정보를 받아옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/request.md index d7dd96bc..730db24c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/request.md @@ -1,15 +1,13 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md) -/[CheckJoinedMiniGallery](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[CheckJoinedMiniGallery](index.html)/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [CheckJoinedMiniGallery.CheckResult](-check-result/index.md) -More info +[jvm]\ +fun [request](request.html)(): [CheckJoinedMiniGallery.CheckResult](-check-result/index.html) 내 갤러리 정보를 받아옵니다. @@ -17,7 +15,6 @@ More info 내 갤러리 정보를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-managed-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-managed-gallery.md index 77a3f626..35be6fbf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-managed-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-managed-gallery.md @@ -1,15 +1,15 @@ --- -title: CheckManagedGallery - +title: CheckManagedGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[CheckManagedGallery](index.md) -/[CheckManagedGallery](-check-managed-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[CheckManagedGallery](index.html)/[CheckManagedGallery](-check-managed-gallery.html) # CheckManagedGallery -[jvm] -Content -fun [CheckManagedGallery](-check-managed-gallery.md)( -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +fun [CheckManagedGallery](-check-managed-gallery.html)( +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/-check-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/-check-result.md index 4c12d4bd..145d2ce5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/-check-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/-check-result.md @@ -1,15 +1,15 @@ --- -title: CheckResult - +title: CheckResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[CheckResult](index.md)/[CheckResult](-check-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[CheckResult](index.html)/[CheckResult](-check-result.html) # CheckResult -[jvm] -Content -fun [CheckResult](-check-result.md)( -myManageList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.md)>) +[jvm]\ +fun [CheckResult](-check-result.html)( +myManageList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.html)>) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.md index e68484a0..e1869837 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.md @@ -1,27 +1,18 @@ --- -title: CheckResult - +title: CheckResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[CheckResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[CheckResult](index.html) # CheckResult -[jvm] data class [CheckResult](index.md)(** -myManageList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.md)>) - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(myManageList: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.md)>): [CheckManagedGallery.CheckResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+[jvm]\ +data class [CheckResult](index.html)(** +myManageList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.html)>) ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [myManageList](my-manage-list.md)| [jvm] val [myManageList](my-manage-list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.md)>
+| [myManageList](my-manage-list.html) | [jvm]
val [myManageList](my-manage-list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](../-gallery/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/my-manage-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/my-manage-list.md index ef5c4a51..efec789c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/my-manage-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/my-manage-list.md @@ -1,15 +1,15 @@ --- -title: myManageList - +title: myManageList --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[CheckResult](index.md)/[myManageList](my-manage-list.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[CheckResult](index.html)/[myManageList](my-manage-list.html) # myManageList -[jvm] -Content -val [myManageList](my-manage-list.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery]( -../-gallery/index.md)> +[jvm]\ +val [myManageList](my-manage-list.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery]( +../-gallery/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/-gallery.md index 391de03e..a547b83f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/-gallery.md @@ -1,18 +1,18 @@ --- -title: Gallery - +title: Gallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[Gallery](index.md)/[Gallery](-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[Gallery](index.html)/[Gallery](-gallery.html) # Gallery -[jvm] -Content -fun [Gallery](-gallery.md)(hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +[jvm]\ +fun [Gallery](-gallery.html)(hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -managerType: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +managerType: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/hide.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/hide.md index 0521962e..bb9715d8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/hide.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/hide.md @@ -1,14 +1,14 @@ --- -title: hide - +title: hide --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[Gallery](index.md)/[hide](hide.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[Gallery](index.html)/[hide](hide.html) # hide -[jvm] -Content -val [hide](hide.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [hide](hide.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/id.md index c90b3aa8..f7b76442 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[Gallery](index.md)/[id](id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[Gallery](index.html)/[id](id.html) # id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/index.md index 03a684aa..263ab17e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/index.md @@ -1,39 +1,25 @@ --- -title: Gallery - +title: Gallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[Gallery](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[Gallery](index.html) # Gallery -[jvm] data class [Gallery](index.md)(** -hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** -id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +[jvm]\ +data class [Gallery](index.html)(**hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +, **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** type**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** managerType**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), type: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), managerType: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [CheckManagedGallery.Gallery](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [hide](hide.md)| [jvm] val [hide](hide.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [managerType](manager-type.md)| [jvm] val [managerType](manager-type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [type](type.md)| [jvm] val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [hide](hide.html) | [jvm]
val [hide](hide.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [managerType](manager-type.html) | [jvm]
val [managerType](manager-type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [type](type.html) | [jvm]
val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/manager-type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/manager-type.md index c47ea3ae..f2f0bfc0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/manager-type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/manager-type.md @@ -1,14 +1,14 @@ --- -title: managerType - +title: managerType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[Gallery](index.md)/[managerType](manager-type.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[Gallery](index.html)/[managerType](manager-type.html) # managerType -[jvm] -Content -val [managerType](manager-type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [managerType](manager-type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/title.md index eb51ece2..fbc3db2a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[Gallery](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[Gallery](index.html)/[title](title.html) # title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/type.md index 22cd9486..3b500d99 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/type.md @@ -1,14 +1,14 @@ --- -title: type - +title: type --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[CheckManagedGallery](../index.md)/[Gallery](index.md)/[type](type.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[CheckManagedGallery](../index.html)/[Gallery](index.html)/[type](type.html) # type -[jvm] -Content -val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [type](type.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/index.md index dd199e48..16779560 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/index.md @@ -1,31 +1,30 @@ --- -title: CheckManagedGallery - +title: CheckManagedGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[CheckManagedGallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[CheckManagedGallery](index.html) # CheckManagedGallery -[jvm] class [CheckManagedGallery](index.md)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +class [CheckManagedGallery](index.html)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [CheckResult](-check-result/index.md)| [jvm]
Content
data class [CheckResult](-check-result/index.md)(** -myManageList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](-gallery/index.md)>)


-| [Gallery](-gallery/index.md)| [jvm]
Content
data class [Gallery](-gallery/index.md)(** +| [CheckResult](-check-result/index.html) | [jvm]
data class [CheckResult](-check-result/index.html)(** +myManageList**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[CheckManagedGallery.Gallery](-gallery/index.html)>) | +| [Gallery](-gallery/index.html) | [jvm]
data class [Gallery](-gallery/index.html)(** hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** type**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -managerType**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+managerType**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [CheckManagedGallery.CheckResult](-check-result/index.md)
More info
내 갤러리 정보를 받아옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [CheckManagedGallery.CheckResult](-check-result/index.html)
내 갤러리 정보를 받아옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/request.md index 6d492410..abdf9167 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/request.md @@ -1,15 +1,13 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[CheckManagedGallery](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[CheckManagedGallery](index.html)/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [CheckManagedGallery.CheckResult](-check-result/index.md) -More info +[jvm]\ +fun [request](request.html)(): [CheckManagedGallery.CheckResult](-check-result/index.html) 내 갤러리 정보를 받아옵니다. @@ -17,7 +15,6 @@ More info 내 갤러리 정보를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/-modify-my-gall-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/-modify-my-gall-result.md index 61a6e852..ef9a2069 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/-modify-my-gall-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/-modify-my-gall-result.md @@ -1,16 +1,16 @@ --- -title: ModifyMyGallResult - +title: ModifyMyGallResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[ModifyMyGall](../index.md)/[ModifyMyGallResult](index.md)/[ModifyMyGallResult](-modify-my-gall-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[ModifyMyGall](../index.html)/[ModifyMyGallResult](index.html)/[ModifyMyGallResult](-modify-my-gall-result.html) # ModifyMyGallResult -[jvm] -Content -fun [ModifyMyGallResult](-modify-my-gall-result.md)( +[jvm]\ +fun [ModifyMyGallResult](-modify-my-gall-result.html)( result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), -cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/cause.md index e2718cb7..88afda32 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[ModifyMyGall](../index.md)/[ModifyMyGallResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[ModifyMyGall](../index.html)/[ModifyMyGallResult](index.html)/[cause](cause.html) # cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.md index ca0ad257..09c8b52c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.md @@ -1,30 +1,20 @@ --- -title: ModifyMyGallResult - +title: ModifyMyGallResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[ModifyMyGall](../index.md)/[ModifyMyGallResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[ModifyMyGall](../index.html)/[ModifyMyGallResult](index.html) # ModifyMyGallResult -[jvm] data class [ModifyMyGallResult](index.md)(** +[jvm]\ +data class [ModifyMyGallResult](index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [ModifyMyGall.ModifyMyGallResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/result.md index 438d5c0a..9b4b68d1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md) -/[ModifyMyGall](../index.md)/[ModifyMyGallResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[ModifyMyGall](../index.html)/[ModifyMyGallResult](index.html)/[result](result.html) # result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall.md index a43348b0..40e30e31 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall.md @@ -1,17 +1,17 @@ --- -title: ModifyMyGall - +title: ModifyMyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[ModifyMyGall](index.md) -/[ModifyMyGall](-modify-my-gall.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[ModifyMyGall](index.html)/[ModifyMyGall](-modify-my-gall.html) # ModifyMyGall -[jvm] -Content -fun [ModifyMyGall](-modify-my-gall.md)( +[jvm]\ +fun [ModifyMyGall](-modify-my-gall.html)( gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/index.md index fa6b65ba..08d13830 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/index.md @@ -1,29 +1,28 @@ --- -title: ModifyMyGall - +title: ModifyMyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[ModifyMyGall](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[ModifyMyGall](index.html) # ModifyMyGall -[jvm] class [ModifyMyGall](index.md)(** +[jvm]\ +class [ModifyMyGall](index.html)(** gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [ModifyMyGallResult](-modify-my-gall-result/index.md)| [jvm]
Content
data class [ModifyMyGallResult](-modify-my-gall-result/index.md)(** +| [ModifyMyGallResult](-modify-my-gall-result/index.html) | [jvm]
data class [ModifyMyGallResult](-modify-my-gall-result/index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** -cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [ModifyMyGall.ModifyMyGallResult](-modify-my-gall-result/index.md)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [ModifyMyGall.ModifyMyGallResult](-modify-my-gall-result/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/request.md index e961cbb8..e6f38a63 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/request.md @@ -1,14 +1,14 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[ModifyMyGall](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html) +/[ModifyMyGall](index.html)/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [ModifyMyGall.ModifyMyGallResult](-modify-my-gall-result/index.md) +[jvm]\ +fun [request](request.html)(): [ModifyMyGall.ModifyMyGallResult](-modify-my-gall-result/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/-my-gall-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/-my-gall-result.md index 403b314d..c978b47c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/-my-gall-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/-my-gall-result.md @@ -1,17 +1,17 @@ --- -title: MyGallResult - +title: MyGallResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md)/[MyGall](../index.md) -/[MyGallResult](index.md)/[MyGallResult](-my-gall-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[MyGall](../index.html)/[MyGallResult](index.html)/[MyGallResult](-my-gall-result.html) # MyGallResult -[jvm] -Content -fun [MyGallResult](-my-gall-result.md)( +[jvm]\ +fun [MyGallResult](-my-gall-result.html)( myGall: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( -../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, -favorite: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>) +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, +favorite: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)>) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/favorite.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/favorite.md index 6f5dc349..1d03cc1f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/favorite.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/favorite.md @@ -1,15 +1,15 @@ --- -title: favorite - +title: favorite --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md)/[MyGall](../index.md) -/[MyGallResult](index.md)/[favorite](favorite.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[MyGall](../index.html)/[MyGallResult](index.html)/[favorite](favorite.html) # favorite -[jvm] -Content -val [favorite](favorite.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( -../../../be.zvz.kotlininside.api.type/-gallery/index.md)> +[jvm]\ +val [favorite](favorite.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.md index a115bdf9..4345838d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.md @@ -1,31 +1,21 @@ --- -title: MyGallResult - +title: MyGallResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md)/[MyGall](../index.md) -/[MyGallResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[MyGall](../index.html)/[MyGallResult](index.html) # MyGallResult -[jvm] data class [MyGallResult](index.md)(** +[jvm]\ +data class [MyGallResult](index.html)(** myGall**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( -../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, ** -favorite**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>) - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(myGall: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, favorite: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>): [MyGall.MyGallResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +favorite**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)>) ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [favorite](favorite.md)| [jvm] val [favorite](favorite.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
-| [myGall](my-gall.md)| [jvm] val [myGall](my-gall.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
+| [favorite](favorite.html) | [jvm]
val [favorite](favorite.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | +| [myGall](my-gall.html) | [jvm]
val [myGall](my-gall.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/my-gall.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/my-gall.md index fc9ff441..2d198513 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/my-gall.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/my-gall.md @@ -1,15 +1,15 @@ --- -title: myGall - +title: myGall --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../../index.md)/[MyGall](../index.md) -/[MyGallResult](index.md)/[myGall](my-gall.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../../index.html) +/[MyGall](../index.html)/[MyGallResult](index.html)/[myGall](my-gall.html) # myGall -[jvm] -Content -val [myGall](my-gall.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( -../../../be.zvz.kotlininside.api.type/-gallery/index.md)> +[jvm]\ +val [myGall](my-gall.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall.md index bb7e30de..bc350e53 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall.md @@ -1,14 +1,14 @@ --- -title: MyGall - +title: MyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[MyGall](index.md) -/[MyGall](-my-gall.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html)/[MyGall](index.html) +/[MyGall](-my-gall.html) # MyGall -[jvm] -Content -fun [MyGall](-my-gall.md)(session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +fun [MyGall](-my-gall.html)(session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/index.md index ad5b0131..7c66ceb0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/index.md @@ -1,26 +1,24 @@ --- -title: MyGall - +title: MyGall --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[MyGall](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html)/[MyGall](index.html) # MyGall -[jvm] class [MyGall](index.md)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +[jvm]\ +class [MyGall](index.html)(**session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [MyGallResult](-my-gall-result/index.md)| [jvm]
Content
data class [MyGallResult](-my-gall-result/index.md)(** -myGall**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>, ** -favorite**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>)


+| [MyGallResult](-my-gall-result/index.html) | [jvm]
data class [MyGallResult](-my-gall-result/index.html)(** +myGall**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +favorite**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>) | ## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [MyGall.MyGallResult](-my-gall-result/index.md)
More info
내 갤러리 정보를 받아옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [MyGall.MyGallResult](-my-gall-result/index.html)
내 갤러리 정보를 받아옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/request.md index 088947c6..9bf3b488 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/request.md @@ -1,15 +1,13 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic.userinfo](../index.md)/[MyGall](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](../index.html)/[MyGall](index.html) +/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [MyGall.MyGallResult](-my-gall-result/index.md) -More info +[jvm]\ +fun [request](request.html)(): [MyGall.MyGallResult](-my-gall-result/index.html) 내 갤러리 정보를 받아옵니다. @@ -17,7 +15,6 @@ More info 내 갤러리 정보를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/index.md index 6261cd3d..ca93d93e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/index.md @@ -1,22 +1,22 @@ --- -title: be.zvz.kotlininside.api.generic.userinfo - +title: be.zvz.kotlininside.api.generic.userinfo --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.generic.userinfo](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.generic.userinfo](index.html) # Package be.zvz.kotlininside.api.generic.userinfo ## Types -| Name| Summary| +| Name | Summary | |---|---| -| [CheckJoinedMiniGallery](-check-joined-mini-gallery/index.md)| [jvm]
Content
class [CheckJoinedMiniGallery](-check-joined-mini-gallery/index.md)(** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [CheckManagedGallery](-check-managed-gallery/index.md)| [jvm]
Content
class [CheckManagedGallery](-check-managed-gallery/index.md)(** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [ModifyMyGall](-modify-my-gall/index.md)| [jvm]
Content
class [ModifyMyGall](-modify-my-gall/index.md)(** +| [CheckJoinedMiniGallery](-check-joined-mini-gallery/index.html) | [jvm]
class [CheckJoinedMiniGallery](-check-joined-mini-gallery/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [CheckManagedGallery](-check-managed-gallery/index.html) | [jvm]
class [CheckManagedGallery](-check-managed-gallery/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [ModifyMyGall](-modify-my-gall/index.html) | [jvm]
class [ModifyMyGall](-modify-my-gall/index.html)(** gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [MyGall](-my-gall/index.md)| [jvm]
Content
class [MyGall](-my-gall/index.md)(** -session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


+session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [MyGall](-my-gall/index.html) | [jvm]
class [MyGall](-my-gall/index.html)(** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-gallery-ranking.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-gallery-ranking.md index cb29da9c..d6f2484c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-gallery-ranking.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-gallery-ranking.md @@ -1,14 +1,14 @@ --- -title: GalleryRanking - +title: GalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[GalleryRanking](index.md)/[GalleryRanking](-gallery-ranking.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[GalleryRanking](index.html) +/[GalleryRanking](-gallery-ranking.html) +# GalleryRanking +[jvm]\ +fun [GalleryRanking](-gallery-ranking.html)() -# GalleryRanking -[jvm] -Content -fun [GalleryRanking](-gallery-ranking.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/index.md index 231d8125..2c2621ed 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/index.md @@ -1,35 +1,18 @@ --- -title: DOWN - +title: DOWN --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[DOWN](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[DOWN](index.html) +# DOWN +[jvm]\ +[DOWN](index.html)() -# DOWN - [jvm] [DOWN](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [GalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[GalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[GalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/name.md index 3059cbcf..41e3d3f3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[DOWN](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[DOWN](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md index e6a37d07..0cb8b9cd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[DOWN](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[DOWN](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/index.md index f1f33d05..ddf0f3a2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/index.md @@ -1,35 +1,18 @@ --- -title: STOP - +title: STOP --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[STOP](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[STOP](index.html) +# STOP +[jvm]\ +[STOP](index.html)() -# STOP - [jvm] [STOP](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [GalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[GalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[GalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/name.md index 8f8ec153..2c8bd118 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[STOP](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[STOP](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md index 699796d9..853257af 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[STOP](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[STOP](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md index efda67ca..cc79981a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md @@ -1,35 +1,18 @@ --- -title: UNKNOWN - +title: UNKNOWN --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[UNKNOWN](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[UNKNOWN](index.html) +# UNKNOWN +[jvm]\ +[UNKNOWN](index.html)() -# UNKNOWN - [jvm] [UNKNOWN](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [GalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[GalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[GalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md index f1bf1d78..c8d2afaa 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[UNKNOWN](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[UNKNOWN](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md index b03454f8..9bdf373b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[UNKNOWN](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[UNKNOWN](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/index.md index a012a651..681b4672 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/index.md @@ -1,35 +1,18 @@ --- -title: UP - +title: UP --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[UP](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[UP](index.html) +# UP +[jvm]\ +[UP](index.html)() -# UP - [jvm] [UP](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [GalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[GalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[GalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/name.md index aa0026ec..390e2fb2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[UP](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[UP](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/ordinal.md index 92d57db3..17886287 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[GalleryRanking](../../index.md)/[RankType](../index.md)/[UP](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[GalleryRanking](../../index.html)/[RankType](../index.html)/[UP](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/index.md index e87f29b4..c0907427 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/index.md @@ -1,43 +1,28 @@ --- -title: RankType - +title: RankType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankType](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankType](index.html) +# RankType +[jvm]\ +enum [RankType](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[GalleryRanking.RankType]( +index.html)> -# RankType - [jvm] enum [RankType](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[GalleryRanking.RankType](index.md)> +## Entries - -## Entries - -| Name| Summary| -|---|---| -| [UP](-u-p/index.md)| [jvm] [UP](-u-p/index.md)()

-| [DOWN](-d-o-w-n/index.md)| [jvm] [DOWN](-d-o-w-n/index.md)()

-| [STOP](-s-t-o-p/index.md)| [jvm] [STOP](-s-t-o-p/index.md)()

-| [UNKNOWN](-u-n-k-n-o-w-n/index.md)| [jvm] [UNKNOWN](-u-n-k-n-o-w-n/index.md)()

- - -## Functions - -| Name| Summary| +| | | |---|---| -| [compareTo](-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.GalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [GalleryRanking.RankType](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[GalleryRanking.RankType](index.md)>>


-| [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[GalleryRanking.RankType](index.md)>


-| [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [UNKNOWN](-u-n-k-n-o-w-n/index.html) | [jvm]
[UNKNOWN](-u-n-k-n-o-w-n/index.html)() | +| [STOP](-s-t-o-p/index.html) | [jvm]
[STOP](-s-t-o-p/index.html)() | +| [DOWN](-d-o-w-n/index.html) | [jvm]
[DOWN](-d-o-w-n/index.html)() | +| [UP](-u-p/index.html) | [jvm]
[UP](-u-p/index.html)() | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](index.html#1624312753%2FProperties%2F863300109) | [jvm]
val [name](index.html#1624312753%2FProperties%2F863300109): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](index.html#-2020970003%2FProperties%2F863300109) | [jvm]
val [ordinal](index.html#-2020970003%2FProperties%2F863300109): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/-ranking-item.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/-ranking-item.md index 32fa267e..4f86ded8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/-ranking-item.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/-ranking-item.md @@ -1,14 +1,20 @@ --- -title: RankingItem - +title: RankingItem --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md)/[RankingItem](-ranking-item.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html)/[RankingItem](-ranking-item.html) +# RankingItem +[jvm]\ +fun [RankingItem](-ranking-item.html)( +gallLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +rankType: [GalleryRanking.RankType](../-rank-type/index.html), +rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +rankUpdown: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# RankingItem -[jvm] -Content -fun [RankingItem](-ranking-item.md)(gallLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), rankType: [GalleryRanking.RankType](../-rank-type/index.md), rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rankUpdown: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-id.md index cab79bb5..f303f533 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-id.md @@ -1,14 +1,14 @@ --- -title: gallId - +title: gallId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md)/[gallId](gall-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html)/[gallId](gall-id.html) +# gallId +[jvm]\ +val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallId -[jvm] -Content -val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-link.md index fdbd3c40..42b17a74 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-link.md @@ -1,14 +1,14 @@ --- -title: gallLink - +title: gallLink --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md)/[gallLink](gall-link.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html)/[gallLink](gall-link.html) +# gallLink +[jvm]\ +val [gallLink](gall-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallLink -[jvm] -Content -val [gallLink](gall-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-name.md index cc60c96e..bfca09c6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-name.md @@ -1,14 +1,14 @@ --- -title: gallName - +title: gallName --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md)/[gallName](gall-name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html)/[gallName](gall-name.html) +# gallName +[jvm]\ +val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallName -[jvm] -Content -val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.md index b55d39e1..69f7175b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.md @@ -1,38 +1,28 @@ --- -title: RankingItem - +title: RankingItem --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html) +# RankingItem +[jvm]\ +data class [RankingItem](index.html)(** +gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +rankType**: [GalleryRanking.RankType](../-rank-type/index.html), ** +rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# RankingItem - [jvm] data class [RankingItem](index.md)(**gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **rankType**: [GalleryRanking.RankType](../-rank-type/index.md), **rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [GalleryRanking.RankType](../-rank-type/index.md)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(gallLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), rankType: [GalleryRanking.RankType](../-rank-type/index.md), rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rankUpdown: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [GalleryRanking.RankingItem](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [gallId](gall-id.md)| [jvm] val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallLink](gall-link.md)| [jvm] val [gallLink](gall-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallName](gall-name.md)| [jvm] val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [rank](rank.md)| [jvm] val [rank](rank.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [rankType](rank-type.md)| [jvm] val [rankType](rank-type.md): [GalleryRanking.RankType](../-rank-type/index.md)
-| [rankUpdown](rank-updown.md)| [jvm] val [rankUpdown](rank-updown.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [gallId](gall-id.html) | [jvm]
val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallLink](gall-link.html) | [jvm]
val [gallLink](gall-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallName](gall-name.html) | [jvm]
val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [rank](rank.html) | [jvm]
val [rank](rank.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [rankType](rank-type.html) | [jvm]
val [rankType](rank-type.html): [GalleryRanking.RankType](../-rank-type/index.html) | +| [rankUpdown](rank-updown.html) | [jvm]
val [rankUpdown](rank-updown.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-type.md index 4f3c1808..3cdfebec 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-type.md @@ -1,14 +1,14 @@ --- -title: rankType - +title: rankType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md)/[rankType](rank-type.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html)/[rankType](rank-type.html) +# rankType +[jvm]\ +val [rankType](rank-type.html): [GalleryRanking.RankType](../-rank-type/index.html) -# rankType -[jvm] -Content -val [rankType](rank-type.md): [GalleryRanking.RankType](../-rank-type/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-updown.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-updown.md index 540606f8..94e57706 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-updown.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-updown.md @@ -1,14 +1,14 @@ --- -title: rankUpdown - +title: rankUpdown --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md)/[rankUpdown](rank-updown.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html)/[rankUpdown](rank-updown.html) +# rankUpdown +[jvm]\ +val [rankUpdown](rank-updown.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# rankUpdown -[jvm] -Content -val [rankUpdown](rank-updown.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank.md index 98edc31e..13eb1535 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank.md @@ -1,14 +1,14 @@ --- -title: rank - +title: rank --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GalleryRanking](../index.md)/[RankingItem](index.md)/[rank](rank.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GalleryRanking](../index.html)/[RankingItem](index.html)/[rank](rank.html) +# rank +[jvm]\ +val [rank](rank.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# rank -[jvm] -Content -val [rank](rank.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/index.md index bb0ecf63..089a2552 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/index.md @@ -1,28 +1,29 @@ --- -title: GalleryRanking - +title: GalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[GalleryRanking](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[GalleryRanking](index.html) +# GalleryRanking +[jvm]\ +class [GalleryRanking](index.html) -# GalleryRanking - [jvm] class [GalleryRanking](index.md) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [RankingItem](-ranking-item/index.md)| [jvm]
Content
data class [RankingItem](-ranking-item/index.md)(**gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **rankType**: [GalleryRanking.RankType](-rank-type/index.md), **rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


-| [RankType](-rank-type/index.md)| [jvm]
Content
enum [RankType](-rank-type/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[GalleryRanking.RankType](-rank-type/index.md)>


- - -## Functions - -| Name| Summary| +| [RankingItem](-ranking-item/index.html) | [jvm]
data class [RankingItem](-ranking-item/index.html)(** +gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +rankType**: [GalleryRanking.RankType](-rank-type/index.html), ** +rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | +| [RankType](-rank-type/index.html) | [jvm]
enum [RankType](-rank-type/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[GalleryRanking.RankType](-rank-type/index.html)> | + +## Functions + +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem](-ranking-item/index.md)>
More info
정식 갤러리 랭킹을 불러옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem](-ranking-item/index.html)>
정식 갤러리 랭킹을 불러옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/request.md index dd139bf7..89f1095e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/request.md @@ -1,16 +1,14 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[GalleryRanking](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[GalleryRanking](index.html) +/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem]( --ranking-item/index.md)> -More info +[jvm]\ +fun [request](request.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[GalleryRanking.RankingItem]( +-ranking-item/index.html)> 정식 갤러리 랭킹을 불러옵니다. @@ -18,7 +16,11 @@ More info 정식 갤러리 랭킹을 반환합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 데이터를 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/-gallery-search-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/-gallery-search-result.md index 936521d3..b3a25eb1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/-gallery-search-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/-gallery-search-result.md @@ -1,14 +1,21 @@ --- -title: GallerySearchResult - +title: GallerySearchResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GallerySearch](../index.md)/[GallerySearchResult](index.md)/[GallerySearchResult](-gallery-search-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GallerySearch](../index.html)/[GallerySearchResult](index.html)/[GallerySearchResult](-gallery-search-result.html) +# GallerySearchResult +[jvm]\ +fun [GallerySearchResult](-gallery-search-result.html)( +mainGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, +minorGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, +mainRecommendGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, +minorRecommendGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)>) -# GallerySearchResult -[jvm] -Content -fun [GallerySearchResult](-gallery-search-result.md)(mainGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, minorGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, mainRecommendGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, minorRecommendGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.md index 7aaa0fb0..11d1a5d5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.md @@ -1,34 +1,27 @@ --- -title: GallerySearchResult - +title: GallerySearchResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GallerySearch](../index.md)/[GallerySearchResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GallerySearch](../index.html)/[GallerySearchResult](index.html) +# GallerySearchResult +[jvm]\ +data class [GallerySearchResult](index.html)(** +mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +mainRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +minorRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)>) -# GallerySearchResult - [jvm] data class [GallerySearchResult](index.md)(**mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **mainRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **minorRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(mainGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, minorGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, mainRecommendGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, minorRecommendGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>): [GallerySearch.GallerySearchResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [mainGallery](main-gallery.md)| [jvm] val [mainGallery](main-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
-| [mainRecommendGallery](main-recommend-gallery.md)| [jvm] val [mainRecommendGallery](main-recommend-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
-| [minorGallery](minor-gallery.md)| [jvm] val [minorGallery](minor-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
-| [minorRecommendGallery](minor-recommend-gallery.md)| [jvm] val [minorRecommendGallery](minor-recommend-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
+| [mainGallery](main-gallery.html) | [jvm]
val [mainGallery](main-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | +| [mainRecommendGallery](main-recommend-gallery.html) | [jvm]
val [mainRecommendGallery](main-recommend-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | +| [minorGallery](minor-gallery.html) | [jvm]
val [minorGallery](minor-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | +| [minorRecommendGallery](minor-recommend-gallery.html) | [jvm]
val [minorRecommendGallery](minor-recommend-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-gallery.md index 2b94c86a..56c6dfb3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-gallery.md @@ -1,14 +1,15 @@ --- -title: mainGallery - +title: mainGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GallerySearch](../index.md)/[GallerySearchResult](index.md)/[mainGallery](main-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GallerySearch](../index.html)/[GallerySearchResult](index.html)/[mainGallery](main-gallery.html) +# mainGallery +[jvm]\ +val [mainGallery](main-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> -# mainGallery -[jvm] -Content -val [mainGallery](main-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-recommend-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-recommend-gallery.md index d03deed1..0cdc2937 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-recommend-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-recommend-gallery.md @@ -1,14 +1,15 @@ --- -title: mainRecommendGallery - +title: mainRecommendGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GallerySearch](../index.md)/[GallerySearchResult](index.md)/[mainRecommendGallery](main-recommend-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GallerySearch](../index.html)/[GallerySearchResult](index.html)/[mainRecommendGallery](main-recommend-gallery.html) +# mainRecommendGallery +[jvm]\ +val [mainRecommendGallery](main-recommend-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> -# mainRecommendGallery -[jvm] -Content -val [mainRecommendGallery](main-recommend-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-gallery.md index fd8f3057..50b3e657 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-gallery.md @@ -1,14 +1,15 @@ --- -title: minorGallery - +title: minorGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GallerySearch](../index.md)/[GallerySearchResult](index.md)/[minorGallery](minor-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GallerySearch](../index.html)/[GallerySearchResult](index.html)/[minorGallery](minor-gallery.html) +# minorGallery +[jvm]\ +val [minorGallery](minor-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> -# minorGallery -[jvm] -Content -val [minorGallery](minor-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-recommend-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-recommend-gallery.md index f67fe6bd..cfeffba1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-recommend-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-recommend-gallery.md @@ -1,14 +1,15 @@ --- -title: minorRecommendGallery - +title: minorRecommendGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[GallerySearch](../index.md)/[GallerySearchResult](index.md)/[minorRecommendGallery](minor-recommend-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[GallerySearch](../index.html)/[GallerySearchResult](index.html)/[minorRecommendGallery](minor-recommend-gallery.html) +# minorRecommendGallery +[jvm]\ +val [minorRecommendGallery](minor-recommend-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> -# minorRecommendGallery -[jvm] -Content -val [minorRecommendGallery](minor-recommend-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search.md index fdca5fc6..b78962b4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search.md @@ -1,14 +1,15 @@ --- -title: GallerySearch - +title: GallerySearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[GallerySearch](index.md)/[GallerySearch](-gallery-search.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[GallerySearch](index.html) +/[GallerySearch](-gallery-search.html) +# GallerySearch +[jvm]\ +fun [GallerySearch](-gallery-search.html)( +keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# GallerySearch -[jvm] -Content -fun [GallerySearch](-gallery-search.md)(keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/index.md index 24a94031..8dd80bc4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/index.md @@ -1,27 +1,27 @@ --- -title: GallerySearch - +title: GallerySearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[GallerySearch](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[GallerySearch](index.html) +# GallerySearch +[jvm]\ +class [GallerySearch](index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# GallerySearch - [jvm] class [GallerySearch](index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [GallerySearchResult](-gallery-search-result/index.md)| [jvm]
Content
data class [GallerySearchResult](-gallery-search-result/index.md)(**mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **mainRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **minorRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>)


+| [GallerySearchResult](-gallery-search-result/index.html) | [jvm]
data class [GallerySearchResult](-gallery-search-result/index.html)(** +mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +mainRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +minorRecommendGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [search](search.md)| [jvm]
Content
fun [search](search.md)(): [GallerySearch.GallerySearchResult](-gallery-search-result/index.md)
More info
갤러리 목록을 검색하고, 검색 결과를 받아옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [search](search.html) | [jvm]
fun [search](search.html)(): [GallerySearch.GallerySearchResult](-gallery-search-result/index.html)
갤러리 목록을 검색하고, 검색 결과를 받아옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/search.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/search.md index dc28816e..8bdf4073 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/search.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/search.md @@ -1,27 +1,20 @@ --- -title: search - +title: search --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[GallerySearch](index.md)/[search](search.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[GallerySearch](index.html) +/[search](search.html) +# search - -# search -[jvm] -Content -fun [search](search.md)(): [GallerySearch.GallerySearchResult](-gallery-search-result/index.md) -More info - +[jvm]\ +fun [search](search.html)(): [GallerySearch.GallerySearchResult](-gallery-search-result/index.html) 갤러리 목록을 검색하고, 검색 결과를 받아옵니다. - - -#### Return - +#### Return 갤러리 목록 검색 결과를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/-article.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/-article.md index e73c9d15..6af68e0a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/-article.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/-article.md @@ -1,14 +1,18 @@ --- -title: Article - +title: Article --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[Article](index.md)/[Article](-article.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[Article](index.html)/[Article](-article.html) +# Article +[jvm]\ +fun [Article](-article.html)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +thumbnail: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Article -[jvm] -Content -fun [Article](-article.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), thumbnail: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/article-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/article-id.md index 16b5b528..fa9d2297 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/article-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/article-id.md @@ -1,14 +1,14 @@ --- -title: articleId - +title: articleId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[Article](index.md)/[articleId](article-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[Article](index.html)/[articleId](article-id.html) +# articleId +[jvm]\ +val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# articleId -[jvm] -Content -val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-id.md index 1c53bb6a..41930cc1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-id.md @@ -1,14 +1,14 @@ --- -title: gallId - +title: gallId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[Article](index.md)/[gallId](gall-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[Article](index.html)/[gallId](gall-id.html) +# gallId +[jvm]\ +val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallId -[jvm] -Content -val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-name.md index 2bc70031..e11c4f0b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-name.md @@ -1,14 +1,14 @@ --- -title: gallName - +title: gallName --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[Article](index.md)/[gallName](gall-name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[Article](index.html)/[gallName](gall-name.html) +# gallName +[jvm]\ +val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# gallName -[jvm] -Content -val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/index.md index 66f43f0b..29287ab8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/index.md @@ -1,36 +1,26 @@ --- -title: Article - +title: Article --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[Article](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[Article](index.html) +# Article +[jvm]\ +data class [Article](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +thumbnail**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Article - [jvm] data class [Article](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **thumbnail**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), thumbnail: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [MainPage.Article](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [articleId](article-id.md)| [jvm] val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [gallId](gall-id.md)| [jvm] val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallName](gall-name.md)| [jvm] val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [thumbnail](thumbnail.md)| [jvm] val [thumbnail](thumbnail.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [articleId](article-id.html) | [jvm]
val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [gallId](gall-id.html) | [jvm]
val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallName](gall-name.html) | [jvm]
val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [thumbnail](thumbnail.html) | [jvm]
val [thumbnail](thumbnail.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/thumbnail.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/thumbnail.md index 8e427cc5..62ed7c23 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/thumbnail.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/thumbnail.md @@ -1,14 +1,14 @@ --- -title: thumbnail - +title: thumbnail --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[Article](index.md)/[thumbnail](thumbnail.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[Article](index.html)/[thumbnail](thumbnail.html) +# thumbnail +[jvm]\ +val [thumbnail](thumbnail.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# thumbnail -[jvm] -Content -val [thumbnail](thumbnail.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/title.md index 7bf314cf..3dfd13f4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[Article](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[Article](index.html)/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-main-page.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-main-page.md index d865e338..56baff7a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-main-page.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-main-page.md @@ -1,14 +1,14 @@ --- -title: MainPage - +title: MainPage --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MainPage](index.md)/[MainPage](-main-page.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MainPage](index.html) +/[MainPage](-main-page.html) +# MainPage +[jvm]\ +fun [MainPage](-main-page.html)() -# MainPage -[jvm] -Content -fun [MainPage](-main-page.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/-new-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/-new-gallery.md index e2c644c6..93ed6202 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/-new-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/-new-gallery.md @@ -1,14 +1,15 @@ --- -title: NewGallery - +title: NewGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[NewGallery](index.md)/[NewGallery](-new-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[NewGallery](index.html)/[NewGallery](-new-gallery.html) +# NewGallery +[jvm]\ +fun [NewGallery](-new-gallery.html)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# NewGallery -[jvm] -Content -fun [NewGallery](-new-gallery.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/id.md index 68990300..a2588d2c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[NewGallery](index.md)/[id](id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[NewGallery](index.html)/[id](id.html) +# id +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.md index 4db7712b..e74cad9e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.md @@ -1,30 +1,20 @@ --- -title: NewGallery - +title: NewGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[NewGallery](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[NewGallery](index.html) +# NewGallery +[jvm]\ +data class [NewGallery](index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# NewGallery - [jvm] data class [NewGallery](index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [MainPage.NewGallery](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/title.md index 6bccc7cf..ff450bbe 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MainPage](../index.md)/[NewGallery](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html)/[MainPage](../index.html) +/[NewGallery](index.html)/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-best.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-best.md index 2362aebe..305672e3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-best.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-best.md @@ -1,20 +1,22 @@ --- -title: getBest - +title: getBest --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MainPage](index.md)/[getBest](get-best.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MainPage](index.html) +/[getBest](get-best.html) +# getBest - -# getBest -[jvm] -Content -fun [getBest](get-best.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.md)> -More info - +[jvm]\ +fun [getBest](get-best.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article]( +-article/index.html)> 메인 화면에 표시되어 있는 베스트 게시물 목록을 가져옵니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-hit.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-hit.md index a176c26c..2250f30b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-hit.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-hit.md @@ -1,20 +1,22 @@ --- -title: getHit - +title: getHit --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MainPage](index.md)/[getHit](get-hit.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MainPage](index.html) +/[getHit](get-hit.html) +# getHit - -# getHit -[jvm] -Content -fun [getHit](get-hit.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.md)> -More info - +[jvm]\ +fun [getHit](get-hit.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article]( +-article/index.html)> 메인 화면에 표시되어 있는 Hit갤 게시물 목록을 가져옵니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-issue-zoom.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-issue-zoom.md index 5220f2c1..b95959dc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-issue-zoom.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-issue-zoom.md @@ -1,20 +1,22 @@ --- -title: getIssueZoom - +title: getIssueZoom --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MainPage](index.md)/[getIssueZoom](get-issue-zoom.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MainPage](index.html) +/[getIssueZoom](get-issue-zoom.html) +# getIssueZoom - -# getIssueZoom -[jvm] -Content -fun [getIssueZoom](get-issue-zoom.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.md)> -More info - +[jvm]\ +fun [getIssueZoom](get-issue-zoom.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article]( +-article/index.html)> 메인 화면에 표시되어 있는 이슈줌갤 게시물 목록을 가져옵니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-new-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-new-gallery.md index 180b6c1a..ad572927 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-new-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-new-gallery.md @@ -1,20 +1,22 @@ --- -title: getNewGallery - +title: getNewGallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MainPage](index.md)/[getNewGallery](get-new-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MainPage](index.html) +/[getNewGallery](get-new-gallery.html) +# getNewGallery - -# getNewGallery -[jvm] -Content -fun [getNewGallery](get-new-gallery.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery](-new-gallery/index.md)> -More info - +[jvm]\ +fun [getNewGallery](get-new-gallery.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery]( +-new-gallery/index.html)> 메인 화면에 표시되어 있는 신규 갤러리 목록을 가져옵니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 신규 갤러리 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/index.md index 01281150..503887a0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/index.md @@ -1,32 +1,34 @@ --- -title: MainPage - +title: MainPage --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MainPage](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MainPage](index.html) +# MainPage +[jvm]\ +class [MainPage](index.html) -# MainPage - [jvm] class [MainPage](index.md) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Article](-article/index.md)| [jvm]
Content
data class [Article](-article/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **thumbnail**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [NewGallery](-new-gallery/index.md)| [jvm]
Content
data class [NewGallery](-new-gallery/index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


- - -## Functions - -| Name| Summary| +| [Article](-article/index.html) | [jvm]
data class [Article](-article/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +thumbnail**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [NewGallery](-new-gallery/index.html) | [jvm]
data class [NewGallery](-new-gallery/index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | + +## Functions + +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getBest](get-best.md)| [jvm]
Content
fun [getBest](get-best.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.md)>
More info
메인 화면에 표시되어 있는 베스트 게시물 목록을 가져옵니다.


-| [getHit](get-hit.md)| [jvm]
Content
fun [getHit](get-hit.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.md)>
More info
메인 화면에 표시되어 있는 Hit갤 게시물 목록을 가져옵니다.


-| [getIssueZoom](get-issue-zoom.md)| [jvm]
Content
fun [getIssueZoom](get-issue-zoom.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.md)>
More info
메인 화면에 표시되어 있는 이슈줌갤 게시물 목록을 가져옵니다.


-| [getNewGallery](get-new-gallery.md)| [jvm]
Content
fun [getNewGallery](get-new-gallery.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery](-new-gallery/index.md)>
More info
메인 화면에 표시되어 있는 신규 갤러리 목록을 가져옵니다.


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)()
More info
클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getBest](get-best.html) | [jvm]
fun [getBest](get-best.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.html)>
메인 화면에 표시되어 있는 베스트 게시물 목록을 가져옵니다. | +| [getHit](get-hit.html) | [jvm]
fun [getHit](get-hit.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.html)>
메인 화면에 표시되어 있는 Hit갤 게시물 목록을 가져옵니다. | +| [getIssueZoom](get-issue-zoom.html) | [jvm]
fun [getIssueZoom](get-issue-zoom.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.Article](-article/index.html)>
메인 화면에 표시되어 있는 이슈줌갤 게시물 목록을 가져옵니다. | +| [getNewGallery](get-new-gallery.html) | [jvm]
fun [getNewGallery](get-new-gallery.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MainPage.NewGallery](-new-gallery/index.html)>
메인 화면에 표시되어 있는 신규 갤러리 목록을 가져옵니다. | +| [request](request.html) | [jvm]
fun [request](request.html)()
클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/request.md index 093a0cba..05aceec4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/request.md @@ -1,20 +1,21 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MainPage](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MainPage](index.html) +/[request](request.html) +# request - -# request -[jvm] -Content -fun [request](request.md)() -More info - +[jvm]\ +fun [request](request.html)() 클래스의 메소드들을 사용하기 전, 이 메소드를 호출해주세요. (권장) - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 글 목록을 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/-info-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/-info-result.md index ee982879..9ccb987a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/-info-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/-info-result.md @@ -1,25 +1,25 @@ --- -title: InfoResult - +title: InfoResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[InfoResult](-info-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[InfoResult](-info-result.html) +# InfoResult - -# InfoResult -[jvm] -Content -fun [InfoResult](-info-result.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -koName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +[jvm]\ +fun [InfoResult](-info-result.html)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, koName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), image: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, description: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, -manager: [MinorGalleryInfo.Manager](../-manager/index.md), +manager: [MinorGalleryInfo.Manager](../-manager/index.html), subManager: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager]( -../-manager/index.md)>, createDate: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +../-manager/index.html)>, createDate: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), new: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), hotState: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), totalCount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), categoryName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -mini: [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.md)? = null) +mini: [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.html)? = null) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/category-name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/category-name.md index f2432ab1..2e90de0a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/category-name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/category-name.md @@ -1,14 +1,14 @@ --- -title: categoryName - +title: categoryName --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[InfoResult](index.md)/[categoryName](category-name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[categoryName](category-name.html) # categoryName -[jvm] -Content -val [categoryName](category-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [categoryName](category-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/create-date.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/create-date.md index 152c5707..f804d564 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/create-date.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/create-date.md @@ -1,14 +1,14 @@ --- -title: createDate - +title: createDate --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[createDate](create-date.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[createDate](create-date.html) +# createDate +[jvm]\ +val [createDate](create-date.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# createDate -[jvm] -Content -val [createDate](create-date.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/description.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/description.md index 88d518f8..021979a0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/description.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/description.md @@ -1,14 +1,15 @@ --- -title: description - +title: description --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[description](description.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[description](description.html) +# description +[jvm]\ +val [description](description.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = +null -# description -[jvm] -Content -val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/hot-state.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/hot-state.md index 3ce20437..aef68d53 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/hot-state.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/hot-state.md @@ -1,14 +1,14 @@ --- -title: hotState - +title: hotState --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[hotState](hot-state.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[hotState](hot-state.html) +# hotState +[jvm]\ +val [hotState](hot-state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# hotState -[jvm] -Content -val [hotState](hot-state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/id.md index 5603f609..4ace8b6a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[id](id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[id](id.html) +# id +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/image.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/image.md index 048dfc30..42cd73ca 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/image.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/image.md @@ -1,14 +1,14 @@ --- -title: image - +title: image --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[image](image.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[image](image.html) +# image +[jvm]\ +val [image](image.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# image -[jvm] -Content -val [image](image.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.md index 5af5c59a..c772b20d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.md @@ -1,62 +1,41 @@ --- -title: InfoResult - +title: InfoResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html) +# InfoResult - -# InfoResult - -[jvm] data class [InfoResult](index.md)(** +[jvm]\ +data class [InfoResult](index.html)(** id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** koName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** image**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** -manager**: [MinorGalleryInfo.Manager](../-manager/index.md), ** +manager**: [MinorGalleryInfo.Manager](../-manager/index.html), ** subManager**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager]( -../-manager/index.md)>, **createDate**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -, **new**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +../-manager/index.html)>, ** +createDate**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +new**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** hotState**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** totalCount**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** categoryName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -mini**: [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.md)?) - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component10](component10.md)| [jvm]
Content
operator fun [component10](component10.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component11](component11.md)| [jvm]
Content
operator fun [component11](component11.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component12](component12.md)| [jvm]
Content
operator fun [component12](component12.md)(): [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.md)?


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [MinorGalleryInfo.Manager](../-manager/index.md)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager](../-manager/index.md)>


-| [component7](component7.md)| [jvm]
Content
operator fun [component7](component7.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component8](component8.md)| [jvm]
Content
operator fun [component8](component8.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component9](component9.md)| [jvm]
Content
operator fun [component9](component9.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), koName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), image: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, description: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, manager: [MinorGalleryInfo.Manager](../-manager/index.md), subManager: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager](../-manager/index.md)>, createDate: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), new: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), hotState: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), totalCount: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), categoryName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), mini: [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.md)? = null): [MinorGalleryInfo.InfoResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+mini**: [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.html)?) +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [categoryName](category-name.md)| [jvm] val [categoryName](category-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [createDate](create-date.md)| [jvm] val [createDate](create-date.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [description](description.md)| [jvm] val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [hotState](hot-state.md)| [jvm] val [hotState](hot-state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [image](image.md)| [jvm] val [image](image.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [koName](ko-name.md)| [jvm] val [koName](ko-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [manager](manager.md)| [jvm] val [manager](manager.md): [MinorGalleryInfo.Manager](../-manager/index.md)
-| [mini](mini.md)| [jvm] val [mini](mini.md): [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.md)? = null
-| [new](new.md)| [jvm] val [new](new.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [subManager](sub-manager.md)| [jvm] val [subManager](sub-manager.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager](../-manager/index.md)>
-| [totalCount](total-count.md)| [jvm] val [totalCount](total-count.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [categoryName](category-name.html) | [jvm]
val [categoryName](category-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [createDate](create-date.html) | [jvm]
val [createDate](create-date.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [description](description.html) | [jvm]
val [description](description.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [hotState](hot-state.html) | [jvm]
val [hotState](hot-state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [image](image.html) | [jvm]
val [image](image.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [koName](ko-name.html) | [jvm]
val [koName](ko-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [manager](manager.html) | [jvm]
val [manager](manager.html): [MinorGalleryInfo.Manager](../-manager/index.html) | +| [mini](mini.html) | [jvm]
val [mini](mini.html): [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.html)? = null | +| [new](new.html) | [jvm]
val [new](new.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [subManager](sub-manager.html) | [jvm]
val [subManager](sub-manager.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager](../-manager/index.html)> | +| [totalCount](total-count.html) | [jvm]
val [totalCount](total-count.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/ko-name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/ko-name.md index 8ae9bd6c..afce616e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/ko-name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/ko-name.md @@ -1,14 +1,14 @@ --- -title: koName - +title: koName --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[koName](ko-name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[koName](ko-name.html) +# koName +[jvm]\ +val [koName](ko-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# koName -[jvm] -Content -val [koName](ko-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/manager.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/manager.md index b96ce75e..7460a920 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/manager.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/manager.md @@ -1,14 +1,14 @@ --- -title: manager - +title: manager --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[manager](manager.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[manager](manager.html) +# manager +[jvm]\ +val [manager](manager.html): [MinorGalleryInfo.Manager](../-manager/index.html) -# manager -[jvm] -Content -val [manager](manager.md): [MinorGalleryInfo.Manager](../-manager/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/mini.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/mini.md index 593e1f3d..268e229d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/mini.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/mini.md @@ -1,14 +1,14 @@ --- -title: mini - +title: mini --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[InfoResult](index.md)/[mini](mini.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[mini](mini.html) # mini -[jvm] -Content -val [mini](mini.md): [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.md)? = null +[jvm]\ +val [mini](mini.html): [MinorGalleryInfo.MiniGalleryInfo](../-mini-gallery-info/index.html)? = null + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/new.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/new.md index c978ffa5..d5b4ed3f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/new.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/new.md @@ -1,14 +1,14 @@ --- -title: new - +title: new --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[new](new.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[new](new.html) +# new +[jvm]\ +val [new](new.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# new -[jvm] -Content -val [new](new.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/sub-manager.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/sub-manager.md index 3d546077..82967b02 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/sub-manager.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/sub-manager.md @@ -1,14 +1,15 @@ --- -title: subManager - +title: subManager --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[InfoResult](index.md)/[subManager](sub-manager.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[subManager](sub-manager.html) +# subManager +[jvm]\ +val [subManager](sub-manager.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager]( +../-manager/index.html)> -# subManager -[jvm] -Content -val [subManager](sub-manager.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager](../-manager/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/total-count.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/total-count.md index aaea7df5..7fb45bdf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/total-count.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/total-count.md @@ -1,14 +1,14 @@ --- -title: totalCount - +title: totalCount --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[InfoResult](index.md)/[totalCount](total-count.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[InfoResult](index.html)/[totalCount](total-count.html) # totalCount -[jvm] -Content -val [totalCount](total-count.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [totalCount](total-count.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/-manager.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/-manager.md index 62fa80a8..56136dfa 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/-manager.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/-manager.md @@ -1,14 +1,17 @@ --- -title: Manager - +title: Manager --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[Manager](index.md)/[Manager](-manager.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[Manager](index.html)/[Manager](-manager.html) +# Manager +[jvm]\ +fun [Manager](-manager.html)( +isMaster: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Manager -[jvm] -Content -fun [Manager](-manager.md)(isMaster: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/id.md index de22461f..9ea03be4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[Manager](index.md)/[id](id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[Manager](index.html)/[id](id.html) +# id +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/index.md index f2eb85ee..213cbf65 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/index.md @@ -1,32 +1,22 @@ --- -title: Manager - +title: Manager --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[Manager](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[Manager](index.html) +# Manager +[jvm]\ +data class [Manager](index.html)(** +isMaster**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Manager - [jvm] data class [Manager](index.md)(**isMaster**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(isMaster: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [MinorGalleryInfo.Manager](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [isMaster](is-master.md)| [jvm] val [isMaster](is-master.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [isMaster](is-master.html) | [jvm]
val [isMaster](is-master.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/is-master.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/is-master.md index d8eadc48..25066d48 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/is-master.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/is-master.md @@ -1,14 +1,14 @@ --- -title: isMaster - +title: isMaster --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[Manager](index.md)/[isMaster](is-master.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[Manager](index.html)/[isMaster](is-master.html) +# isMaster +[jvm]\ +val [isMaster](is-master.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isMaster -[jvm] -Content -val [isMaster](is-master.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/name.md index 5db86d91..5b1c21b8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md)/[Manager](index.md)/[name](name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[Manager](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/-mini-gallery-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/-mini-gallery-info.md index 456b487b..837925f4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/-mini-gallery-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/-mini-gallery-info.md @@ -1,18 +1,18 @@ --- -title: MiniGalleryInfo - +title: MiniGalleryInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[MiniGalleryInfo](index.md)/[MiniGalleryInfo](-mini-gallery-info.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[MiniGalleryInfo](index.html)/[MiniGalleryInfo](-mini-gallery-info.html) # MiniGalleryInfo -[jvm] -Content -fun [MiniGalleryInfo](-mini-gallery-info.md)( +[jvm]\ +fun [MiniGalleryInfo](-mini-gallery-info.html)( hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalMember: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), memberLimit: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), -isMember: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) +isMember: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/hide.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/hide.md index 71bb420b..7d855696 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/hide.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/hide.md @@ -1,14 +1,14 @@ --- -title: hide - +title: hide --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[MiniGalleryInfo](index.md)/[hide](hide.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[MiniGalleryInfo](index.html)/[hide](hide.html) # hide -[jvm] -Content -val [hide](hide.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [hide](hide.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/index.md index 94a575c8..73588e5e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/index.md @@ -1,36 +1,24 @@ --- -title: MiniGalleryInfo - +title: MiniGalleryInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[MiniGalleryInfo](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[MiniGalleryInfo](index.html) # MiniGalleryInfo -[jvm] data class [MiniGalleryInfo](index.md)(** +[jvm]\ +data class [MiniGalleryInfo](index.html)(** hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** totalMember**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** memberLimit**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** isMember**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(hide: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), totalMember: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), memberLimit: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), isMember: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [MinorGalleryInfo.MiniGalleryInfo](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [hide](hide.md)| [jvm] val [hide](hide.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [isMember](is-member.md)| [jvm] val [isMember](is-member.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [memberLimit](member-limit.md)| [jvm] val [memberLimit](member-limit.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [totalMember](total-member.md)| [jvm] val [totalMember](total-member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [hide](hide.html) | [jvm]
val [hide](hide.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [isMember](is-member.html) | [jvm]
val [isMember](is-member.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [memberLimit](member-limit.html) | [jvm]
val [memberLimit](member-limit.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [totalMember](total-member.html) | [jvm]
val [totalMember](total-member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/is-member.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/is-member.md index f064d8c1..b5907b4f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/is-member.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/is-member.md @@ -1,14 +1,14 @@ --- -title: isMember - +title: isMember --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[MiniGalleryInfo](index.md)/[isMember](is-member.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[MiniGalleryInfo](index.html)/[isMember](is-member.html) # isMember -[jvm] -Content -val [isMember](is-member.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [isMember](is-member.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/member-limit.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/member-limit.md index cf4271f3..2a8c7587 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/member-limit.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/member-limit.md @@ -1,14 +1,14 @@ --- -title: memberLimit - +title: memberLimit --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[MiniGalleryInfo](index.md)/[memberLimit](member-limit.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[MiniGalleryInfo](index.html)/[memberLimit](member-limit.html) # memberLimit -[jvm] -Content -val [memberLimit](member-limit.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [memberLimit](member-limit.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/total-member.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/total-member.md index c1fe15a5..0e17a822 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/total-member.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/total-member.md @@ -1,14 +1,14 @@ --- -title: totalMember - +title: totalMember --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryInfo](../index.md) -/[MiniGalleryInfo](index.md)/[totalMember](total-member.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryInfo](../index.html)/[MiniGalleryInfo](index.html)/[totalMember](total-member.html) # totalMember -[jvm] -Content -val [totalMember](total-member.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [totalMember](total-member.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-minor-gallery-info.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-minor-gallery-info.md index 876b373a..6009563e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-minor-gallery-info.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-minor-gallery-info.md @@ -1,14 +1,15 @@ --- -title: MinorGalleryInfo - +title: MinorGalleryInfo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MinorGalleryInfo](index.md)/[MinorGalleryInfo](-minor-gallery-info.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MinorGalleryInfo](index.html) +/[MinorGalleryInfo](-minor-gallery-info.html) +# MinorGalleryInfo +[jvm]\ +fun [MinorGalleryInfo](-minor-gallery-info.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# MinorGalleryInfo -[jvm] -Content -fun [MinorGalleryInfo](-minor-gallery-info.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/index.md index bd395167..f7563dac 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/index.md @@ -1,48 +1,44 @@ --- -title: MinorGalleryInfo - +title: MinorGalleryInfo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MinorGalleryInfo](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MinorGalleryInfo](index.html) +# MinorGalleryInfo +[jvm]\ +class [MinorGalleryInfo](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# MinorGalleryInfo - [jvm] class [MinorGalleryInfo](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [InfoResult](-info-result/index.md)| [jvm]
Content
data class [InfoResult](-info-result/index.md)(** +| [InfoResult](-info-result/index.html) | [jvm]
data class [InfoResult](-info-result/index.html)(** id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** koName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** image**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** -manager**: [MinorGalleryInfo.Manager](-manager/index.md), ** -subManager**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager](-manager/index.md)>, ** +manager**: [MinorGalleryInfo.Manager](-manager/index.html), ** +subManager**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryInfo.Manager](-manager/index.html)>, ** createDate**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** new**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** hotState**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** totalCount**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** categoryName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -mini**: [MinorGalleryInfo.MiniGalleryInfo](-mini-gallery-info/index.md)?)


-| [Manager](-manager/index.md)| [jvm]
Content
data class [Manager](-manager/index.md)(** +mini**: [MinorGalleryInfo.MiniGalleryInfo](-mini-gallery-info/index.html)?) | +| [Manager](-manager/index.html) | [jvm]
data class [Manager](-manager/index.html)(** isMaster**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [MiniGalleryInfo](-mini-gallery-info/index.md)| [jvm]
Content
data class [MiniGalleryInfo](-mini-gallery-info/index.md)(** +name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [MiniGalleryInfo](-mini-gallery-info/index.html) | [jvm]
data class [MiniGalleryInfo](-mini-gallery-info/index.html)(** hide**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** totalMember**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** memberLimit**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** -isMember**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


- +isMember**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) | -## Functions +## Functions -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [MinorGalleryInfo.InfoResult](-info-result/index.md)
More info
갤러리 정보를 받아옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [MinorGalleryInfo.InfoResult](-info-result/index.html)
갤러리 정보를 받아옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/request.md index a572b8e8..0f7a3cc2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/request.md @@ -1,26 +1,20 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MinorGalleryInfo](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MinorGalleryInfo](index.html) +/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [MinorGalleryInfo.InfoResult](-info-result/index.md) -More info +[jvm]\ +fun [request](request.html)(): [MinorGalleryInfo.InfoResult](-info-result/index.html) 갤러리 정보를 받아옵니다. - - -#### Return - +#### Return 갤러리 정보를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-minor-gallery-ranking.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-minor-gallery-ranking.md index 2a5109b9..50c6e201 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-minor-gallery-ranking.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-minor-gallery-ranking.md @@ -1,14 +1,14 @@ --- -title: MinorGalleryRanking - +title: MinorGalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MinorGalleryRanking](index.md)/[MinorGalleryRanking](-minor-gallery-ranking.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MinorGalleryRanking](index.html) +/[MinorGalleryRanking](-minor-gallery-ranking.html) +# MinorGalleryRanking +[jvm]\ +fun [MinorGalleryRanking](-minor-gallery-ranking.html)() -# MinorGalleryRanking -[jvm] -Content -fun [MinorGalleryRanking](-minor-gallery-ranking.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/index.md index 157cbaf4..3317088d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/index.md @@ -1,35 +1,18 @@ --- -title: DOWN - +title: DOWN --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[DOWN](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[DOWN](index.html) +# DOWN +[jvm]\ +[DOWN](index.html)() -# DOWN - [jvm] [DOWN](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [MinorGalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[MinorGalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[MinorGalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/name.md index c4e9e2a5..67c10dfe 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[DOWN](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[DOWN](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md index 9de63f99..7d29c845 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[DOWN](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[DOWN](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/index.md index e4262ebc..e21d2ab9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/index.md @@ -1,35 +1,18 @@ --- -title: STOP - +title: STOP --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[STOP](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[STOP](index.html) +# STOP +[jvm]\ +[STOP](index.html)() -# STOP - [jvm] [STOP](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [MinorGalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[MinorGalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[MinorGalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/name.md index 1f905b21..e7a15919 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[STOP](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[STOP](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md index 97f6abee..f67b97f2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[STOP](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[STOP](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md index 34e32356..e64fae68 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.md @@ -1,35 +1,18 @@ --- -title: UNKNOWN - +title: UNKNOWN --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[UNKNOWN](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[UNKNOWN](index.html) +# UNKNOWN +[jvm]\ +[UNKNOWN](index.html)() -# UNKNOWN - [jvm] [UNKNOWN](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [MinorGalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[MinorGalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[MinorGalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md index a5b24155..8253cac3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[UNKNOWN](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[UNKNOWN](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md index fedfb96b..1bdef06c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[UNKNOWN](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[UNKNOWN](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/index.md index ebcf5bb0..b1e0e908 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/index.md @@ -1,35 +1,18 @@ --- -title: UP - +title: UP --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[UP](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[UP](index.html) +# UP +[jvm]\ +[UP](index.html)() -# UP - [jvm] [UP](index.md)() - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [MinorGalleryRanking.RankType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[MinorGalleryRanking.RankType](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[MinorGalleryRanking.RankType](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/name.md index 87536563..91aaa177 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[UP](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[UP](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/ordinal.md index bec6dc8e..e6a6413b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.generic](../../../index.md)/[MinorGalleryRanking](../../index.md)/[RankType](../index.md)/[UP](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.generic](../../../index.html) +/[MinorGalleryRanking](../../index.html)/[RankType](../index.html)/[UP](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/index.md index ce3844c5..a7fc56db 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/index.md @@ -1,43 +1,28 @@ --- -title: RankType - +title: RankType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankType](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankType](index.html) +# RankType +[jvm]\ +enum [RankType](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[MinorGalleryRanking.RankType]( +index.html)> -# RankType - [jvm] enum [RankType](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[MinorGalleryRanking.RankType](index.md)> +## Entries - -## Entries - -| Name| Summary| -|---|---| -| [UP](-u-p/index.md)| [jvm] [UP](-u-p/index.md)()

-| [DOWN](-d-o-w-n/index.md)| [jvm] [DOWN](-d-o-w-n/index.md)()

-| [STOP](-s-t-o-p/index.md)| [jvm] [STOP](-s-t-o-p/index.md)()

-| [UNKNOWN](-u-n-k-n-o-w-n/index.md)| [jvm] [UNKNOWN](-u-n-k-n-o-w-n/index.md)()

- - -## Functions - -| Name| Summary| +| | | |---|---| -| [compareTo](-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](-u-n-k-n-o-w-n/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [MinorGalleryRanking.RankType](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[MinorGalleryRanking.RankType](index.md)>>


-| [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[MinorGalleryRanking.RankType](index.md)>


-| [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [UNKNOWN](-u-n-k-n-o-w-n/index.html) | [jvm]
[UNKNOWN](-u-n-k-n-o-w-n/index.html)() | +| [STOP](-s-t-o-p/index.html) | [jvm]
[STOP](-s-t-o-p/index.html)() | +| [DOWN](-d-o-w-n/index.html) | [jvm]
[DOWN](-d-o-w-n/index.html)() | +| [UP](-u-p/index.html) | [jvm]
[UP](-u-p/index.html)() | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [name](index.html#-1787422336%2FProperties%2F863300109) | [jvm]
val [name](index.html#-1787422336%2FProperties%2F863300109): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](index.html#-619946562%2FProperties%2F863300109) | [jvm]
val [ordinal](index.html#-619946562%2FProperties%2F863300109): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/-ranking-item.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/-ranking-item.md index 1d2a399e..3350b0c3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/-ranking-item.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/-ranking-item.md @@ -1,14 +1,20 @@ --- -title: RankingItem - +title: RankingItem --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md)/[RankingItem](-ranking-item.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html)/[RankingItem](-ranking-item.html) +# RankingItem +[jvm]\ +fun [RankingItem](-ranking-item.html)( +gallLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +rankType: [MinorGalleryRanking.RankType](../-rank-type/index.html), +rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +rankUpdown: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# RankingItem -[jvm] -Content -fun [RankingItem](-ranking-item.md)(gallLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), rankType: [MinorGalleryRanking.RankType](../-rank-type/index.md), rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rankUpdown: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-id.md index 1bd94e84..a3a75f1d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-id.md @@ -1,14 +1,14 @@ --- -title: gallId - +title: gallId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md)/[gallId](gall-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html)/[gallId](gall-id.html) +# gallId +[jvm]\ +val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallId -[jvm] -Content -val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-link.md index 2c415a7d..0bdf1504 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-link.md @@ -1,14 +1,14 @@ --- -title: gallLink - +title: gallLink --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md)/[gallLink](gall-link.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html)/[gallLink](gall-link.html) +# gallLink +[jvm]\ +val [gallLink](gall-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallLink -[jvm] -Content -val [gallLink](gall-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-name.md index cf95ffb6..2070c4f4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-name.md @@ -1,14 +1,14 @@ --- -title: gallName - +title: gallName --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md)/[gallName](gall-name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html)/[gallName](gall-name.html) +# gallName +[jvm]\ +val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallName -[jvm] -Content -val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.md index cc49797d..38a1ad54 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.md @@ -1,38 +1,28 @@ --- -title: RankingItem - +title: RankingItem --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html) +# RankingItem +[jvm]\ +data class [RankingItem](index.html)(** +gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +rankType**: [MinorGalleryRanking.RankType](../-rank-type/index.html), ** +rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# RankingItem - [jvm] data class [RankingItem](index.md)(**gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **rankType**: [MinorGalleryRanking.RankType](../-rank-type/index.md), **rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [MinorGalleryRanking.RankType](../-rank-type/index.md)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(gallLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), rankType: [MinorGalleryRanking.RankType](../-rank-type/index.md), rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), rankUpdown: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [MinorGalleryRanking.RankingItem](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [gallId](gall-id.md)| [jvm] val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallLink](gall-link.md)| [jvm] val [gallLink](gall-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallName](gall-name.md)| [jvm] val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [rank](rank.md)| [jvm] val [rank](rank.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [rankType](rank-type.md)| [jvm] val [rankType](rank-type.md): [MinorGalleryRanking.RankType](../-rank-type/index.md)
-| [rankUpdown](rank-updown.md)| [jvm] val [rankUpdown](rank-updown.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [gallId](gall-id.html) | [jvm]
val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallLink](gall-link.html) | [jvm]
val [gallLink](gall-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallName](gall-name.html) | [jvm]
val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [rank](rank.html) | [jvm]
val [rank](rank.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [rankType](rank-type.html) | [jvm]
val [rankType](rank-type.html): [MinorGalleryRanking.RankType](../-rank-type/index.html) | +| [rankUpdown](rank-updown.html) | [jvm]
val [rankUpdown](rank-updown.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-type.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-type.md index 6edd98e4..e76f7138 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-type.md @@ -1,14 +1,14 @@ --- -title: rankType - +title: rankType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md)/[rankType](rank-type.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html)/[rankType](rank-type.html) +# rankType +[jvm]\ +val [rankType](rank-type.html): [MinorGalleryRanking.RankType](../-rank-type/index.html) -# rankType -[jvm] -Content -val [rankType](rank-type.md): [MinorGalleryRanking.RankType](../-rank-type/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-updown.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-updown.md index 1664e4c2..b8ff4e5c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-updown.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-updown.md @@ -1,14 +1,14 @@ --- -title: rankUpdown - +title: rankUpdown --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md)/[rankUpdown](rank-updown.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html)/[rankUpdown](rank-updown.html) +# rankUpdown +[jvm]\ +val [rankUpdown](rank-updown.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# rankUpdown -[jvm] -Content -val [rankUpdown](rank-updown.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank.md index 62360925..08cc0b8a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank.md @@ -1,14 +1,14 @@ --- -title: rank - +title: rank --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[MinorGalleryRanking](../index.md)/[RankingItem](index.md)/[rank](rank.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[MinorGalleryRanking](../index.html)/[RankingItem](index.html)/[rank](rank.html) +# rank +[jvm]\ +val [rank](rank.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# rank -[jvm] -Content -val [rank](rank.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/index.md index 59008c23..e76acf5b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/index.md @@ -1,28 +1,29 @@ --- -title: MinorGalleryRanking - +title: MinorGalleryRanking --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MinorGalleryRanking](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MinorGalleryRanking](index.html) +# MinorGalleryRanking +[jvm]\ +class [MinorGalleryRanking](index.html) -# MinorGalleryRanking - [jvm] class [MinorGalleryRanking](index.md) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [RankingItem](-ranking-item/index.md)| [jvm]
Content
data class [RankingItem](-ranking-item/index.md)(**gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **rankType**: [MinorGalleryRanking.RankType](-rank-type/index.md), **rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


-| [RankType](-rank-type/index.md)| [jvm]
Content
enum [RankType](-rank-type/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[MinorGalleryRanking.RankType](-rank-type/index.md)>


- - -## Functions - -| Name| Summary| +| [RankingItem](-ranking-item/index.html) | [jvm]
data class [RankingItem](-ranking-item/index.html)(** +gallLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +rankType**: [MinorGalleryRanking.RankType](-rank-type/index.html), ** +rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +rankUpdown**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | +| [RankType](-rank-type/index.html) | [jvm]
enum [RankType](-rank-type/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[MinorGalleryRanking.RankType](-rank-type/index.html)> | + +## Functions + +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem](-ranking-item/index.md)>
More info
마이너 갤러리 랭킹을 불러옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem](-ranking-item/index.html)>
마이너 갤러리 랭킹을 불러옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/request.md index c1892916..9f72a486 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/request.md @@ -1,16 +1,14 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[MinorGalleryRanking](index.md) -/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[MinorGalleryRanking](index.html) +/[request](request.html) # request -[jvm] -Content -fun [request](request.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem]( --ranking-item/index.md)> -More info +[jvm]\ +fun [request](request.html)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MinorGalleryRanking.RankingItem]( +-ranking-item/index.html)> 마이너 갤러리 랭킹을 불러옵니다. @@ -18,7 +16,11 @@ More info 마이너 갤러리 랭킹을 반환합니다. - +#### Throws + +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 데이터를 불러오지 못할 경우, HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/-real-time.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/-real-time.md index 1da3424c..22f70be5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/-real-time.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/-real-time.md @@ -1,14 +1,16 @@ --- -title: RealTime - +title: RealTime --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[RealTime](index.md)/[RealTime](-real-time.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[RealTime](index.html)/[RealTime](-real-time.html) +# RealTime +[jvm]\ +fun [RealTime](-real-time.html)(rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# RealTime -[jvm] -Content -fun [RealTime](-real-time.md)(rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/index.md index 22d3a64d..654b3024 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/index.md @@ -1,32 +1,21 @@ --- -title: RealTime - +title: RealTime --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[RealTime](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[RealTime](index.html) +# RealTime +[jvm]\ +data class [RealTime](index.html)(**rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +, **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# RealTime - [jvm] data class [RealTime](index.md)(**rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(rank: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [TotalSearch.RealTime](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [rank](rank.md)| [jvm] val [rank](rank.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [url](url.md)| [jvm] val [url](url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [rank](rank.html) | [jvm]
val [rank](rank.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [url](url.html) | [jvm]
val [url](url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/rank.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/rank.md index 10f22d4b..582727ed 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/rank.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/rank.md @@ -1,14 +1,14 @@ --- -title: rank - +title: rank --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[RealTime](index.md)/[rank](rank.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[RealTime](index.html)/[rank](rank.html) +# rank +[jvm]\ +val [rank](rank.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# rank -[jvm] -Content -val [rank](rank.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/title.md index 5598e1a8..2b4244c8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[RealTime](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[RealTime](index.html)/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/url.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/url.md index d42d5f2c..451b7543 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/url.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/url.md @@ -1,14 +1,14 @@ --- -title: url - +title: url --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[RealTime](index.md)/[url](url.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[RealTime](index.html)/[url](url.html) +# url +[jvm]\ +val [url](url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# url -[jvm] -Content -val [url](url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/-searched-article.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/-searched-article.md index 99872ee4..53939621 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/-searched-article.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/-searched-article.md @@ -1,14 +1,20 @@ --- -title: SearchedArticle - +title: SearchedArticle --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md)/[SearchedArticle](-searched-article.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html)/[SearchedArticle](-searched-article.html) +# SearchedArticle +[jvm]\ +fun [SearchedArticle](-searched-article.html)( +title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +content: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +regDate: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# SearchedArticle -[jvm] -Content -fun [SearchedArticle](-searched-article.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), content: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), regDate: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/article-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/article-id.md index 500a07b5..09d2c17e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/article-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/article-id.md @@ -1,14 +1,14 @@ --- -title: articleId - +title: articleId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md)/[articleId](article-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html)/[articleId](article-id.html) +# articleId +[jvm]\ +val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# articleId -[jvm] -Content -val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/content.md index df46aa13..0131242e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/content.md @@ -1,14 +1,14 @@ --- -title: content - +title: content --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md)/[content](content.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html)/[content](content.html) +# content +[jvm]\ +val [content](content.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# content -[jvm] -Content -val [content](content.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-id.md index 7e85f89f..92e6cd64 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-id.md @@ -1,14 +1,14 @@ --- -title: gallId - +title: gallId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md)/[gallId](gall-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html)/[gallId](gall-id.html) +# gallId +[jvm]\ +val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallId -[jvm] -Content -val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-name.md index 8e3237d5..72152409 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-name.md @@ -1,14 +1,14 @@ --- -title: gallName - +title: gallName --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md)/[gallName](gall-name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html)/[gallName](gall-name.html) +# gallName +[jvm]\ +val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallName -[jvm] -Content -val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/index.md index 53540cdd..d11730a4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/index.md @@ -1,38 +1,28 @@ --- -title: SearchedArticle - +title: SearchedArticle --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html) +# SearchedArticle +[jvm]\ +data class [SearchedArticle](index.html)(** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +content**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +regDate**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# SearchedArticle - [jvm] data class [SearchedArticle](index.md)(**title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **content**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **regDate**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), content: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), regDate: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [TotalSearch.SearchedArticle](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [articleId](article-id.md)| [jvm] val [articleId](article-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [content](content.md)| [jvm] val [content](content.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallId](gall-id.md)| [jvm] val [gallId](gall-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [gallName](gall-name.md)| [jvm] val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [regDate](reg-date.md)| [jvm] val [regDate](reg-date.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [articleId](article-id.html) | [jvm]
val [articleId](article-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [content](content.html) | [jvm]
val [content](content.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallId](gall-id.html) | [jvm]
val [gallId](gall-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [gallName](gall-name.html) | [jvm]
val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [regDate](reg-date.html) | [jvm]
val [regDate](reg-date.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/reg-date.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/reg-date.md index 160cf13c..e7cae5f2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/reg-date.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/reg-date.md @@ -1,14 +1,14 @@ --- -title: regDate - +title: regDate --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md)/[regDate](reg-date.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html)/[regDate](reg-date.html) +# regDate +[jvm]\ +val [regDate](reg-date.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# regDate -[jvm] -Content -val [regDate](reg-date.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/title.md index 7b00ced4..3ca9bcb5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[SearchedArticle](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[SearchedArticle](index.html)/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/-total-search-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/-total-search-result.md index 2e0d5d74..ed46dce3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/-total-search-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/-total-search-result.md @@ -1,14 +1,25 @@ --- -title: TotalSearchResult - +title: TotalSearchResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md)/[TotalSearchResult](-total-search-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html)/[TotalSearchResult](-total-search-result.html) +# TotalSearchResult +[jvm]\ +fun [TotalSearchResult](-total-search-result.html)( +mainGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, +minorGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, +wiki: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki]( +../-wiki/index.html)>, +board: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle]( +../-searched-article/index.html)>, +todayIssue: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle]( +../-searched-article/index.html)>, +realTime: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.html)>) -# TotalSearchResult -[jvm] -Content -fun [TotalSearchResult](-total-search-result.md)(mainGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, minorGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, wiki: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](../-wiki/index.md)>, board: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>, todayIssue: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>, realTime: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.md)>) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/board.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/board.md index 5290213f..0d7750a2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/board.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/board.md @@ -1,14 +1,15 @@ --- -title: board - +title: board --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md)/[board](board.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html)/[board](board.html) +# board +[jvm]\ +val [board](board.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle]( +../-searched-article/index.html)> -# board -[jvm] -Content -val [board](board.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.md index 8bd03aa6..4dff0402 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.md @@ -1,38 +1,33 @@ --- -title: TotalSearchResult - +title: TotalSearchResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md) - - - -# TotalSearchResult - [jvm] data class [TotalSearchResult](index.md)(**mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **wiki**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](../-wiki/index.md)>, **board**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>, **todayIssue**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>, **realTime**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.md)>) - - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](../-wiki/index.md)>


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.md)>


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(mainGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, minorGallery: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>, wiki: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](../-wiki/index.md)>, board: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>, todayIssue: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>, realTime: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.md)>): [TotalSearch.TotalSearchResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html) + +# TotalSearchResult + +[jvm]\ +data class [TotalSearchResult](index.html)(** +mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +wiki**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki]( +../-wiki/index.html)>, ** +board**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle]( +../-searched-article/index.html)>, ** +todayIssue**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle]( +../-searched-article/index.html)>, ** +realTime**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.html)>) + +## Properties + +| Name | Summary | |---|---| -| [board](board.md)| [jvm] val [board](board.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>
-| [mainGallery](main-gallery.md)| [jvm] val [mainGallery](main-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
-| [minorGallery](minor-gallery.md)| [jvm] val [minorGallery](minor-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)>
-| [realTime](real-time.md)| [jvm] val [realTime](real-time.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.md)>
-| [todayIssue](today-issue.md)| [jvm] val [todayIssue](today-issue.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)>
-| [wiki](wiki.md)| [jvm] val [wiki](wiki.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](../-wiki/index.md)>
+| [board](board.html) | [jvm]
val [board](board.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.html)> | +| [mainGallery](main-gallery.html) | [jvm]
val [mainGallery](main-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | +| [minorGallery](minor-gallery.html) | [jvm]
val [minorGallery](minor-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.html)> | +| [realTime](real-time.html) | [jvm]
val [realTime](real-time.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.html)> | +| [todayIssue](today-issue.html) | [jvm]
val [todayIssue](today-issue.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.html)> | +| [wiki](wiki.html) | [jvm]
val [wiki](wiki.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](../-wiki/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/main-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/main-gallery.md index 477fb2fb..4b9a089f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/main-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/main-gallery.md @@ -1,14 +1,15 @@ --- -title: mainGallery - +title: mainGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md)/[mainGallery](main-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html)/[mainGallery](main-gallery.html) +# mainGallery +[jvm]\ +val [mainGallery](main-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> -# mainGallery -[jvm] -Content -val [mainGallery](main-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/minor-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/minor-gallery.md index 9e992bea..b182e397 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/minor-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/minor-gallery.md @@ -1,14 +1,15 @@ --- -title: minorGallery - +title: minorGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md)/[minorGallery](minor-gallery.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html)/[minorGallery](minor-gallery.html) +# minorGallery +[jvm]\ +val [minorGallery](minor-gallery.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery]( +../../../be.zvz.kotlininside.api.type/-gallery/index.html)> -# minorGallery -[jvm] -Content -val [minorGallery](minor-gallery.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../../be.zvz.kotlininside.api.type/-gallery/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/real-time.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/real-time.md index fb6b3b69..f99e4b43 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/real-time.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/real-time.md @@ -1,14 +1,15 @@ --- -title: realTime - +title: realTime --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md)/[realTime](real-time.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html)/[realTime](real-time.html) +# realTime +[jvm]\ +val [realTime](real-time.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime]( +../-real-time/index.html)> -# realTime -[jvm] -Content -val [realTime](real-time.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](../-real-time/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/today-issue.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/today-issue.md index 65f7f8b7..0e5e2712 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/today-issue.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/today-issue.md @@ -1,14 +1,15 @@ --- -title: todayIssue - +title: todayIssue --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md)/[todayIssue](today-issue.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html)/[todayIssue](today-issue.html) +# todayIssue +[jvm]\ +val [todayIssue](today-issue.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle]( +../-searched-article/index.html)> -# todayIssue -[jvm] -Content -val [todayIssue](today-issue.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](../-searched-article/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/wiki.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/wiki.md index b4dbeea8..bf752642 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/wiki.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/wiki.md @@ -1,14 +1,15 @@ --- -title: wiki - +title: wiki --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[TotalSearchResult](index.md)/[wiki](wiki.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[TotalSearchResult](index.html)/[wiki](wiki.html) +# wiki +[jvm]\ +val [wiki](wiki.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki]( +../-wiki/index.html)> -# wiki -[jvm] -Content -val [wiki](wiki.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](../-wiki/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search.md index 48468dbc..80d039d0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search.md @@ -1,14 +1,15 @@ --- -title: TotalSearch - +title: TotalSearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[TotalSearch](index.md)/[TotalSearch](-total-search.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[TotalSearch](index.html) +/[TotalSearch](-total-search.html) +# TotalSearch +[jvm]\ +fun [TotalSearch](-total-search.html)( +keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# TotalSearch -[jvm] -Content -fun [TotalSearch](-total-search.md)(keyword: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/-wiki.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/-wiki.md index 142ebc8d..5fe0dc42 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/-wiki.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/-wiki.md @@ -1,14 +1,16 @@ --- -title: Wiki - +title: Wiki --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[Wiki](index.md)/[Wiki](-wiki.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[Wiki](index.html)/[Wiki](-wiki.html) +# Wiki +[jvm]\ +fun [Wiki](-wiki.html)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Wiki -[jvm] -Content -fun [Wiki](-wiki.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/gall-name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/gall-name.md index 1722ada9..cb103eed 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/gall-name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/gall-name.md @@ -1,14 +1,14 @@ --- -title: gallName - +title: gallName --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[Wiki](index.md)/[gallName](gall-name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[Wiki](index.html)/[gallName](gall-name.html) +# gallName +[jvm]\ +val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# gallName -[jvm] -Content -val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/index.md index db92c476..1da3d263 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/index.md @@ -1,32 +1,22 @@ --- -title: Wiki - +title: Wiki --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[Wiki](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[Wiki](index.html) +# Wiki +[jvm]\ +data class [Wiki](index.html)(** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Wiki - [jvm] data class [Wiki](index.md)(**title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), gallName: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [TotalSearch.Wiki](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [gallName](gall-name.md)| [jvm] val [gallName](gall-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [url](url.md)| [jvm] val [url](url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [gallName](gall-name.html) | [jvm]
val [gallName](gall-name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [url](url.html) | [jvm]
val [url](url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/title.md index afa20f98..f7e67685 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[Wiki](index.md)/[title](title.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[Wiki](index.html)/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/url.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/url.md index 1d4eab6b..42e13e29 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/url.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/url.md @@ -1,14 +1,14 @@ --- -title: url - +title: url --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.generic](../../index.md)/[TotalSearch](../index.md)/[Wiki](index.md)/[url](url.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.generic](../../index.html) +/[TotalSearch](../index.html)/[Wiki](index.html)/[url](url.html) +# url +[jvm]\ +val [url](url.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# url -[jvm] -Content -val [url](url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/index.md index 370d381c..336f90a3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/index.md @@ -1,30 +1,44 @@ --- -title: TotalSearch - +title: TotalSearch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[TotalSearch](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[TotalSearch](index.html) +# TotalSearch +[jvm]\ +class [TotalSearch](index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# TotalSearch - [jvm] class [TotalSearch](index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [RealTime](-real-time/index.md)| [jvm]
Content
data class [RealTime](-real-time/index.md)(**rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [SearchedArticle](-searched-article/index.md)| [jvm]
Content
data class [SearchedArticle](-searched-article/index.md)(**title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **content**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **regDate**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [TotalSearchResult](-total-search-result/index.md)| [jvm]
Content
data class [TotalSearchResult](-total-search-result/index.md)(**mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.md)>, **wiki**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](-wiki/index.md)>, **board**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](-searched-article/index.md)>, **todayIssue**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](-searched-article/index.md)>, **realTime**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](-real-time/index.md)>)


-| [Wiki](-wiki/index.md)| [jvm]
Content
data class [Wiki](-wiki/index.md)(**title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


- - -## Functions - -| Name| Summary| +| [RealTime](-real-time/index.html) | [jvm]
data class [RealTime](-real-time/index.html)(** +rank**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [SearchedArticle](-searched-article/index.html) | [jvm]
data class [SearchedArticle](-searched-article/index.html)(** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +content**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +regDate**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [TotalSearchResult](-total-search-result/index.html) | [jvm]
data class [TotalSearchResult](-total-search-result/index.html)(** +mainGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +minorGallery**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Gallery](../../be.zvz.kotlininside.api.type/-gallery/index.html)>, ** +wiki**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.Wiki](-wiki/index.html)>, ** +board**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](-searched-article/index.html)>, ** +todayIssue**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.SearchedArticle](-searched-article/index.html)>, ** +realTime**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TotalSearch.RealTime](-real-time/index.html)>) | +| [Wiki](-wiki/index.html) | [jvm]
data class [Wiki](-wiki/index.html)(** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +gallName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +url**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | + +## Functions + +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [search](search.md)| [jvm]
Content
fun [search](search.md)(): [TotalSearch.TotalSearchResult](-total-search-result/index.md)
More info
통합 검색을 실행하고, 검색 결과를 받아옵니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [search](search.html) | [jvm]
fun [search](search.html)(): [TotalSearch.TotalSearchResult](-total-search-result/index.html)
통합 검색을 실행하고, 검색 결과를 받아옵니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/search.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/search.md index d59a4edf..dff16e25 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/search.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/search.md @@ -1,27 +1,20 @@ --- -title: search - +title: search --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.generic](../index.md)/[TotalSearch](index.md)/[search](search.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.generic](../index.html)/[TotalSearch](index.html) +/[search](search.html) +# search - -# search -[jvm] -Content -fun [search](search.md)(): [TotalSearch.TotalSearchResult](-total-search-result/index.md) -More info - +[jvm]\ +fun [search](search.html)(): [TotalSearch.TotalSearchResult](-total-search-result/index.html) 통합 검색을 실행하고, 검색 결과를 받아옵니다. - - -#### Return - +#### Return 통합 검색 결과를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/index.md index f1f79e68..7fcfcd69 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.generic/index.md @@ -1,21 +1,21 @@ --- -title: be.zvz.kotlininside.api.generic - +title: be.zvz.kotlininside.api.generic --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.generic](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.generic](index.html) +# Package be.zvz.kotlininside.api.generic +## Types -# Package be.zvz.kotlininside.api.generic - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [GalleryRanking](-gallery-ranking/index.md)| [jvm]
Content
class [GalleryRanking](-gallery-ranking/index.md)


-| [GallerySearch](-gallery-search/index.md)| [jvm]
Content
class [GallerySearch](-gallery-search/index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [MainPage](-main-page/index.md)| [jvm]
Content
class [MainPage](-main-page/index.md)


-| [MinorGalleryInfo](-minor-gallery-info/index.md)| [jvm]
Content
class [MinorGalleryInfo](-minor-gallery-info/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [MinorGalleryRanking](-minor-gallery-ranking/index.md)| [jvm]
Content
class [MinorGalleryRanking](-minor-gallery-ranking/index.md)


-| [TotalSearch](-total-search/index.md)| [jvm]
Content
class [TotalSearch](-total-search/index.md)(**keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [GalleryRanking](-gallery-ranking/index.html) | [jvm]
class [GalleryRanking](-gallery-ranking/index.html) | +| [GallerySearch](-gallery-search/index.html) | [jvm]
class [GallerySearch](-gallery-search/index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [MainPage](-main-page/index.html) | [jvm]
class [MainPage](-main-page/index.html) | +| [MinorGalleryInfo](-minor-gallery-info/index.html) | [jvm]
class [MinorGalleryInfo](-minor-gallery-info/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [MinorGalleryRanking](-minor-gallery-ranking/index.html) | [jvm]
class [MinorGalleryRanking](-minor-gallery-ranking/index.html) | +| [TotalSearch](-total-search/index.html) | [jvm]
class [TotalSearch](-total-search/index.html)(** +keyword**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-head-text.md index 378b5176..b110c547 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-head-text.md @@ -1,14 +1,18 @@ --- -title: ChangeHeadText - +title: ChangeHeadText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[ChangeHeadText](index.md)/[ChangeHeadText](-change-head-text.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[ChangeHeadText](index.html) +/[ChangeHeadText](-change-head-text.html) +# ChangeHeadText +[jvm]\ +fun [ChangeHeadText](-change-head-text.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +headTextId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ChangeHeadText -[jvm] -Content -fun [ChangeHeadText](-change-head-text.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), headTextId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/-change-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/-change-result.md index 27f8f115..437dff4e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/-change-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/-change-result.md @@ -1,14 +1,17 @@ --- -title: ChangeResult - +title: ChangeResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[ChangeHeadText](../index.md)/[ChangeResult](index.md)/[ChangeResult](-change-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[ChangeHeadText](../index.html)/[ChangeResult](index.html)/[ChangeResult](-change-result.html) +# ChangeResult +[jvm]\ +fun [ChangeResult](-change-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# ChangeResult -[jvm] -Content -fun [ChangeResult](-change-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/cause.md index 613725a4..ffbbae56 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[ChangeHeadText](../index.md)/[ChangeResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[ChangeHeadText](../index.html)/[ChangeResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.md index 86da30c6..1cb9985e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.md @@ -1,32 +1,22 @@ --- -title: ChangeResult - +title: ChangeResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[ChangeHeadText](../index.md)/[ChangeResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[ChangeHeadText](../index.html)/[ChangeResult](index.html) +# ChangeResult +[jvm]\ +data class [ChangeResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# ChangeResult - [jvm] data class [ChangeResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [ChangeHeadText.ChangeResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [state](state.md)| [jvm] val [state](state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [state](state.html) | [jvm]
val [state](state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/result.md index e43430eb..442dc034 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[ChangeHeadText](../index.md)/[ChangeResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[ChangeHeadText](../index.html)/[ChangeResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/state.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/state.md index a796d6da..8afab315 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/state.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/state.md @@ -1,14 +1,14 @@ --- -title: state - +title: state --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[ChangeHeadText](../index.md)/[ChangeResult](index.md)/[state](state.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[ChangeHeadText](../index.html)/[ChangeResult](index.html)/[state](state.html) +# state +[jvm]\ +val [state](state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# state -[jvm] -Content -val [state](state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/index.md index 83c6cfa5..687b4799 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/index.md @@ -1,27 +1,29 @@ --- -title: ChangeHeadText - +title: ChangeHeadText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[ChangeHeadText](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[ChangeHeadText](index.html) +# ChangeHeadText +[jvm]\ +class [ChangeHeadText](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# ChangeHeadText - [jvm] class [ChangeHeadText](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [ChangeResult](-change-result/index.md)| [jvm]
Content
data class [ChangeResult](-change-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [ChangeResult](-change-result/index.html) | [jvm]
data class [ChangeResult](-change-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [ChangeHeadText.ChangeResult](-change-result/index.md)
More info
말머리 변경 요청을 전송합니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [ChangeHeadText.ChangeResult](-change-result/index.html)
말머리 변경 요청을 전송합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/request.md index 4d588c0f..5f94a257 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/request.md @@ -1,20 +1,16 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[ChangeHeadText](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[ChangeHeadText](index.html) +/[request](request.html) +# request - -# request -[jvm] -Content -fun [request](request.md)(): [ChangeHeadText.ChangeResult](-change-result/index.md) -More info - +[jvm]\ +fun [request](request.html)(): [ChangeHeadText.ChangeResult](-change-result/index.html) 말머리 변경 요청을 전송합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/-gallery-setting.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/-gallery-setting.md index ca4aaf68..5f4d75e3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/-gallery-setting.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/-gallery-setting.md @@ -1,14 +1,16 @@ --- -title: GallerySetting - +title: GallerySetting --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[GallerySetting](index.md)/[GallerySetting](-gallery-setting.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[GallerySetting](index.html) +/[GallerySetting](-gallery-setting.html) +# GallerySetting +[jvm]\ +fun [GallerySetting](-gallery-setting.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# GallerySetting -[jvm] -Content -fun [GallerySetting](-gallery-setting.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-link.md index e0b53ab4..c01c901b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-link.md @@ -1,27 +1,25 @@ --- -title: getLink - +title: getLink --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[GallerySetting](index.md)/[getLink](get-link.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[GallerySetting](index.html) +/[getLink](get-link.html) +# getLink - -# getLink -[jvm] -Content -fun [getLink](get-link.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) 갤러리 관리 링크를 반환합니다. - - -#### Return - +#### Return 갤러리 관리 페이지 URL을 반환합니다. - +#### Throws + +| | | +|---|---| +| [kotlin.RuntimeException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-runtime-exception/index.html) | 유저 세션이 [Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.html)일 경우, 예외를 반환합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-user-agent.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-user-agent.md index ecd4c0c3..82cb445f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-user-agent.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-user-agent.md @@ -1,27 +1,20 @@ --- -title: getUserAgent - +title: getUserAgent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[GallerySetting](index.md)/[getUserAgent](get-user-agent.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[GallerySetting](index.html) +/[getUserAgent](get-user-agent.html) +# getUserAgent - -# getUserAgent -[jvm] -Content -fun [getUserAgent](get-user-agent.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [getUserAgent](get-user-agent.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) User-Agent를 반환합니다. - - -#### Return - +#### Return 갤러리 관리에 접근할 때 필요한 User-Agent를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/index.md index 7e5c82af..c2d1e491 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/index.md @@ -1,21 +1,19 @@ --- -title: GallerySetting - +title: GallerySetting --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[GallerySetting](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[GallerySetting](index.html) +# GallerySetting +[jvm]\ +class [GallerySetting](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# GallerySetting - [jvm] class [GallerySetting](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getLink](get-link.md)| [jvm]
Content
fun [getLink](get-link.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
갤러리 관리 링크를 반환합니다.


-| [getUserAgent](get-user-agent.md)| [jvm]
Content
fun [getUserAgent](get-user-agent.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
User-Agent를 반환합니다.


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getLink](get-link.html) | [jvm]
fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
갤러리 관리 링크를 반환합니다. | +| [getUserAgent](get-user-agent.html) | [jvm]
fun [getUserAgent](get-user-agent.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
User-Agent를 반환합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/-notice-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/-notice-result.md index c6eeccec..4ad0cb5d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/-notice-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/-notice-result.md @@ -1,14 +1,17 @@ --- -title: NoticeResult - +title: NoticeResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Notice](../index.md)/[NoticeResult](index.md)/[NoticeResult](-notice-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[Notice](../index.html) +/[NoticeResult](index.html)/[NoticeResult](-notice-result.html) +# NoticeResult +[jvm]\ +fun [NoticeResult](-notice-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# NoticeResult -[jvm] -Content -fun [NoticeResult](-notice-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/cause.md index 94dfd90c..87cffe54 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Notice](../index.md)/[NoticeResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[Notice](../index.html) +/[NoticeResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/index.md index 612f046c..431157f1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/index.md @@ -1,32 +1,22 @@ --- -title: NoticeResult - +title: NoticeResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Notice](../index.md)/[NoticeResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[Notice](../index.html) +/[NoticeResult](index.html) +# NoticeResult +[jvm]\ +data class [NoticeResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# NoticeResult - [jvm] data class [NoticeResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Notice.NoticeResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [state](state.md)| [jvm] val [state](state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [state](state.html) | [jvm]
val [state](state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/result.md index bb194e59..efa7d075 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Notice](../index.md)/[NoticeResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[Notice](../index.html) +/[NoticeResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/state.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/state.md index c17b8593..7830b5c0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/state.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/state.md @@ -1,14 +1,14 @@ --- -title: state - +title: state --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Notice](../index.md)/[NoticeResult](index.md)/[state](state.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[Notice](../index.html) +/[NoticeResult](index.html)/[state](state.html) +# state +[jvm]\ +val [state](state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# state -[jvm] -Content -val [state](state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice.md index f2c71f1f..e877c6f9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice.md @@ -1,14 +1,16 @@ --- -title: Notice - +title: Notice --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[Notice](index.md)/[Notice](-notice.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[Notice](index.html) +/[Notice](-notice.html) +# Notice +[jvm]\ +fun [Notice](-notice.html)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# Notice -[jvm] -Content -fun [Notice](-notice.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/index.md index 22899130..a9dbc3ff 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/index.md @@ -1,27 +1,27 @@ --- -title: Notice - +title: Notice --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[Notice](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[Notice](index.html) +# Notice +[jvm]\ +class [Notice](index.html)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# Notice - [jvm] class [Notice](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [NoticeResult](-notice-result/index.md)| [jvm]
Content
data class [NoticeResult](-notice-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [NoticeResult](-notice-result/index.html) | [jvm]
data class [NoticeResult](-notice-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [Notice.NoticeResult](-notice-result/index.md)
More info
공지를 설정하거나, 해제합니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [Notice.NoticeResult](-notice-result/index.html)
공지를 설정하거나, 해제합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/request.md index 8e85bf41..597fd062 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/request.md @@ -1,20 +1,16 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[Notice](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[Notice](index.html) +/[request](request.html) +# request - -# request -[jvm] -Content -fun [request](request.md)(): [Notice.NoticeResult](-notice-result/index.md) -More info - +[jvm]\ +fun [request](request.html)(): [Notice.NoticeResult](-notice-result/index.html) 공지를 설정하거나, 해제합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/-recommend-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/-recommend-result.md index 596f1c38..efe76f44 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/-recommend-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/-recommend-result.md @@ -1,14 +1,17 @@ --- -title: RecommendResult - +title: RecommendResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Recommend](../index.md)/[RecommendResult](index.md)/[RecommendResult](-recommend-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[Recommend](../index.html)/[RecommendResult](index.html)/[RecommendResult](-recommend-result.html) +# RecommendResult +[jvm]\ +fun [RecommendResult](-recommend-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) -# RecommendResult -[jvm] -Content -fun [RecommendResult](-recommend-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/cause.md index 7aca76a8..e0c0ebe7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Recommend](../index.md)/[RecommendResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[Recommend](../index.html)/[RecommendResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.md index bf23e35d..6528c986 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.md @@ -1,32 +1,22 @@ --- -title: RecommendResult - +title: RecommendResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Recommend](../index.md)/[RecommendResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[Recommend](../index.html)/[RecommendResult](index.html) +# RecommendResult +[jvm]\ +data class [RecommendResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# RecommendResult - [jvm] data class [RecommendResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), state: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [Recommend.RecommendResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [state](state.md)| [jvm] val [state](state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [state](state.html) | [jvm]
val [state](state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/result.md index bf0aabdb..37cba076 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Recommend](../index.md)/[RecommendResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[Recommend](../index.html)/[RecommendResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/state.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/state.md index 0b0ee77e..a7cf7266 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/state.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/state.md @@ -1,14 +1,14 @@ --- -title: state - +title: state --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[Recommend](../index.md)/[RecommendResult](index.md)/[state](state.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[Recommend](../index.html)/[RecommendResult](index.html)/[state](state.html) +# state +[jvm]\ +val [state](state.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# state -[jvm] -Content -val [state](state.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend.md index 37532787..15ffd7f0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend.md @@ -1,14 +1,17 @@ --- -title: Recommend - +title: Recommend --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[Recommend](index.md)/[Recommend](-recommend.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[Recommend](index.html) +/[Recommend](-recommend.html) +# Recommend +[jvm]\ +fun [Recommend](-recommend.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# Recommend -[jvm] -Content -fun [Recommend](-recommend.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/index.md index 0cbb3127..8276f30c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/index.md @@ -1,27 +1,28 @@ --- -title: Recommend - +title: Recommend --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[Recommend](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[Recommend](index.html) +# Recommend +[jvm]\ +class [Recommend](index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html)) -# Recommend - [jvm] class [Recommend](index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [RecommendResult](-recommend-result/index.md)| [jvm]
Content
data class [RecommendResult](-recommend-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [RecommendResult](-recommend-result/index.html) | [jvm]
data class [RecommendResult](-recommend-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +state**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [request](request.md)| [jvm]
Content
fun [request](request.md)(): [Recommend.RecommendResult](-recommend-result/index.md)
More info
개념글을 내리거나, 올립니다.


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [request](request.html) | [jvm]
fun [request](request.html)(): [Recommend.RecommendResult](-recommend-result/index.html)
개념글을 내리거나, 올립니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/request.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/request.md index eac432b2..eebcac5e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/request.md @@ -1,20 +1,16 @@ --- -title: request - +title: request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[Recommend](index.md)/[request](request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[Recommend](index.html) +/[request](request.html) +# request - -# request -[jvm] -Content -fun [request](request.md)(): [Recommend.RecommendResult](-recommend-result/index.md) -More info - +[jvm]\ +fun [request](request.html)(): [Recommend.RecommendResult](-recommend-result/index.html) 개념글을 내리거나, 올립니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/code.md index c53246d2..79d126c5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[ADVERTISEMENT](index.md)/[code](code.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[ADVERTISEMENT](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/index.md index 4f11c1b1..cfc42504 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/index.md @@ -1,36 +1,19 @@ --- -title: ADVERTISEMENT - +title: ADVERTISEMENT --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[ADVERTISEMENT](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[ADVERTISEMENT](index.html) +# ADVERTISEMENT +[jvm]\ +[ADVERTISEMENT](index.html)(2) -# ADVERTISEMENT - [jvm] [ADVERTISEMENT](index.md)(2) - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/name.md index 922f52bb..0a040be9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[ADVERTISEMENT](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[ADVERTISEMENT](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/ordinal.md index 60ccae03..605fa877 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[ADVERTISEMENT](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[ADVERTISEMENT](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/code.md index 0fd1f55c..eacaa2fd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSS_WORDS](index.md)/[code](code.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSS_WORDS](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/index.md index 07e69f18..0884bb9e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/index.md @@ -1,36 +1,19 @@ --- -title: CUSS_WORDS - +title: CUSS_WORDS --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSS_WORDS](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSS_WORDS](index.html) +# CUSS_WORDS +[jvm]\ +[CUSS_WORDS](index.html)(3) -# CUSS_WORDS - [jvm] [CUSS_WORDS](index.md)(3) - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/name.md index 85709c82..4b417f14 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSS_WORDS](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSS_WORDS](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/ordinal.md index 8c13e46b..bb912b16 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSS_WORDS](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSS_WORDS](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/code.md index b6586d99..4c8fb803 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSTOM](index.md)/[code](code.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSTOM](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/index.md index 64edc967..e6fa25f3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/index.md @@ -1,36 +1,19 @@ --- -title: CUSTOM - +title: CUSTOM --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSTOM](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSTOM](index.html) +# CUSTOM +[jvm]\ +[CUSTOM](index.html)(7) -# CUSTOM - [jvm] [CUSTOM](index.md)(7) - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/name.md index 9fd683e8..c393c5d5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSTOM](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSTOM](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/ordinal.md index 6bb7f26a..9beb2ca1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[CUSTOM](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[CUSTOM](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/code.md index b7a7161d..e9a88cca 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[DEFAMATION](index.md)/[code](code.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[DEFAMATION](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/index.md index 72d622f5..b0c161c3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/index.md @@ -1,36 +1,19 @@ --- -title: DEFAMATION - +title: DEFAMATION --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[DEFAMATION](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[DEFAMATION](index.html) +# DEFAMATION +[jvm]\ +[DEFAMATION](index.html)(6) -# DEFAMATION - [jvm] [DEFAMATION](index.md)(6) - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/name.md index a1354f98..9fc574c7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[DEFAMATION](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[DEFAMATION](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/ordinal.md index 86f86e11..80b5c96a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[DEFAMATION](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[DEFAMATION](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/code.md index 1e531a17..276907e6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[OBSCENE](index.md)/[code](code.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[OBSCENE](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/index.md index a845b613..df1da433 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/index.md @@ -1,36 +1,19 @@ --- -title: OBSCENE - +title: OBSCENE --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[OBSCENE](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[OBSCENE](index.html) +# OBSCENE +[jvm]\ +[OBSCENE](index.html)(1) -# OBSCENE - [jvm] [OBSCENE](index.md)(1) - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/name.md index 904fe166..86a8203d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[OBSCENE](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[OBSCENE](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/ordinal.md index 7cce7be4..f99252bc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[OBSCENE](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[OBSCENE](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/code.md index ab093c21..e393a547 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[PIRACY](index.md)/[code](code.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[PIRACY](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/index.md index 0974d7f2..8777ff6c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/index.md @@ -1,36 +1,19 @@ --- -title: PIRACY - +title: PIRACY --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[PIRACY](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[PIRACY](index.html) +# PIRACY +[jvm]\ +[PIRACY](index.html)(5) -# PIRACY - [jvm] [PIRACY](index.md)(5) - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/name.md index 5beba297..8a06a5a1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[PIRACY](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[PIRACY](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/ordinal.md index 9801530f..4f780375 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[PIRACY](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[PIRACY](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/code.md index 07c8bc60..0cbc5fed 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[SPAMMING](index.md)/[code](code.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[SPAMMING](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/index.md index 03732640..7499cb1c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/index.md @@ -1,36 +1,19 @@ --- -title: SPAMMING - +title: SPAMMING --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[SPAMMING](index.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[SPAMMING](index.html) +# SPAMMING +[jvm]\ +[SPAMMING](index.html)(4) -# SPAMMING - [jvm] [SPAMMING](index.md)(4) - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](../index.md)>>


-| [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](../index.md)>


-| [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/name.md index 7fe30824..68cbb39f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[SPAMMING](index.md)/[name](name.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[SPAMMING](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/ordinal.md index d8f169de..ed666fbe 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../../index.md)/[be.zvz.kotlininside.api.management](../../../index.md)/[UserBlock](../../index.md)/[BlockCategory](../index.md)/[SPAMMING](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html) +/[UserBlock](../../index.html)/[BlockCategory](../index.html)/[SPAMMING](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/code.md index d052788c..d0248e39 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/code.md @@ -1,14 +1,14 @@ --- -title: code - +title: code --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockCategory](index.md)/[code](code.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockCategory](index.html)/[code](code.html) +# code +[jvm]\ +val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# code -[jvm] -Content -val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/index.md index 18a47ce5..fd709d69 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/index.md @@ -1,47 +1,32 @@ --- -title: BlockCategory - +title: BlockCategory --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockCategory](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockCategory](index.html) +# BlockCategory +[jvm]\ +enum [BlockCategory](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserBlock.BlockCategory]( +index.html)> -# BlockCategory - [jvm] enum [BlockCategory](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserBlock.BlockCategory](index.md)> +## Entries - -## Entries - -| Name| Summary| -|---|---| -| [OBSCENE](-o-b-s-c-e-n-e/index.md)| [jvm] [OBSCENE](-o-b-s-c-e-n-e/index.md)(1)

-| [ADVERTISEMENT](-a-d-v-e-r-t-i-s-e-m-e-n-t/index.md)| [jvm] [ADVERTISEMENT](-a-d-v-e-r-t-i-s-e-m-e-n-t/index.md)(2)

-| [CUSS_WORDS](-c-u-s-s_-w-o-r-d-s/index.md)| [jvm] [CUSS_WORDS](-c-u-s-s_-w-o-r-d-s/index.md)(3)

-| [SPAMMING](-s-p-a-m-m-i-n-g/index.md)| [jvm] [SPAMMING](-s-p-a-m-m-i-n-g/index.md)(4)

-| [PIRACY](-p-i-r-a-c-y/index.md)| [jvm] [PIRACY](-p-i-r-a-c-y/index.md)(5)

-| [DEFAMATION](-d-e-f-a-m-a-t-i-o-n/index.md)| [jvm] [DEFAMATION](-d-e-f-a-m-a-t-i-o-n/index.md)(6)

-| [CUSTOM](-c-u-s-t-o-m/index.md)| [jvm] [CUSTOM](-c-u-s-t-o-m/index.md)(7)

- - -## Functions - -| Name| Summary| +| | | |---|---| -| [compareTo](-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](-c-u-s-t-o-m/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.api.management.UserBlock.BlockCategory%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserBlock.BlockCategory](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserBlock.BlockCategory](index.md)>>


-| [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserBlock.BlockCategory](index.md)>


-| [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [CUSTOM](-c-u-s-t-o-m/index.html) | [jvm]
[CUSTOM](-c-u-s-t-o-m/index.html)(7) | +| [DEFAMATION](-d-e-f-a-m-a-t-i-o-n/index.html) | [jvm]
[DEFAMATION](-d-e-f-a-m-a-t-i-o-n/index.html)(6) | +| [PIRACY](-p-i-r-a-c-y/index.html) | [jvm]
[PIRACY](-p-i-r-a-c-y/index.html)(5) | +| [SPAMMING](-s-p-a-m-m-i-n-g/index.html) | [jvm]
[SPAMMING](-s-p-a-m-m-i-n-g/index.html)(4) | +| [CUSS_WORDS](-c-u-s-s_-w-o-r-d-s/index.html) | [jvm]
[CUSS_WORDS](-c-u-s-s_-w-o-r-d-s/index.html)(3) | +| [ADVERTISEMENT](-a-d-v-e-r-t-i-s-e-m-e-n-t/index.html) | [jvm]
[ADVERTISEMENT](-a-d-v-e-r-t-i-s-e-m-e-n-t/index.html)(2) | +| [OBSCENE](-o-b-s-c-e-n-e/index.html) | [jvm]
[OBSCENE](-o-b-s-c-e-n-e/index.html)(1) | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [code](code.md)| [jvm] val [code](code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [code](code.html) | [jvm]
val [code](code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [name](index.html#1471790976%2FProperties%2F863300109) | [jvm]
val [name](index.html#1471790976%2FProperties%2F863300109): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](index.html#-1721829442%2FProperties%2F863300109) | [jvm]
val [ordinal](index.html#-1721829442%2FProperties%2F863300109): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/-block-option.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/-block-option.md index 9e78c233..44576f7f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/-block-option.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/-block-option.md @@ -1,14 +1,14 @@ --- -title: BlockOption - +title: BlockOption --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockOption](index.md)/[BlockOption](-block-option.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockOption](index.html)/[BlockOption](-block-option.html) +# BlockOption +[jvm]\ +fun [BlockOption](-block-option.html)() -# BlockOption -[jvm] -Content -fun [BlockOption](-block-option.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-category.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-category.md index 15b17bf7..7c5eac98 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-category.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-category.md @@ -1,14 +1,14 @@ --- -title: blockCategory - +title: blockCategory --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockOption](index.md)/[blockCategory](block-category.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockOption](index.html)/[blockCategory](block-category.html) +# blockCategory +[jvm]\ +var [blockCategory](block-category.html): [UserBlock.BlockCategory](../-block-category/index.html) -# blockCategory -[jvm] -Content -var [blockCategory](block-category.md): [UserBlock.BlockCategory](../-block-category/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-hour.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-hour.md index d650e0b7..d173ee7e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-hour.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-hour.md @@ -1,14 +1,14 @@ --- -title: blockHour - +title: blockHour --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockOption](index.md)/[blockHour](block-hour.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockOption](index.html)/[blockHour](block-hour.html) +# blockHour +[jvm]\ +var [blockHour](block-hour.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1 -# blockHour -[jvm] -Content -var [blockHour](block-hour.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-reason.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-reason.md index 86233cfb..ac302ae7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-reason.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-reason.md @@ -1,14 +1,14 @@ --- -title: blockReason - +title: blockReason --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockOption](index.md)/[blockReason](block-reason.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockOption](index.html)/[blockReason](block-reason.html) +# blockReason +[jvm]\ +var [blockReason](block-reason.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# blockReason -[jvm] -Content -var [blockReason](block-reason.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/comment-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/comment-id.md index 821d8d6b..a61e531d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/comment-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/comment-id.md @@ -1,14 +1,14 @@ --- -title: commentId - +title: commentId --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockOption](index.md)/[commentId](comment-id.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockOption](index.html)/[commentId](comment-id.html) +# commentId +[jvm]\ +var [commentId](comment-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 -# commentId -[jvm] -Content -var [commentId](comment-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/index.md index 3cda37cf..f53ed7cf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/index.md @@ -1,29 +1,20 @@ --- -title: BlockOption - +title: BlockOption --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockOption](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockOption](index.html) +# BlockOption +[jvm]\ +class [BlockOption](index.html) -# BlockOption - [jvm] class [BlockOption](index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [blockCategory](block-category.md)| [jvm] var [blockCategory](block-category.md): [UserBlock.BlockCategory](../-block-category/index.md)
-| [blockHour](block-hour.md)| [jvm] var [blockHour](block-hour.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1
-| [blockReason](block-reason.md)| [jvm] var [blockReason](block-reason.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [commentId](comment-id.md)| [jvm] var [commentId](comment-id.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0
+| [blockCategory](block-category.html) | [jvm]
var [blockCategory](block-category.html): [UserBlock.BlockCategory](../-block-category/index.html) | +| [blockHour](block-hour.html) | [jvm]
var [blockHour](block-hour.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 1 | +| [blockReason](block-reason.html) | [jvm]
var [blockReason](block-reason.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [commentId](comment-id.html) | [jvm]
var [commentId](comment-id.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/-block-result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/-block-result.md index 129a0b27..49b167d8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/-block-result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/-block-result.md @@ -1,14 +1,16 @@ --- -title: BlockResult - +title: BlockResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockResult](index.md)/[BlockResult](-block-result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockResult](index.html)/[BlockResult](-block-result.html) +# BlockResult +[jvm]\ +fun [BlockResult](-block-result.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# BlockResult -[jvm] -Content -fun [BlockResult](-block-result.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/cause.md index e04439c8..1c622d66 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/cause.md @@ -1,14 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockResult](index.md)/[cause](cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockResult](index.html)/[cause](cause.html) +# cause +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/index.md index c7487b80..102419f0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/index.md @@ -1,30 +1,20 @@ --- -title: BlockResult - +title: BlockResult --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockResult](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockResult](index.html) +# BlockResult +[jvm]\ +data class [BlockResult](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# BlockResult - [jvm] data class [BlockResult](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [UserBlock.BlockResult](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/result.md index c4963fbd..2872e2ff 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.api.management](../../index.md)/[UserBlock](../index.md)/[BlockResult](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html) +/[UserBlock](../index.html)/[BlockResult](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-user-block.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-user-block.md index 1a6ce726..685cc2d0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-user-block.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-user-block.md @@ -1,16 +1,21 @@ --- -title: UserBlock - +title: UserBlock --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[UserBlock](index.md)/[UserBlock](-user-block.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[UserBlock](index.html) +/[UserBlock](-user-block.html) +# UserBlock +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [UserBlock](-user-block.html)( +gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +session: [Session](../../be.zvz.kotlininside.session/-session/index.html), +option: [UserBlock.BlockOption](-block-option/index.html) = BlockOption()) -# UserBlock -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [UserBlock](-user-block.md)(gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), articleId: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), session: [Session](../../be.zvz.kotlininside.session/-session/index.md), option: [UserBlock.BlockOption](-block-option/index.md) = BlockOption()) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/block.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/block.md index 22734286..a60ab689 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/block.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/block.md @@ -1,14 +1,14 @@ --- -title: block - +title: block --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[UserBlock](index.md)/[block](block.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[UserBlock](index.html) +/[block](block.html) +# block +[jvm]\ +fun [block](block.html)(): [UserBlock.BlockResult](-block-result/index.html) -# block -[jvm] -Content -fun [block](block.md)(): [UserBlock.BlockResult](-block-result/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-link.md index 39ea5e00..e651a7c2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-link.md @@ -1,27 +1,25 @@ --- -title: getLink - +title: getLink --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[UserBlock](index.md)/[getLink](get-link.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[UserBlock](index.html) +/[getLink](get-link.html) +# getLink - -# getLink -[jvm] -Content -fun [getLink](get-link.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) 갤러리 유저 차단 링크를 반환합니다. - - -#### Return - +#### Return 갤러리 유저 차단 URL을 반환합니다. - +#### Throws + +| | | +|---|---| +| [kotlin.RuntimeException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-runtime-exception/index.html) | 유저 세션이 [Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.html)일 경우, 예외를 반환합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-user-agent.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-user-agent.md index e69bd418..e2dca91f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-user-agent.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-user-agent.md @@ -1,27 +1,20 @@ --- -title: getUserAgent - +title: getUserAgent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[UserBlock](index.md)/[getUserAgent](get-user-agent.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[UserBlock](index.html) +/[getUserAgent](get-user-agent.html) +# getUserAgent - -# getUserAgent -[jvm] -Content -fun [getUserAgent](get-user-agent.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [getUserAgent](get-user-agent.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) User-Agent를 반환합니다. - - -#### Return - +#### Return 갤러리 유저 차단에 접근할 때 필요한 User-Agent를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/index.md index a7125614..3dc2194c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/index.md @@ -1,31 +1,32 @@ --- -title: UserBlock - +title: UserBlock --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.management](../index.md)/[UserBlock](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.management](../index.html)/[UserBlock](index.html) +# UserBlock +[jvm]\ +class [UserBlock](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../../be.zvz.kotlininside.session/-session/index.html), ** +option**: [UserBlock.BlockOption](-block-option/index.html)) -# UserBlock - [jvm] class [UserBlock](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../../be.zvz.kotlininside.session/-session/index.md), **option**: [UserBlock.BlockOption](-block-option/index.md)) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [BlockCategory](-block-category/index.md)| [jvm]
Content
enum [BlockCategory](-block-category/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserBlock.BlockCategory](-block-category/index.md)>


-| [BlockOption](-block-option/index.md)| [jvm]
Content
class [BlockOption](-block-option/index.md)


-| [BlockResult](-block-result/index.md)| [jvm]
Content
data class [BlockResult](-block-result/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


+| [BlockCategory](-block-category/index.html) | [jvm]
enum [BlockCategory](-block-category/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserBlock.BlockCategory](-block-category/index.html)> | +| [BlockOption](-block-option/index.html) | [jvm]
class [BlockOption](-block-option/index.html) | +| [BlockResult](-block-result/index.html) | [jvm]
data class [BlockResult](-block-result/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [block](block.md)| [jvm]
Content
fun [block](block.md)(): [UserBlock.BlockResult](-block-result/index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getLink](get-link.md)| [jvm]
Content
fun [getLink](get-link.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
갤러리 유저 차단 링크를 반환합니다.


-| [getUserAgent](get-user-agent.md)| [jvm]
Content
fun [getUserAgent](get-user-agent.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
User-Agent를 반환합니다.


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [block](block.html) | [jvm]
fun [block](block.html)(): [UserBlock.BlockResult](-block-result/index.html) | +| [getLink](get-link.html) | [jvm]
fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
갤러리 유저 차단 링크를 반환합니다. | +| [getUserAgent](get-user-agent.html) | [jvm]
fun [getUserAgent](get-user-agent.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
User-Agent를 반환합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/index.md index 703f5074..b151bcfe 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.management/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.management/index.md @@ -1,20 +1,32 @@ --- -title: be.zvz.kotlininside.api.management - +title: be.zvz.kotlininside.api.management --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.management](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.management](index.html) +# Package be.zvz.kotlininside.api.management +## Types -# Package be.zvz.kotlininside.api.management - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [ChangeHeadText](-change-head-text/index.md)| [jvm]
Content
class [ChangeHeadText](-change-head-text/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [GallerySetting](-gallery-setting/index.md)| [jvm]
Content
class [GallerySetting](-gallery-setting/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [Notice](-notice/index.md)| [jvm]
Content
class [Notice](-notice/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [Recommend](-recommend/index.md)| [jvm]
Content
class [Recommend](-recommend/index.md)(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md))


-| [UserBlock](-user-block/index.md)| [jvm]
Content
class [UserBlock](-user-block/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **session**: [Session](../be.zvz.kotlininside.session/-session/index.md), **option**: [UserBlock.BlockOption](-user-block/-block-option/index.md))


+| [ChangeHeadText](-change-head-text/index.html) | [jvm]
class [ChangeHeadText](-change-head-text/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +headTextId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [GallerySetting](-gallery-setting/index.html) | [jvm]
class [GallerySetting](-gallery-setting/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [Notice](-notice/index.html) | [jvm]
class [Notice](-notice/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [Recommend](-recommend/index.html) | [jvm]
class [Recommend](-recommend/index.html)(** +gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html)) | +| [UserBlock](-user-block/index.html) | [jvm]
class [UserBlock](-user-block/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**gallId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +articleId**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +session**: [Session](../be.zvz.kotlininside.session/-session/index.html), ** +option**: [UserBlock.BlockOption](-user-block/-block-option/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-comment/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-comment/index.md index 1480e3f4..e166f605 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-comment/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-comment/index.md @@ -1,27 +1,17 @@ --- -title: Comment - +title: Comment --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.comment](../index.md)/[Comment](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.comment](../index.html)/[Comment](index.html) +# Comment +[jvm]\ +interface [Comment](index.html) -# Comment - [jvm] interface [Comment](index.md) +## Inheritors - -## Functions - -| Name| Summary| -|---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Inheritors - -| Name| +| Name | |---| -| [DCConComment](../-d-c-con-comment/index.md) -| [StringComment](../-string-comment/index.md) +| [DCConComment](../-d-c-con-comment/index.html) | +| [StringComment](../-string-comment/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/-d-c-con-comment.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/-d-c-con-comment.md index d694400d..9566b0e1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/-d-c-con-comment.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/-d-c-con-comment.md @@ -1,14 +1,14 @@ --- -title: DCConComment - +title: DCConComment --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.comment](../index.md)/[DCConComment](index.md)/[DCConComment](-d-c-con-comment.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.comment](../index.html)/[DCConComment](index.html) +/[DCConComment](-d-c-con-comment.html) +# DCConComment +[jvm]\ +fun [DCConComment](-d-c-con-comment.html)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)) -# DCConComment -[jvm] -Content -fun [DCConComment](-d-c-con-comment.md)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/dc-con.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/dc-con.md index 88aab46c..b00b09a6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/dc-con.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/dc-con.md @@ -1,14 +1,14 @@ --- -title: dcCon - +title: dcCon --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.comment](../index.md)/[DCConComment](index.md)/[dcCon](dc-con.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.comment](../index.html)/[DCConComment](index.html) +/[dcCon](dc-con.html) +# dcCon +[jvm]\ +val [dcCon](dc-con.html): [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html) -# dcCon -[jvm] -Content -val [dcCon](dc-con.md): [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/index.md index 7b159dc3..4b4f5487 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/index.md @@ -1,28 +1,17 @@ --- -title: DCConComment - +title: DCConComment --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.comment](../index.md)/[DCConComment](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.comment](../index.html)/[DCConComment](index.html) +# DCConComment +[jvm]\ +data class [DCConComment](index.html)(** +dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html)) : [Comment](../-comment/index.html) -# DCConComment - [jvm] data class [DCConComment](index.md)(**dcCon**: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)) : [Comment](../-comment/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(dcCon: [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)): [DCConComment](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [dcCon](dc-con.md)| [jvm] val [dcCon](dc-con.md): [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.md)
+| [dcCon](dc-con.html) | [jvm]
val [dcCon](dc-con.html): [DCCon](../../be.zvz.kotlininside.api.type/-d-c-con/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/-string-comment.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/-string-comment.md index 79d4038e..b57f56a8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/-string-comment.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/-string-comment.md @@ -1,14 +1,15 @@ --- -title: StringComment - +title: StringComment --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.comment](../index.md)/[StringComment](index.md)/[StringComment](-string-comment.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.comment](../index.html)/[StringComment](index.html) +/[StringComment](-string-comment.html) +# StringComment +[jvm]\ +fun [StringComment](-string-comment.html)( +memo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# StringComment -[jvm] -Content -fun [StringComment](-string-comment.md)(memo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/index.md index 71a75348..b16dfff2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/index.md @@ -1,28 +1,17 @@ --- -title: StringComment - +title: StringComment --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.comment](../index.md)/[StringComment](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.comment](../index.html)/[StringComment](index.html) +# StringComment +[jvm]\ +data class [StringComment](index.html)(** +memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Comment](../-comment/index.html) -# StringComment - [jvm] data class [StringComment](index.md)(**memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Comment](../-comment/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(memo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [StringComment](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [memo](memo.md)| [jvm] val [memo](memo.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [memo](memo.html) | [jvm]
val [memo](memo.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/memo.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/memo.md index 77c6e0b1..10edbcc8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/memo.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/memo.md @@ -1,14 +1,14 @@ --- -title: memo - +title: memo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.comment](../index.md)/[StringComment](index.md)/[memo](memo.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.comment](../index.html)/[StringComment](index.html) +/[memo](memo.html) +# memo +[jvm]\ +val [memo](memo.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# memo -[jvm] -Content -val [memo](memo.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/index.md index 85f4b506..51db012b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.comment/index.md @@ -1,18 +1,17 @@ --- -title: be.zvz.kotlininside.api.type.comment - +title: be.zvz.kotlininside.api.type.comment --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.type.comment](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.type.comment](index.html) +# Package be.zvz.kotlininside.api.type.comment +## Types -# Package be.zvz.kotlininside.api.type.comment - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Comment](-comment/index.md)| [jvm]
Content
interface [Comment](-comment/index.md)


-| [DCConComment](-d-c-con-comment/index.md)| [jvm]
Content
data class [DCConComment](-d-c-con-comment/index.md)(**dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.md)) : [Comment](-comment/index.md)


-| [StringComment](-string-comment/index.md)| [jvm]
Content
data class [StringComment](-string-comment/index.md)(**memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Comment](-comment/index.md)


+| [Comment](-comment/index.html) | [jvm]
interface [Comment](-comment/index.html) | +| [DCConComment](-d-c-con-comment/index.html) | [jvm]
data class [DCConComment](-d-c-con-comment/index.html)(** +dcCon**: [DCCon](../be.zvz.kotlininside.api.type/-d-c-con/index.html)) : [Comment](-comment/index.html) | +| [StringComment](-string-comment/index.html) | [jvm]
data class [StringComment](-string-comment/index.html)(** +memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Comment](-comment/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-content/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-content/index.md index a9e8fedd..5c31859d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-content/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-content/index.md @@ -1,29 +1,19 @@ --- -title: Content - +title: Content --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[Content](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[Content](index.html) +# Content +[jvm]\ +interface [Content](index.html) -# Content - [jvm] interface [Content](index.md) +## Inheritors - -## Functions - -| Name| Summary| -|---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Inheritors - -| Name| +| Name | |---| -| [HtmlContent](../-html-content/index.md) -| [ImageContent](../-image-content/index.md) -| [MarkdownContent](../-markdown-content/index.md) -| [StringContent](../-string-content/index.md) +| [HtmlContent](../-html-content/index.html) | +| [ImageContent](../-image-content/index.html) | +| [MarkdownContent](../-markdown-content/index.html) | +| [StringContent](../-string-content/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/-html-content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/-html-content.md index 280dc0f7..8bd167ad 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/-html-content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/-html-content.md @@ -1,14 +1,15 @@ --- -title: HtmlContent - +title: HtmlContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[HtmlContent](index.md)/[HtmlContent](-html-content.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[HtmlContent](index.html) +/[HtmlContent](-html-content.html) +# HtmlContent +[jvm]\ +fun [HtmlContent](-html-content.html)( +htmlString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# HtmlContent -[jvm] -Content -fun [HtmlContent](-html-content.md)(htmlString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/html-string.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/html-string.md index 37a5e7ca..336a7bd9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/html-string.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/html-string.md @@ -1,14 +1,14 @@ --- -title: htmlString - +title: htmlString --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[HtmlContent](index.md)/[htmlString](html-string.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[HtmlContent](index.html) +/[htmlString](html-string.html) +# htmlString +[jvm]\ +val [htmlString](html-string.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# htmlString -[jvm] -Content -val [htmlString](html-string.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/index.md index 46fa0de9..9c9df76d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/index.md @@ -1,28 +1,17 @@ --- -title: HtmlContent - +title: HtmlContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[HtmlContent](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[HtmlContent](index.html) +# HtmlContent +[jvm]\ +data class [HtmlContent](index.html)(** +htmlString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](../-content/index.html) -# HtmlContent - [jvm] data class [HtmlContent](index.md)(**htmlString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](../-content/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(htmlString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [HtmlContent](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [htmlString](html-string.md)| [jvm] val [htmlString](html-string.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [htmlString](html-string.html) | [jvm]
val [htmlString](html-string.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/-image-content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/-image-content.md index 3313db5d..27cc2bc3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/-image-content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/-image-content.md @@ -1,15 +1,17 @@ --- -title: ImageContent - +title: ImageContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[ImageContent](index.md)/[ImageContent](-image-content.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[ImageContent](index.html) +/[ImageContent](-image-content.html) +# ImageContent +[jvm]\ +fun [ImageContent](-image-content.html)(file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)) + +fun [ImageContent](-image-content.html)( +stream: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)) -# ImageContent -[jvm] -Content -fun [ImageContent](-image-content.md)(file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)) -fun [ImageContent](-image-content.md)(stream: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/index.md index f09fa092..4ba4796d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/index.md @@ -1,35 +1,23 @@ --- -title: ImageContent - +title: ImageContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[ImageContent](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[ImageContent](index.html) +# ImageContent +[jvm]\ +data class [ImageContent](index.html)(** +stream**: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)) : [Content](../-content/index.html) -# ImageContent - [jvm] data class [ImageContent](index.md)(**stream**: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)) : [Content](../-content/index.md) +## Constructors - -## Constructors - -| Name| Summary| -|---|---| -| [ImageContent](-image-content.md)| [jvm] fun [ImageContent](-image-content.md)(file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html))
- - -## Functions - -| Name| Summary| +| | | |---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(stream: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [ImageContent](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [ImageContent](-image-content.html) | [jvm]
fun [ImageContent](-image-content.html)(file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)) | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [stream](stream.md)| [jvm] val [stream](stream.md): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)
+| [stream](stream.html) | [jvm]
val [stream](stream.html): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/stream.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/stream.md index a362c002..e0b0fd47 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/stream.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/stream.md @@ -1,14 +1,14 @@ --- -title: stream - +title: stream --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[ImageContent](index.md)/[stream](stream.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[ImageContent](index.html) +/[stream](stream.html) +# stream +[jvm]\ +val [stream](stream.html): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html) -# stream -[jvm] -Content -val [stream](stream.md): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/-markdown-content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/-markdown-content.md index e6a26dae..14c5a247 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/-markdown-content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/-markdown-content.md @@ -1,14 +1,15 @@ --- -title: MarkdownContent - +title: MarkdownContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[MarkdownContent](index.md)/[MarkdownContent](-markdown-content.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html) +/[MarkdownContent](index.html)/[MarkdownContent](-markdown-content.html) +# MarkdownContent +[jvm]\ +fun [MarkdownContent](-markdown-content.html)( +markdownString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# MarkdownContent -[jvm] -Content -fun [MarkdownContent](-markdown-content.md)(markdownString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/index.md index 2390c10d..9146ee7f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/index.md @@ -1,28 +1,18 @@ --- -title: MarkdownContent - +title: MarkdownContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[MarkdownContent](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html) +/[MarkdownContent](index.html) +# MarkdownContent +[jvm]\ +data class [MarkdownContent](index.html)(** +markdownString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](../-content/index.html) -# MarkdownContent - [jvm] data class [MarkdownContent](index.md)(**markdownString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](../-content/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(markdownString: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [MarkdownContent](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [markdownString](markdown-string.md)| [jvm] val [markdownString](markdown-string.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [markdownString](markdown-string.html) | [jvm]
val [markdownString](markdown-string.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/markdown-string.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/markdown-string.md index a0b423d0..94721092 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/markdown-string.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/markdown-string.md @@ -1,14 +1,14 @@ --- -title: markdownString - +title: markdownString --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[MarkdownContent](index.md)/[markdownString](markdown-string.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html) +/[MarkdownContent](index.html)/[markdownString](markdown-string.html) +# markdownString +[jvm]\ +val [markdownString](markdown-string.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# markdownString -[jvm] -Content -val [markdownString](markdown-string.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/-string-content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/-string-content.md index ddae8801..911e88da 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/-string-content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/-string-content.md @@ -1,14 +1,15 @@ --- -title: StringContent - +title: StringContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[StringContent](index.md)/[StringContent](-string-content.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[StringContent](index.html) +/[StringContent](-string-content.html) +# StringContent +[jvm]\ +fun [StringContent](-string-content.html)( +string: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# StringContent -[jvm] -Content -fun [StringContent](-string-content.md)(string: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/index.md index ce1c700d..9c34a527 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/index.md @@ -1,28 +1,17 @@ --- -title: StringContent - +title: StringContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[StringContent](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[StringContent](index.html) +# StringContent +[jvm]\ +data class [StringContent](index.html)(** +string**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](../-content/index.html) -# StringContent - [jvm] data class [StringContent](index.md)(**string**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](../-content/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(string: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [StringContent](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [string](string.md)| [jvm] val [string](string.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [string](string.html) | [jvm]
val [string](string.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/string.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/string.md index 3760f3e0..46289e49 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/string.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/string.md @@ -1,14 +1,14 @@ --- -title: string - +title: string --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type.content](../index.md)/[StringContent](index.md)/[string](string.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type.content](../index.html)/[StringContent](index.html) +/[string](string.html) +# string +[jvm]\ +val [string](string.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# string -[jvm] -Content -val [string](string.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/index.md index 77e3ec49..37b91448 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type.content/index.md @@ -1,20 +1,21 @@ --- -title: be.zvz.kotlininside.api.type.content - +title: be.zvz.kotlininside.api.type.content --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.type.content](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.type.content](index.html) +# Package be.zvz.kotlininside.api.type.content +## Types -# Package be.zvz.kotlininside.api.type.content - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Content](-content/index.md)| [jvm]
Content
interface [Content](-content/index.md)


-| [HtmlContent](-html-content/index.md)| [jvm]
Content
data class [HtmlContent](-html-content/index.md)(**htmlString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](-content/index.md)


-| [ImageContent](-image-content/index.md)| [jvm]
Content
data class [ImageContent](-image-content/index.md)(**stream**: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)) : [Content](-content/index.md)


-| [MarkdownContent](-markdown-content/index.md)| [jvm]
Content
data class [MarkdownContent](-markdown-content/index.md)(**markdownString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](-content/index.md)


-| [StringContent](-string-content/index.md)| [jvm]
Content
data class [StringContent](-string-content/index.md)(**string**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](-content/index.md)


+| [Content](-content/index.html) | [jvm]
interface [Content](-content/index.html) | +| [HtmlContent](-html-content/index.html) | [jvm]
data class [HtmlContent](-html-content/index.html)(** +htmlString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](-content/index.html) | +| [ImageContent](-image-content/index.html) | [jvm]
data class [ImageContent](-image-content/index.html)(** +stream**: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)) : [Content](-content/index.html) | +| [MarkdownContent](-markdown-content/index.html) | [jvm]
data class [MarkdownContent](-markdown-content/index.html)(** +markdownString**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](-content/index.html) | +| [StringContent](-string-content/index.html) | [jvm]
data class [StringContent](-string-content/index.html)(** +string**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Content](-content/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/-article.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/-article.md index 2ab7bdd1..2d7e1976 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/-article.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/-article.md @@ -1,16 +1,20 @@ --- -title: Article - +title: Article --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Article](index.md)/[Article](-article.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Article](index.html) +/[Article](-article.html) +# Article +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [Article](-article.html)(subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +content: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content]( +../../be.zvz.kotlininside.api.type.content/-content/index.html)>, headText: [HeadText](../-head-text/index.html)? = +null) -# Article -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [Article](-article.md)(subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), content: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.md)>, headText: [HeadText](../-head-text/index.md)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/content.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/content.md index 22877e08..c1258a6a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/content.md @@ -1,14 +1,15 @@ --- -title: content - +title: content --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Article](index.md)/[content](content.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Article](index.html) +/[content](content.html) +# content +[jvm]\ +val [content](content.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content]( +../../be.zvz.kotlininside.api.type.content/-content/index.html)> -# content -[jvm] -Content -val [content](content.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/head-text.md index e579a3ed..6374ce72 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/head-text.md @@ -1,14 +1,14 @@ --- -title: headText - +title: headText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Article](index.md)/[headText](head-text.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Article](index.html) +/[headText](head-text.html) +# headText +[jvm]\ +val [headText](head-text.html): [HeadText](../-head-text/index.html)? = null -# headText -[jvm] -Content -val [headText](head-text.md): [HeadText](../-head-text/index.md)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/index.md index a64decf9..a1ae8d22 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/index.md @@ -1,32 +1,21 @@ --- -title: Article - +title: Article --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Article](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Article](index.html) +# Article +[jvm]\ +data class [Article](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content]( +../../be.zvz.kotlininside.api.type.content/-content/index.html)>, **headText**: [HeadText](../-head-text/index.html)?) -# Article - [jvm] data class [Article](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.md)>, **headText**: [HeadText](../-head-text/index.md)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.md)>


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [HeadText](../-head-text/index.md)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(subject: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), content: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.md)>, headText: [HeadText](../-head-text/index.md)? = null): [Article](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [content](content.md)| [jvm] val [content](content.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.md)>
-| [headText](head-text.md)| [jvm] val [headText](head-text.md): [HeadText](../-head-text/index.md)? = null
-| [subject](subject.md)| [jvm] val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [content](content.html) | [jvm]
val [content](content.html): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../../be.zvz.kotlininside.api.type.content/-content/index.html)> | +| [headText](head-text.html) | [jvm]
val [headText](head-text.html): [HeadText](../-head-text/index.html)? = null | +| [subject](subject.html) | [jvm]
val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/subject.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/subject.md index cfed2f9d..cdb654ad 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/subject.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-article/subject.md @@ -1,14 +1,14 @@ --- -title: subject - +title: subject --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Article](index.md)/[subject](subject.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Article](index.html) +/[subject](subject.html) +# subject +[jvm]\ +val [subject](subject.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# subject -[jvm] -Content -val [subject](subject.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/-d-c-con.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/-d-c-con.md index 5acc765d..03a63239 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/-d-c-con.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/-d-c-con.md @@ -1,16 +1,21 @@ --- -title: DCCon - +title: DCCon --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[DCCon](index.md)/[DCCon](-d-c-con.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[DCCon](index.html) +/[DCCon](-d-c-con.html) +# DCCon +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [DCCon](-d-c-con.html)(packageIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +detailIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +imgLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "", +memo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "", +title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "") -# DCCon -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [DCCon](-d-c-con.md)(packageIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, detailIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, imgLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "", memo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "", title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "") diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/detail-index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/detail-index.md index 3a0e6cdb..ae9d44e0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/detail-index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/detail-index.md @@ -1,14 +1,14 @@ --- -title: detailIndex - +title: detailIndex --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[DCCon](index.md)/[detailIndex](detail-index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[DCCon](index.html) +/[detailIndex](detail-index.html) +# detailIndex +[jvm]\ +val [detailIndex](detail-index.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 -# detailIndex -[jvm] -Content -val [detailIndex](detail-index.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/img-link.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/img-link.md index edd8365c..75ff0d31 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/img-link.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/img-link.md @@ -1,14 +1,14 @@ --- -title: imgLink - +title: imgLink --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[DCCon](index.md)/[imgLink](img-link.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[DCCon](index.html) +/[imgLink](img-link.html) +# imgLink +[jvm]\ +val [imgLink](img-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# imgLink -[jvm] -Content -val [imgLink](img-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/index.md index 6d5d56a9..4927933e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/index.md @@ -1,36 +1,25 @@ --- -title: DCCon - +title: DCCon --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[DCCon](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[DCCon](index.html) +# DCCon +[jvm]\ +data class [DCCon](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +, **detailIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +imgLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# DCCon - [jvm] data class [DCCon](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **detailIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **imgLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(packageIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, detailIndex: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, imgLink: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "", memo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = "", title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) = ""): [DCCon](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [detailIndex](detail-index.md)| [jvm] val [detailIndex](detail-index.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0
-| [imgLink](img-link.md)| [jvm] val [imgLink](img-link.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [memo](memo.md)| [jvm] val [memo](memo.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [packageIndex](package-index.md)| [jvm] val [packageIndex](package-index.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [detailIndex](detail-index.html) | [jvm]
val [detailIndex](detail-index.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 | +| [imgLink](img-link.html) | [jvm]
val [imgLink](img-link.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [memo](memo.html) | [jvm]
val [memo](memo.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [packageIndex](package-index.html) | [jvm]
val [packageIndex](package-index.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/memo.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/memo.md index 322c134e..dc401157 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/memo.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/memo.md @@ -1,14 +1,14 @@ --- -title: memo - +title: memo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[DCCon](index.md)/[memo](memo.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[DCCon](index.html) +/[memo](memo.html) +# memo +[jvm]\ +val [memo](memo.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# memo -[jvm] -Content -val [memo](memo.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/package-index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/package-index.md index 47b23b67..f37dd565 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/package-index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/package-index.md @@ -1,14 +1,14 @@ --- -title: packageIndex - +title: packageIndex --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[DCCon](index.md)/[packageIndex](package-index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[DCCon](index.html) +/[packageIndex](package-index.html) +# packageIndex +[jvm]\ +val [packageIndex](package-index.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 -# packageIndex -[jvm] -Content -val [packageIndex](package-index.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/title.md index 868c2939..28886fae 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[DCCon](index.md)/[title](title.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[DCCon](index.html) +/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/-gallery.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/-gallery.md index beb9b2a4..b3928db0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/-gallery.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/-gallery.md @@ -1,14 +1,15 @@ --- -title: Gallery - +title: Gallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Gallery](index.md)/[Gallery](-gallery.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Gallery](index.html) +/[Gallery](-gallery.html) +# Gallery +[jvm]\ +fun [Gallery](-gallery.html)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Gallery -[jvm] -Content -fun [Gallery](-gallery.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/id.md index a420fbfd..034273d3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/id.md @@ -1,14 +1,13 @@ --- -title: id - +title: id --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Gallery](index.md)/[id](id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Gallery](index.html)/[id](id.html) +# id +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/index.md index 4f716698..b5c2469d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/index.md @@ -1,30 +1,19 @@ --- -title: Gallery - +title: Gallery --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Gallery](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Gallery](index.html) +# Gallery +[jvm]\ +data class [Gallery](index.html)(** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Gallery - [jvm] data class [Gallery](index.md)(**title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Gallery](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [title](title.md)| [jvm] val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [title](title.html) | [jvm]
val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/title.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/title.md index ed65126d..438d45b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/title.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/title.md @@ -1,14 +1,14 @@ --- -title: title - +title: title --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[Gallery](index.md)/[title](title.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[Gallery](index.html) +/[title](title.html) +# title +[jvm]\ +val [title](title.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# title -[jvm] -Content -val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/-head-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/-head-text.md index c0e75ec6..0143e3ed 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/-head-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/-head-text.md @@ -1,16 +1,20 @@ --- -title: HeadText - +title: HeadText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[HeadText](index.md)/[HeadText](-head-text.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[HeadText](index.html) +/[HeadText](-head-text.html) +# HeadText +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [HeadText](-head-text.html)(identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +level: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, +selected: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false) -# HeadText -[jvm] -Content -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() - -fun [HeadText](-head-text.md)(identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), level: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, selected: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/identifier.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/identifier.md index 700c10de..f036a948 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/identifier.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/identifier.md @@ -1,14 +1,14 @@ --- -title: identifier - +title: identifier --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[HeadText](index.md)/[identifier](identifier.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[HeadText](index.html) +/[identifier](identifier.html) +# identifier +[jvm]\ +val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# identifier -[jvm] -Content -val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/index.md index 6575bf59..56276d0f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/index.md @@ -1,34 +1,23 @@ --- -title: HeadText - +title: HeadText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[HeadText](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[HeadText](index.html) +# HeadText +[jvm]\ +data class [HeadText](index.html) +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +, **name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +level**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +selected**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -# HeadText - [jvm] data class [HeadText](index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **level**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **selected**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(identifier: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), level: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0, selected: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false): [HeadText](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [identifier](identifier.md)| [jvm] val [identifier](identifier.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [level](level.md)| [jvm] val [level](level.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [selected](selected.md)| [jvm] val [selected](selected.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false
+| [identifier](identifier.html) | [jvm]
val [identifier](identifier.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [level](level.html) | [jvm]
val [level](level.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [selected](selected.html) | [jvm]
val [selected](selected.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/level.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/level.md index d05e4bec..80c66b44 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/level.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/level.md @@ -1,14 +1,14 @@ --- -title: level - +title: level --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[HeadText](index.md)/[level](level.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[HeadText](index.html) +/[level](level.html) +# level +[jvm]\ +val [level](level.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 -# level -[jvm] -Content -val [level](level.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) = 0 diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/name.md index 28b6655a..2412e015 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[HeadText](index.md)/[name](name.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[HeadText](index.html) +/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/selected.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/selected.md index b8ae5ee1..fb758dc9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/selected.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/selected.md @@ -1,14 +1,15 @@ --- -title: selected - +title: selected --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.api.type](../index.md)/[HeadText](index.md)/[selected](selected.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.type](../index.html)/[HeadText](index.html) +/[selected](selected.html) +# selected +[jvm]\ +val [selected](selected.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = +false -# selected -[jvm] -Content -val [selected](selected.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/index.md index 02baab17..0f9f7fbf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.api.type/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.api.type/index.md @@ -1,19 +1,27 @@ --- -title: be.zvz.kotlininside.api.type - +title: be.zvz.kotlininside.api.type --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.api.type](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.api.type](index.html) +# Package be.zvz.kotlininside.api.type +## Types -# Package be.zvz.kotlininside.api.type - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Article](-article/index.md)| [jvm]
Content
data class [Article](-article/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../be.zvz.kotlininside.api.type.content/-content/index.md)>, **headText**: [HeadText](-head-text/index.md)?)


-| [DCCon](-d-c-con/index.md)| [jvm]
Content
data class [DCCon](-d-c-con/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **detailIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **imgLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [Gallery](-gallery/index.md)| [jvm]
Content
data class [Gallery](-gallery/index.md)(**title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [HeadText](-head-text/index.md)| [jvm]
Content
data class [HeadText](-head-text/index.md)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **level**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), **selected**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))


+| [Article](-article/index.html) | [jvm]
data class [Article](-article/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**subject**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +content**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Content](../be.zvz.kotlininside.api.type.content/-content/index.html)>, ** +headText**: [HeadText](-head-text/index.html)?) | +| [DCCon](-d-c-con/index.html) | [jvm]
data class [DCCon](-d-c-con/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**packageIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +detailIndex**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +imgLink**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +memo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [Gallery](-gallery/index.html) | [jvm]
data class [Gallery](-gallery/index.html)(** +title**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [HeadText](-head-text/index.html) | [jvm]
data class [HeadText](-head-text/index.html)@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()constructor(**identifier**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +name**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +level**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** +selected**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.md index 7de798f7..6f1d043d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.md @@ -1,86 +1,64 @@ --- -title: DefaultHttpClient - +title: DefaultHttpClient --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[DefaultHttpClient](-default-http-client.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[DefaultHttpClient](-default-http-client.html) +# DefaultHttpClient - -# DefaultHttpClient -[jvm] -Content -open fun [DefaultHttpClient](-default-http-client.md)() -More info - +[jvm]\ +open fun [DefaultHttpClient](-default-http-client.html)() DefaultHttpClient의 constructor입니다. - - - -[jvm] -Content -open fun [DefaultHttpClient](-default-http-client.md)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -More info - +[jvm]\ +open fun [DefaultHttpClient](-default-http-client.html)( +gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) DefaultHttpClient의 constructor입니다. +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| gzip|

GZIP 압축 사용 유무

- - - - -[jvm] -Content -open fun [DefaultHttpClient](-default-http-client.md)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -More info +| gzip | GZIP 압축 사용 유무 | +[jvm]\ +open fun [DefaultHttpClient](-default-http-client.html)( +gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) DefaultHttpClient의 constructor입니다. +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| gzip|

GZIP 압축 사용 유무

-| useCache|

캐시 사용 유무

- - - - -[jvm] -Content -open fun [DefaultHttpClient](-default-http-client.md)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), proxy: [DefaultHttpClient.Proxy](-proxy/index.md)) -More info +| gzip | GZIP 압축 사용 유무 | +| useCache | 캐시 사용 유무 | +[jvm]\ +open fun [DefaultHttpClient](-default-http-client.html)( +gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), @Nullable()proxy: +@Nullable()[DefaultHttpClient.Proxy](-proxy/index.html)) DefaultHttpClient의 constructor입니다. +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| gzip|

GZIP 압축 사용 유무

-| proxy|

Proxy 설정

-| useCache|

캐시 사용 유무

- - +| gzip | GZIP 압축 사용 유무 | +| useCache | 캐시 사용 유무 | +| proxy | Proxy 설정 | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-proxy/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-proxy/index.md index 37c5246d..1f8b052a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-proxy/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-proxy/index.md @@ -1,25 +1,12 @@ --- -title: Proxy - +title: Proxy --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[DefaultHttpClient](../index.md)/[Proxy](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[DefaultHttpClient](../index.html) +/[Proxy](index.html) +# Proxy +[jvm]\ +open class [Proxy](index.html) -# Proxy - [jvm] open class [Proxy](index.md) - - -## Constructors - -| Name| Summary| -|---|---| -| [Proxy](-proxy.md)| [jvm] open fun [Proxy](-proxy.md)(ip: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), port: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
- - -## Properties - -| Name| Summary| -|---|---| -| [ip](ip.md)| [jvm] @NotNull()

open val [ip](ip.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [port](port.md)| [jvm] open val [port](port.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/delete.md index 41e8b5e1..d95a0235 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/delete.md @@ -1,16 +1,20 @@ --- -title: delete - +title: delete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[delete](delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[delete](delete.html) +# delete +[jvm]\ + +@Nullable() + +open fun [delete](delete.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# delete -[jvm] -Content -@Nullable() - -open fun [delete](delete.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/get.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/get.md index 614a8374..e3ccd224 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/get.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/get.md @@ -1,16 +1,20 @@ --- -title: get - +title: get --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[get](get.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[get](get.html) +# get +[jvm]\ + +@Nullable() + +open fun [get](get.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# get -[jvm] -Content -@Nullable() - -open fun [get](get.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/head.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/head.md index 739e757e..8af935cb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/head.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/head.md @@ -1,16 +1,20 @@ --- -title: head - +title: head --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[head](head.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[head](head.html) +# head +[jvm]\ + +@Nullable() + +open fun [head](head.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# head -[jvm] -Content -@Nullable() - -open fun [head](head.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/index.md index 217cfb92..d1d83f0e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/index.md @@ -1,40 +1,37 @@ --- -title: DefaultHttpClient - +title: DefaultHttpClient --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +# DefaultHttpClient +[jvm]\ +open class [DefaultHttpClient](index.html) : [HttpInterface](../-http-interface/index.html) -# DefaultHttpClient - [jvm] open class [DefaultHttpClient](index.md) : [HttpInterface](../-http-interface/index.md) +## Constructors - -## Constructors - -| Name| Summary| +| | | |---|---| -| [DefaultHttpClient](-default-http-client.md)| [jvm] open fun [DefaultHttpClient](-default-http-client.md)()DefaultHttpClient의 constructor입니다.
-| [DefaultHttpClient](-default-http-client.md)| [jvm] open fun [DefaultHttpClient](-default-http-client.md)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))DefaultHttpClient의 constructor입니다.
-| [DefaultHttpClient](-default-http-client.md)| [jvm] open fun [DefaultHttpClient](-default-http-client.md)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))DefaultHttpClient의 constructor입니다.
-| [DefaultHttpClient](-default-http-client.md)| [jvm] open fun [DefaultHttpClient](-default-http-client.md)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), proxy: [DefaultHttpClient.Proxy](-proxy/index.md))DefaultHttpClient의 constructor입니다.
+| [DefaultHttpClient](-default-http-client.html) | [jvm]
open fun [DefaultHttpClient](-default-http-client.html)()
DefaultHttpClient의 constructor입니다. | +| [DefaultHttpClient](-default-http-client.html) | [jvm]
open fun [DefaultHttpClient](-default-http-client.html)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
DefaultHttpClient의 constructor입니다. | +| [DefaultHttpClient](-default-http-client.html) | [jvm]
open fun [DefaultHttpClient](-default-http-client.html)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
DefaultHttpClient의 constructor입니다. | +| [DefaultHttpClient](-default-http-client.html) | [jvm]
open fun [DefaultHttpClient](-default-http-client.html)(gzip: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), useCache: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), @Nullable()proxy: @Nullable()[DefaultHttpClient.Proxy](-proxy/index.html))
DefaultHttpClient의 constructor입니다. | +## Types -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Proxy](-proxy/index.md)| [jvm]
Content
open class [Proxy](-proxy/index.md)


+| [Proxy](-proxy/index.html) | [jvm]
open class [Proxy](-proxy/index.html) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [delete](delete.md)| [jvm]
Content
@Nullable()

open fun [delete](delete.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [get](get.md)| [jvm]
Content
@Nullable()

open fun [get](get.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [head](head.md)| [jvm]
Content
@Nullable()

open fun [head](head.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [patch](patch.md)| [jvm]
Content
@Nullable()

open fun [patch](patch.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [post](post.md)| [jvm]
Content
@Nullable()

open fun [post](post.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [put](put.md)| [jvm]
Content
@Nullable()

open fun [put](put.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [upload](upload.md)| [jvm]
Content
@Nullable()

open fun [upload](upload.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


+| [delete](delete.html) | [jvm]
@Nullable()
open fun [delete](delete.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [get](get.html) | [jvm]
@Nullable()
open fun [get](get.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [head](head.html) | [jvm]
@Nullable()
open fun [head](head.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [patch](patch.html) | [jvm]
@Nullable()
open fun [patch](patch.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [post](post.html) | [jvm]
@Nullable()
open fun [post](post.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [put](put.html) | [jvm]
@Nullable()
open fun [put](put.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [upload](upload.html) | [jvm]
@Nullable()
open fun [upload](upload.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/patch.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/patch.md index 2644ff7c..b9d1835a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/patch.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/patch.md @@ -1,16 +1,20 @@ --- -title: patch - +title: patch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[patch](patch.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[patch](patch.html) +# patch +[jvm]\ + +@Nullable() + +open fun [patch](patch.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# patch -[jvm] -Content -@Nullable() - -open fun [patch](patch.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/post.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/post.md index 77e683f7..e7b637a7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/post.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/post.md @@ -1,16 +1,20 @@ --- -title: post - +title: post --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[post](post.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[post](post.html) +# post +[jvm]\ + +@Nullable() + +open fun [post](post.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# post -[jvm] -Content -@Nullable() - -open fun [post](post.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/put.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/put.md index 61e4237b..df4708da 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/put.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/put.md @@ -1,16 +1,20 @@ --- -title: put - +title: put --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[put](put.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[put](put.html) +# put +[jvm]\ + +@Nullable() + +open fun [put](put.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# put -[jvm] -Content -@Nullable() - -open fun [put](put.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/upload.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/upload.md index cc41cd46..915f5e3f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/upload.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/upload.md @@ -1,16 +1,20 @@ --- -title: upload - +title: upload --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[DefaultHttpClient](index.md)/[upload](upload.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[DefaultHttpClient](index.html) +/[upload](upload.html) +# upload +[jvm]\ + +@Nullable() + +open fun [upload](upload.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](../-http-interface/-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# upload -[jvm] -Content -@Nullable() - -open fun [upload](upload.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](../-http-interface/-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/-http-exception.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/-http-exception.md index 50254f93..bd7b782d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/-http-exception.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/-http-exception.md @@ -1,15 +1,19 @@ --- -title: HttpException - +title: HttpException --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpException](index.md)/[HttpException](-http-exception.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpException](index.html) +/[HttpException](-http-exception.html) +# HttpException +[jvm]\ +open fun [HttpException](-http-exception.html)( +statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +errorMessage: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) + +open fun [HttpException](-http-exception.html)( +cause: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)) -# HttpException -[jvm] -Content -open fun [HttpException](-http-exception.md)(statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), errorMessage: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) -open fun [HttpException](-http-exception.md)(cause: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/cause.md index 288af8f9..3a409c1c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/cause.md @@ -1,16 +1,18 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpException](index.md)/[cause](cause.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpException](index.html) +/[cause](cause.html) +# cause +[jvm]\ + +@Nullable() + +private open val [cause](cause.html): +@Nullable()[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) -# cause -[jvm] -Content -@Nullable() - -private open val [cause](cause.md): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/error-message.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/error-message.md index 82becf6a..3edbf055 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/error-message.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/error-message.md @@ -1,14 +1,15 @@ --- -title: errorMessage - +title: errorMessage --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpException](index.md)/[errorMessage](error-message.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpException](index.html) +/[errorMessage](error-message.html) +# errorMessage +[jvm]\ +private +val [errorMessage](error-message.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# errorMessage -[jvm] -Content -private val [errorMessage](error-message.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/index.md index 378d233a..c91e63dc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/index.md @@ -1,50 +1,42 @@ --- -title: HttpException - +title: HttpException --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpException](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpException](index.html) +# HttpException +[jvm]\ +open +class [HttpException](index.html) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html) -# HttpException - [jvm] open class [HttpException](index.md) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html) +## Constructors - -## Constructors - -| Name| Summary| +| | | |---|---| -| [HttpException](-http-exception.md)| [jvm] open fun [HttpException](-http-exception.md)(statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), errorMessage: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html))
-| [HttpException](-http-exception.md)| [jvm] open fun [HttpException](-http-exception.md)(cause: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html))
+| [HttpException](-http-exception.html) | [jvm]
open fun [HttpException](-http-exception.html)(statusCode: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), errorMessage: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) | +| [HttpException](-http-exception.html) | [jvm]
open fun [HttpException](-http-exception.html)(cause: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [addSuppressed](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FaddSuppressed%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [addSuppressed](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FaddSuppressed%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(exception: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html))


-| [countDuplicates](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FcountDuplicates%2F%23java.lang.StackTraceElement%5B%5D%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [countDuplicates](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FcountDuplicates%2F%23java.lang.StackTraceElement%5B%5D%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(currentStack: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>, parentStack: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [fillInStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FfillInStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [fillInStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FfillInStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [getCause](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetCause%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getCause](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetCause%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [getInternalStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetInternalStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getInternalStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetInternalStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>


-| [getLocalizedMessage](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetLocalizedMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getLocalizedMessage](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetLocalizedMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [getMessage](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getMessage](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [getStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>


-| [getSuppressed](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetSuppressed%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getSuppressed](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FgetSuppressed%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)>


-| [initCause](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FinitCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [initCause](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FinitCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(throwable: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [printStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FprintStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [printStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FprintStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()
open fun [printStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FprintStackTrace%2F%23java.lang.Appendable%23java.lang.StackTraceElement%5B%5D%23int%23boolean%23java.util.Set%3Cjava.lang.Throwable%3E%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(err: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html), parentStack: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>, indents: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), suppressed: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), exceptionChainSet: [Set](https://docs.oracle.com/javase/7/docs/api/java/util/Set.html)<[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>


-| [printStackTraceHelper](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FprintStackTraceHelper%2F%23java.lang.Appendable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [printStackTraceHelper](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FprintStackTraceHelper%2F%23java.lang.Appendable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(appendable: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html))


-| [readObject](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FreadObject%2F%23java.io.ObjectInputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [readObject](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FreadObject%2F%23java.io.ObjectInputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(s: [ObjectInputStream](https://docs.oracle.com/javase/7/docs/api/java/io/ObjectInputStream.html))


-| [setCause](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FsetCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [setCause](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FsetCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(throwable: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [setStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FsetStackTrace%2F%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [setStackTrace](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FsetStackTrace%2F%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(trace: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>)


-| [toString](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [writeObject](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FwriteObject%2F%23java.io.ObjectOutputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [writeObject](../-http-request/-http-request-exception/index.md#%5Bjava.lang%2FThrowable%2FwriteObject%2F%23java.io.ObjectOutputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(s: [ObjectOutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/ObjectOutputStream.html))


- - -## Properties - -| Name| Summary| +| [addSuppressed](../-http-request/-http-request-exception/index.html#-1898257014%2FFunctions%2F863300109) | [jvm]
fun [addSuppressed](../-http-request/-http-request-exception/index.html#-1898257014%2FFunctions%2F863300109)(exception: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)) | +| [fillInStackTrace](../-http-request/-http-request-exception/index.html#-1207709164%2FFunctions%2F863300109) | [jvm]
open fun [fillInStackTrace](../-http-request/-http-request-exception/index.html#-1207709164%2FFunctions%2F863300109)(): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) | +| [getCause](index.html#-252564762%2FFunctions%2F863300109) | [jvm]
open fun [getCause](index.html#-252564762%2FFunctions%2F863300109)(): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) | +| [getLocalizedMessage](../-http-request/-http-request-exception/index.html#-2138642817%2FFunctions%2F863300109) | [jvm]
open fun [getLocalizedMessage](../-http-request/-http-request-exception/index.html#-2138642817%2FFunctions%2F863300109)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [getMessage](../-http-request/-http-request-exception/index.html#1068546184%2FFunctions%2F863300109) | [jvm]
open fun [getMessage](../-http-request/-http-request-exception/index.html#1068546184%2FFunctions%2F863300109)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [getStackTrace](../-http-request/-http-request-exception/index.html#-1238049138%2FFunctions%2F863300109) | [jvm]
open fun [getStackTrace](../-http-request/-http-request-exception/index.html#-1238049138%2FFunctions%2F863300109)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)> | +| [getSuppressed](../-http-request/-http-request-exception/index.html#1678506999%2FFunctions%2F863300109) | [jvm]
fun [getSuppressed](../-http-request/-http-request-exception/index.html#1678506999%2FFunctions%2F863300109)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)> | +| [initCause](../-http-request/-http-request-exception/index.html#-104903378%2FFunctions%2F863300109) | [jvm]
open fun [initCause](../-http-request/-http-request-exception/index.html#-104903378%2FFunctions%2F863300109)(throwable: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) | +| [printStackTrace](../-http-request/-http-request-exception/index.html#-1357294889%2FFunctions%2F863300109) | [jvm]
open fun [printStackTrace](../-http-request/-http-request-exception/index.html#-1357294889%2FFunctions%2F863300109)() | +| [setStackTrace](../-http-request/-http-request-exception/index.html#-1146009933%2FFunctions%2F863300109) | [jvm]
open fun [setStackTrace](../-http-request/-http-request-exception/index.html#-1146009933%2FFunctions%2F863300109)(trace: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>) | +| [toString](../-http-request/-http-request-exception/index.html#1869833549%2FFunctions%2F863300109) | [jvm]
open fun [toString](../-http-request/-http-request-exception/index.html#1869833549%2FFunctions%2F863300109)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | + +## Properties + +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] @Nullable()

private open val [cause](cause.md): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)
-| [errorMessage](error-message.md)| [jvm] private val [errorMessage](error-message.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [statusCode](status-code.md)| [jvm] private val [statusCode](status-code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
+| [cause](cause.html) | [jvm]
@Nullable()
private open val [cause](cause.html): @Nullable()[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) | +| [errorMessage](error-message.html) | [jvm]
private val [errorMessage](error-message.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [statusCode](status-code.html) | [jvm]
private val [statusCode](status-code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/status-code.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/status-code.md index cceaf2c4..31da9502 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/status-code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/status-code.md @@ -1,14 +1,14 @@ --- -title: statusCode - +title: statusCode --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpException](index.md)/[statusCode](status-code.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpException](index.html) +/[statusCode](status-code.html) +# statusCode +[jvm]\ +private val [statusCode](status-code.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# statusCode -[jvm] -Content -private val [statusCode](status-code.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-body-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-body-parameter.md index df25664c..2371ffdd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-body-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-body-parameter.md @@ -1,32 +1,33 @@ --- -title: addBodyParameter - +title: addBodyParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[addBodyParameter](add-body-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[addBodyParameter](add-body-parameter.html) +# addBodyParameter +[jvm]\ -# addBodyParameter -[jvm] -Content -@NotNull() - -open fun [addBodyParameter](add-body-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md) -More info +@NotNull() +open fun [addBodyParameter](add-body-parameter.html)(@NotNull()key: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[HttpInterface.Option](index.html) -#### Return +#### Return +this -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| key|

매개변수 Key

-| value|

매개변수 Value

- - +| key | 매개변수 Key | +| value | 매개변수 Value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-header.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-header.md index fd71fd51..e4153874 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-header.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-header.md @@ -1,32 +1,33 @@ --- -title: addHeader - +title: addHeader --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[addHeader](add-header.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[addHeader](add-header.html) +# addHeader +[jvm]\ -# addHeader -[jvm] -Content -@NotNull() - -open fun [addHeader](add-header.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md) -More info +@NotNull() +open fun [addHeader](add-header.html)(@NotNull()key: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[HttpInterface.Option](index.html) -#### Return +#### Return +this -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| key|

매개변수 Key

-| value|

매개변수 Value

- - +| key | 매개변수 Key | +| value | 매개변수 Value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file-list.md index ead2c948..ddac0b04 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file-list.md @@ -1,32 +1,33 @@ --- -title: addMultipartFileList - +title: addMultipartFileList --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[addMultipartFileList](add-multipart-file-list.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[addMultipartFileList](add-multipart-file-list.html) +# addMultipartFileList +[jvm]\ -# addMultipartFileList -[jvm] -Content -@NotNull() - -open fun [addMultipartFileList](add-multipart-file-list.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>): [HttpInterface.Option](index.md) -More info +@NotNull() +open fun [addMultipartFileList](add-multipart-file-list.html)(@NotNull()key: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: +@NotNull()[List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>): +@NotNull()[HttpInterface.Option](index.html) -#### Return +#### Return +this -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| key|

매개변수 Key

-| value|

매개변수들 Value

- - +| key | 매개변수 Key | +| value | 매개변수들 Value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file.md index 95ad947c..6f693598 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file.md @@ -1,32 +1,33 @@ --- -title: addMultipartFile - +title: addMultipartFile --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[addMultipartFile](add-multipart-file.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[addMultipartFile](add-multipart-file.html) +# addMultipartFile +[jvm]\ -# addMultipartFile -[jvm] -Content -@NotNull() - -open fun [addMultipartFile](add-multipart-file.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpInterface.Option](index.md) -More info +@NotNull() +open fun [addMultipartFile](add-multipart-file.html)(@NotNull()key: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: +@NotNull()[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): +@NotNull()[HttpInterface.Option](index.html) -#### Return +#### Return +this -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| key|

매개변수 Key

-| value|

매개변수 Value

- - +| key | 매개변수 Key | +| value | 매개변수 Value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-parameter.md index bd2fb596..9ee93502 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-parameter.md @@ -1,32 +1,33 @@ --- -title: addMultipartParameter - +title: addMultipartParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[addMultipartParameter](add-multipart-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[addMultipartParameter](add-multipart-parameter.html) +# addMultipartParameter +[jvm]\ -# addMultipartParameter -[jvm] -Content -@NotNull() - -open fun [addMultipartParameter](add-multipart-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md) -More info +@NotNull() +open fun [addMultipartParameter](add-multipart-parameter.html)(@NotNull()key: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[HttpInterface.Option](index.html) -#### Return +#### Return +this -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| key|

매개변수 Key

-| value|

매개변수 Value

- - +| key | 매개변수 Key | +| value | 매개변수 Value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-path-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-path-parameter.md index 0ed6c05f..7f6cc6bc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-path-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-path-parameter.md @@ -1,32 +1,33 @@ --- -title: addPathParameter - +title: addPathParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[addPathParameter](add-path-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[addPathParameter](add-path-parameter.html) +# addPathParameter +[jvm]\ -# addPathParameter -[jvm] -Content -@NotNull() - -open fun [addPathParameter](add-path-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md) -More info +@NotNull() +open fun [addPathParameter](add-path-parameter.html)(@NotNull()key: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[HttpInterface.Option](index.html) -#### Return +#### Return +this -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| key|

매개변수 Key

-| value|

매개변수 Value

- - +| key | 매개변수 Key | +| value | 매개변수 Value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-query-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-query-parameter.md index e3784eb3..40f535bd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-query-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-query-parameter.md @@ -1,32 +1,33 @@ --- -title: addQueryParameter - +title: addQueryParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[addQueryParameter](add-query-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[addQueryParameter](add-query-parameter.html) +# addQueryParameter +[jvm]\ -# addQueryParameter -[jvm] -Content -@NotNull() - -open fun [addQueryParameter](add-query-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md) -More info +@NotNull() +open fun [addQueryParameter](add-query-parameter.html)(@NotNull()key: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[HttpInterface.Option](index.html) -#### Return +#### Return +this -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| key|

매개변수 Key

-| value|

매개변수 Value

- - +| key | 매개변수 Key | +| value | 매개변수 Value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/body-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/body-parameter.md index 62584c3d..a802ba7c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/body-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/body-parameter.md @@ -1,16 +1,19 @@ --- -title: bodyParameter - +title: bodyParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[bodyParameter](body-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[bodyParameter](body-parameter.html) +# bodyParameter +[jvm]\ + +@NotNull() + +private val [bodyParameter](body-parameter.html): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -# bodyParameter -[jvm] -Content -@NotNull() - -private val [bodyParameter](body-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/content-type.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/content-type.md new file mode 100644 index 00000000..0d0c16da --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/content-type.md @@ -0,0 +1,18 @@ +--- +title: contentType +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[contentType](content-type.html) + +# contentType + +[jvm]\ + +@Nullable() + +private open val [contentType](content-type.html): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/get-body.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/get-body.md new file mode 100644 index 00000000..f32015f4 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/get-body.md @@ -0,0 +1,18 @@ +--- +title: getBody +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[getBody](get-body.html) + +# getBody + +[jvm]\ + +@Nullable() + +open fun [getBody](get-body.html)(): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/headers.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/headers.md index af11ecba..166616df 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/headers.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/headers.md @@ -1,16 +1,19 @@ --- -title: headers - +title: headers --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[headers](headers.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[headers](headers.html) +# headers +[jvm]\ + +@NotNull() + +private val [headers](headers.html): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -# headers -[jvm] -Content -@NotNull() - -private val [headers](headers.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/index.md index 5e796fb6..bd7e20b8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/index.md @@ -1,38 +1,40 @@ --- -title: Option - +title: Option --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html) +# Option +[jvm]\ +class [Option](index.html) -# Option - [jvm] class [Option](index.md) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [addBodyParameter](add-body-parameter.md)| [jvm]
Content
@NotNull()

open fun [addBodyParameter](add-body-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md)
More info
매개변수 Key


-| [addHeader](add-header.md)| [jvm]
Content
@NotNull()

open fun [addHeader](add-header.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md)
More info
매개변수 Key


-| [addMultipartFile](add-multipart-file.md)| [jvm]
Content
@NotNull()

open fun [addMultipartFile](add-multipart-file.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpInterface.Option](index.md)
More info
매개변수 Key


-| [addMultipartFileList](add-multipart-file-list.md)| [jvm]
Content
@NotNull()

open fun [addMultipartFileList](add-multipart-file-list.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>): [HttpInterface.Option](index.md)
More info
매개변수 Key


-| [addMultipartParameter](add-multipart-parameter.md)| [jvm]
Content
@NotNull()

open fun [addMultipartParameter](add-multipart-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md)
More info
매개변수 Key


-| [addPathParameter](add-path-parameter.md)| [jvm]
Content
@NotNull()

open fun [addPathParameter](add-path-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md)
More info
매개변수 Key


-| [addQueryParameter](add-query-parameter.md)| [jvm]
Content
@NotNull()

open fun [addQueryParameter](add-query-parameter.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpInterface.Option](index.md)
More info
매개변수 Key


- - -## Properties - -| Name| Summary| +| [addBodyParameter](add-body-parameter.html) | [jvm]
@NotNull()
open fun [addBodyParameter](add-body-parameter.html)(@NotNull()key: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[HttpInterface.Option](index.html)
매개변수 Key | +| [addHeader](add-header.html) | [jvm]
@NotNull()
open fun [addHeader](add-header.html)(@NotNull()key: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[HttpInterface.Option](index.html)
매개변수 Key | +| [addMultipartFile](add-multipart-file.html) | [jvm]
@NotNull()
open fun [addMultipartFile](add-multipart-file.html)(@NotNull()key: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: @NotNull()[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): @NotNull()[HttpInterface.Option](index.html)
매개변수 Key | +| [addMultipartFileList](add-multipart-file-list.html) | [jvm]
@NotNull()
open fun [addMultipartFileList](add-multipart-file-list.html)(@NotNull()key: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: @NotNull()[List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>): @NotNull()[HttpInterface.Option](index.html)
매개변수 Key | +| [addMultipartParameter](add-multipart-parameter.html) | [jvm]
@NotNull()
open fun [addMultipartParameter](add-multipart-parameter.html)(@NotNull()key: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[HttpInterface.Option](index.html)
매개변수 Key | +| [addPathParameter](add-path-parameter.html) | [jvm]
@NotNull()
open fun [addPathParameter](add-path-parameter.html)(@NotNull()key: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[HttpInterface.Option](index.html)
매개변수 Key | +| [addQueryParameter](add-query-parameter.html) | [jvm]
@NotNull()
open fun [addQueryParameter](add-query-parameter.html)(@NotNull()key: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()value: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[HttpInterface.Option](index.html)
매개변수 Key | +| [getBody](get-body.html) | [jvm]
@Nullable()
open fun [getBody](get-body.html)(): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [setContentTypeAndBody](set-content-type-and-body.html) | [jvm]
@NotNull()
open fun [setContentTypeAndBody](set-content-type-and-body.html)(@NotNull()contentType: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()body: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[HttpInterface.Option](index.html)
body의 content-type | + +## Properties + +| Name | Summary | |---|---| -| [bodyParameter](body-parameter.md)| [jvm] @NotNull()

private val [bodyParameter](body-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
-| [headers](headers.md)| [jvm] @NotNull()

private val [headers](headers.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
-| [multipartContentType](multipart-content-type.md)| [jvm] @Nullable()

private open var [multipartContentType](multipart-content-type.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [multipartFile](multipart-file.md)| [jvm] @NotNull()

private val [multipartFile](multipart-file.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>
-| [multipartFileList](multipart-file-list.md)| [jvm] @NotNull()

private val [multipartFileList](multipart-file-list.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>>
-| [multipartParameter](multipart-parameter.md)| [jvm] @NotNull()

private val [multipartParameter](multipart-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
-| [pathParameter](path-parameter.md)| [jvm] @NotNull()

private val [pathParameter](path-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
-| [queryParameter](query-parameter.md)| [jvm] @NotNull()

private val [queryParameter](query-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
-| [userAgent](user-agent.md)| [jvm] @Nullable()

private open var [userAgent](user-agent.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [bodyParameter](body-parameter.html) | [jvm]
@NotNull()
private val [bodyParameter](body-parameter.html): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> | +| [contentType](content-type.html) | [jvm]
@Nullable()
private open val [contentType](content-type.html): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [headers](headers.html) | [jvm]
@NotNull()
private val [headers](headers.html): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> | +| [multipartContentType](multipart-content-type.html) | [jvm]
@Nullable()
private open var [multipartContentType](multipart-content-type.html): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [multipartFile](multipart-file.html) | [jvm]
@NotNull()
private val [multipartFile](multipart-file.html): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)> | +| [multipartFileList](multipart-file-list.html) | [jvm]
@NotNull()
private val [multipartFileList](multipart-file-list.html): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>> | +| [multipartParameter](multipart-parameter.html) | [jvm]
@NotNull()
private val [multipartParameter](multipart-parameter.html): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> | +| [pathParameter](path-parameter.html) | [jvm]
@NotNull()
private val [pathParameter](path-parameter.html): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> | +| [queryParameter](query-parameter.html) | [jvm]
@NotNull()
private val [queryParameter](query-parameter.html): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> | +| [userAgent](user-agent.html) | [jvm]
@Nullable()
private open var [userAgent](user-agent.html): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-content-type.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-content-type.md index 3d5de542..cf22feb4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-content-type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-content-type.md @@ -1,16 +1,18 @@ --- -title: multipartContentType - +title: multipartContentType --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[multipartContentType](multipart-content-type.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[multipartContentType](multipart-content-type.html) +# multipartContentType +[jvm]\ + +@Nullable() + +private open var [multipartContentType](multipart-content-type.html): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# multipartContentType -[jvm] -Content -@Nullable() - -private open var [multipartContentType](multipart-content-type.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file-list.md index 6d21c9de..af55b7b8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file-list.md @@ -1,16 +1,19 @@ --- -title: multipartFileList - +title: multipartFileList --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[multipartFileList](multipart-file-list.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[multipartFileList](multipart-file-list.html) +# multipartFileList +[jvm]\ + +@NotNull() + +private val [multipartFileList](multipart-file-list.html): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>> -# multipartFileList -[jvm] -Content -@NotNull() - -private val [multipartFileList](multipart-file-list.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)>> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file.md index 75d1e999..f9ecd6a8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file.md @@ -1,16 +1,19 @@ --- -title: multipartFile - +title: multipartFile --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[multipartFile](multipart-file.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[multipartFile](multipart-file.html) +# multipartFile +[jvm]\ + +@NotNull() + +private val [multipartFile](multipart-file.html): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)> -# multipartFile -[jvm] -Content -@NotNull() - -private val [multipartFile](multipart-file.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-parameter.md index 79e48976..69bb9254 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-parameter.md @@ -1,16 +1,19 @@ --- -title: multipartParameter - +title: multipartParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[multipartParameter](multipart-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[multipartParameter](multipart-parameter.html) +# multipartParameter +[jvm]\ + +@NotNull() + +private val [multipartParameter](multipart-parameter.html): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -# multipartParameter -[jvm] -Content -@NotNull() - -private val [multipartParameter](multipart-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/path-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/path-parameter.md index 9ddb3917..3a497a04 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/path-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/path-parameter.md @@ -1,16 +1,19 @@ --- -title: pathParameter - +title: pathParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[pathParameter](path-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[pathParameter](path-parameter.html) +# pathParameter +[jvm]\ + +@NotNull() + +private val [pathParameter](path-parameter.html): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -# pathParameter -[jvm] -Content -@NotNull() - -private val [pathParameter](path-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/query-parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/query-parameter.md index 731669fb..8ea3d69c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/query-parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/query-parameter.md @@ -1,16 +1,19 @@ --- -title: queryParameter - +title: queryParameter --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[queryParameter](query-parameter.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[queryParameter](query-parameter.html) +# queryParameter +[jvm]\ + +@NotNull() + +private val [queryParameter](query-parameter.html): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -# queryParameter -[jvm] -Content -@NotNull() - -private val [queryParameter](query-parameter.md): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/set-content-type-and-body.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/set-content-type-and-body.md new file mode 100644 index 00000000..18ebc6a7 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/set-content-type-and-body.md @@ -0,0 +1,33 @@ +--- +title: setContentTypeAndBody +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[setContentTypeAndBody](set-content-type-and-body.html) + +# setContentTypeAndBody + +[jvm]\ + +@NotNull() + +open fun [setContentTypeAndBody](set-content-type-and-body.html)(@NotNull()contentType: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @NotNull()body: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[HttpInterface.Option](index.html) + +#### Return + +this + +## Parameters + +jvm + +| | | +|---|---| +| contentType | body의 content-type | +| body | body | + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/user-agent.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/user-agent.md index 4503acce..1d929570 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/user-agent.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/user-agent.md @@ -1,16 +1,18 @@ --- -title: userAgent - +title: userAgent --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpInterface](../index.md)/[Option](index.md)/[userAgent](user-agent.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpInterface](../index.html) +/[Option](index.html)/[userAgent](user-agent.html) +# userAgent +[jvm]\ + +@Nullable() + +private open var [userAgent](user-agent.html): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# userAgent -[jvm] -Content -@Nullable() - -private open var [userAgent](user-agent.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/delete.md index 236c899d..8cd21bf1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/delete.md @@ -1,16 +1,20 @@ --- -title: delete - +title: delete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md)/[delete](delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +/[delete](delete.html) +# delete +[jvm]\ + +@Nullable() + +abstract fun [delete](delete.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# delete -[jvm] -Content -@Nullable() - -abstract fun [delete](delete.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/get.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/get.md index 8fc28922..f36d98c6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/get.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/get.md @@ -1,16 +1,20 @@ --- -title: get - +title: get --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md)/[get](get.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +/[get](get.html) +# get +[jvm]\ + +@Nullable() + +abstract fun [get](get.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# get -[jvm] -Content -@Nullable() - -abstract fun [get](get.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/head.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/head.md index 7f59222d..7ae3adeb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/head.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/head.md @@ -1,16 +1,20 @@ --- -title: head - +title: head --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md)/[head](head.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +/[head](head.html) +# head +[jvm]\ + +@Nullable() + +abstract fun [head](head.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# head -[jvm] -Content -@Nullable() - -abstract fun [head](head.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/index.md index ea019d99..743af619 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/index.md @@ -1,37 +1,34 @@ --- -title: HttpInterface - +title: HttpInterface --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +# HttpInterface +[jvm]\ +interface [HttpInterface](index.html) -# HttpInterface - [jvm] interface [HttpInterface](index.md) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Option](-option/index.md)| [jvm]
Content
class [Option](-option/index.md)


+| [Option](-option/index.html) | [jvm]
class [Option](-option/index.html) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [delete](delete.md)| [jvm]
Content
@Nullable()

abstract fun [delete](delete.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [get](get.md)| [jvm]
Content
@Nullable()

abstract fun [get](get.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [head](head.md)| [jvm]
Content
@Nullable()

abstract fun [head](head.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [patch](patch.md)| [jvm]
Content
@Nullable()

abstract fun [patch](patch.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [post](post.md)| [jvm]
Content
@Nullable()

abstract fun [post](post.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [put](put.md)| [jvm]
Content
@Nullable()

abstract fun [put](put.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


-| [upload](upload.md)| [jvm]
Content
@Nullable()

abstract fun [upload](upload.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md)


- - -## Inheritors - -| Name| +| [delete](delete.html) | [jvm]
@Nullable()
abstract fun [delete](delete.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [get](get.html) | [jvm]
@Nullable()
abstract fun [get](get.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [head](head.html) | [jvm]
@Nullable()
abstract fun [head](head.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [patch](patch.html) | [jvm]
@Nullable()
abstract fun [patch](patch.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [post](post.html) | [jvm]
@Nullable()
abstract fun [post](post.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [put](put.html) | [jvm]
@Nullable()
abstract fun [put](put.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [upload](upload.html) | [jvm]
@Nullable()
abstract fun [upload](upload.html)(@NotNull()url: @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: @Nullable()[HttpInterface.Option](-option/index.html)): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | + +## Inheritors + +| Name | |---| -| [DefaultHttpClient](../-default-http-client/index.md) +| [DefaultHttpClient](../-default-http-client/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/patch.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/patch.md index 4c29937e..cc05e383 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/patch.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/patch.md @@ -1,16 +1,20 @@ --- -title: patch - +title: patch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md)/[patch](patch.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +/[patch](patch.html) +# patch +[jvm]\ + +@Nullable() + +abstract fun [patch](patch.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# patch -[jvm] -Content -@Nullable() - -abstract fun [patch](patch.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/post.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/post.md index ae45c196..c656b601 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/post.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/post.md @@ -1,16 +1,20 @@ --- -title: post - +title: post --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md)/[post](post.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +/[post](post.html) +# post +[jvm]\ + +@Nullable() + +abstract fun [post](post.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# post -[jvm] -Content -@Nullable() - -abstract fun [post](post.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/put.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/put.md index e4d53907..fea004f8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/put.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/put.md @@ -1,16 +1,20 @@ --- -title: put - +title: put --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md)/[put](put.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +/[put](put.html) +# put +[jvm]\ + +@Nullable() + +abstract fun [put](put.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# put -[jvm] -Content -@Nullable() - -abstract fun [put](put.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/upload.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/upload.md index 50a9b90d..46da2cd6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/upload.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/upload.md @@ -1,16 +1,20 @@ --- -title: upload - +title: upload --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpInterface](index.md)/[upload](upload.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpInterface](index.html) +/[upload](upload.html) +# upload +[jvm]\ + +@Nullable() + +abstract fun [upload](upload.html)(@NotNull()url: +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), @Nullable()option: +@Nullable()[HttpInterface.Option](-option/index.html)): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# upload -[jvm] -Content -@Nullable() - -abstract fun [upload](upload.md)(url: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), option: [HttpInterface.Option](-option/index.md)): [JsonBrowser](../../be.zvz.kotlininside.json/-json-browser/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes-to-bytes.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes-to-bytes.md index d1565de8..c76db9b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes-to-bytes.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes-to-bytes.md @@ -1,39 +1,40 @@ --- -title: encodeBytesToBytes - +title: encodeBytesToBytes --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[Base64](index.md)/[encodeBytesToBytes](encode-bytes-to-bytes.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[Base64](index.html)/[encodeBytesToBytes](encode-bytes-to-bytes.html) +# encodeBytesToBytes +[jvm]\ +open fun [encodeBytesToBytes](encode-bytes-to-bytes.html)( +source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -# encodeBytesToBytes -[jvm] -Content -open fun [encodeBytesToBytes](encode-bytes-to-bytes.md)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +Similar to [encodeBytes](encode-bytes.html) but returns a byte array instead of instantiating a String. This is more +efficient if you're working with I/O streams and have large data sets to encode. +#### Return -Similar to [encodeBytes](encode-bytes.md) but returns a byte array instead of instantiating a String. This is more efficient if you're working with I/O streams and have large data sets to encode. +The Base64-encoded data as a String if there is an error +## Parameters +jvm -#### Return - - -Base64-encoded data as a String if there is an error - +| | | +|---|---| +| source | The data to convert | +| off | Offset in array where conversion should begin | +| len | Length of data to convert | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| len|

Length of data to convert

-| off|

Offset in array where conversion should begin

-| source|

The data to convert

- - +| [java.lang.NullPointerException](https://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html) | if source array is null | +| [java.lang.IllegalArgumentException](https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html) | if source array, offset, or length are invalid | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes.md index 4ca5e3c7..37c26ab3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes.md @@ -1,67 +1,64 @@ --- -title: encodeBytes - +title: encodeBytes --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[Base64](index.md)/[encodeBytes](encode-bytes.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[Base64](index.html)/[encodeBytes](encode-bytes.html) +# encodeBytes - -# encodeBytes -[jvm] -Content -open fun [encodeBytes](encode-bytes.md)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [encodeBytes](encode-bytes.html)( +source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Encodes a byte array into Base64 notation. +#### Return +The Base64-encoded data as a String -#### Return - - -Base64-encoded data as a String +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| source|

The data to convert

- - +| source | The data to convert | +#### Throws -[jvm] -Content -open fun [encodeBytes](encode-bytes.md)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info +| | | +|---|---| +| [java.lang.NullPointerException](https://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html) | if source array is null | +| [java.lang.IllegalArgumentException](https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html) | if source array, offset, or length are invalid | +[jvm]\ +open fun [encodeBytes](encode-bytes.html)( +source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Encodes a byte array into Base64 notation. +#### Return +The Base64-encoded data as a String -#### Return +## Parameters +jvm -Base64-encoded data as a String - +| | | +|---|---| +| source | The data to convert | +| off | Offset in array where conversion should begin | +| len | Length of data to convert | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| len|

Length of data to convert

-| off|

Offset in array where conversion should begin

-| source|

The data to convert

- - +| [java.lang.NullPointerException](https://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html) | if source array is null | +| [java.lang.IllegalArgumentException](https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html) | if source array, offset, or length are invalid | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode.md index 56c6ccfe..698a0ba2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode.md @@ -1,37 +1,29 @@ --- -title: encode - +title: encode --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[Base64](index.md)/[encode](encode.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[Base64](index.html)/[encode](encode.html) +# encode - -# encode -[jvm] -Content -open fun [encode](encode.md)(string: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [encode](encode.html)( +string: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Encode string as a byte array in Base64 annotation. +#### Return +The Base64-encoded data as a string -#### Return - +## Parameters -Base64-encoded data as a string +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| string| - - +| string | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/index.md index 45488ce1..4de416fa 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/index.md @@ -1,38 +1,31 @@ --- -title: Base64 - +title: Base64 --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[Base64](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[Base64](index.html) +# Base64 +[jvm]\ +open class [Base64](index.html) -# Base64 - [jvm] open class [Base64](index.md) +Encodes and decodes to and from Base64 notation. - Encodes and decodes to and from Base64 notation. - - - - I am placing this code in the Public Domain. Do with it as you will. This software comes with no guarantees or warranties but with plenty of well-wishing instead! Please visit [http://iharder.net/base64](http://iharder.net/base64) periodically to check for updates or to contribute improvements. - - - -#### Author +I am placing this code in the Public Domain. Do with it as you will. This software comes with no guarantees or +warranties but with plenty of well-wishing instead! Please visit [http://iharder.net/base64](http://iharder.net/base64) +periodically to check for updates or to contribute improvements. +#### Author Robert Harder - - rob@iharder.net - - +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [encode](encode.md)| [jvm]
Content
open fun [encode](encode.md)(string: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Encode string as a byte array in Base64 annotation.


-| [encodeBytes](encode-bytes.md)| [jvm]
Content
open fun [encodeBytes](encode-bytes.md)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
open fun [encodeBytes](encode-bytes.md)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Encodes a byte array into Base64 notation.


-| [encodeBytesToBytes](encode-bytes-to-bytes.md)| [jvm]
Content
open fun [encodeBytesToBytes](encode-bytes-to-bytes.md)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Similar to [encodeBytes](encode-bytes.md) but returns a byte array instead of instantiating a String.


+| [encode](encode.html) | [jvm]
open fun [encode](encode.html)(string: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Encode string as a byte array in Base64 annotation. | +| [encodeBytes](encode-bytes.html) | [jvm]
open fun [encodeBytes](encode-bytes.html)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
open fun [encodeBytes](encode-bytes.html)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Encodes a byte array into Base64 notation. | +| [encodeBytesToBytes](encode-bytes-to-bytes.html) | [jvm]
open fun [encodeBytesToBytes](encode-bytes-to-bytes.html)(source: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, off: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), len: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Similar to [encodeBytes](encode-bytes.html) but returns a byte array instead of instantiating a String. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-h-a-r-s-e-t_-u-t-f8.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-h-a-r-s-e-t_-u-t-f8.md index f62d6360..56de7f2a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-h-a-r-s-e-t_-u-t-f8.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-h-a-r-s-e-t_-u-t-f8.md @@ -1,20 +1,16 @@ --- -title: CHARSET_UTF8 - +title: CHARSET_UTF8 --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.html) +# CHARSET_UTF8 - -# CHARSET_UTF8 -[jvm] -Content -val [CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'UTF-8' charset name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md index 923e1bfc..83ded1a5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md @@ -1,20 +1,16 @@ --- -title: CONTENT_TYPE_FORM - +title: CONTENT_TYPE_FORM --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.html) +# CONTENT_TYPE_FORM - -# CONTENT_TYPE_FORM -[jvm] -Content -val [CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'application/x-www-form-urlencoded' content type header value - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md index a1123ff8..ad9cf9da 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md @@ -1,20 +1,16 @@ --- -title: CONTENT_TYPE_JSON - +title: CONTENT_TYPE_JSON --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.html) +# CONTENT_TYPE_JSON - -# CONTENT_TYPE_JSON -[jvm] -Content -val [CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'application/json' content type header value - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/-d-e-f-a-u-l-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/-d-e-f-a-u-l-t.md index 639bc933..4dd1a57d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/-d-e-f-a-u-l-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/-d-e-f-a-u-l-t.md @@ -1,20 +1,17 @@ --- -title: DEFAULT - +title: DEFAULT --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[ConnectionFactory](index.md)/[DEFAULT](-d-e-f-a-u-l-t.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[ConnectionFactory](index.html)/[DEFAULT](-d-e-f-a-u-l-t.html) +# DEFAULT +[jvm]\ +val [DEFAULT](-d-e-f-a-u-l-t.html): [HttpRequest.ConnectionFactory](index.html) -# DEFAULT -[jvm] -Content -val [DEFAULT](-d-e-f-a-u-l-t.md): [HttpRequest.ConnectionFactory](index.md) -More info +A [ConnectionFactory](index.html) which uses the +built-in [openConnection](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html#openConnection()) -A [ConnectionFactory](index.md) which uses the built-in [openConnection](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html#openConnection()) - - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/create.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/create.md index c6cb77a5..167602cf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/create.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/create.md @@ -1,31 +1,37 @@ --- -title: create - +title: create --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[ConnectionFactory](index.md)/[create](create.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[ConnectionFactory](index.html)/[create](create.html) +# create +[jvm]\ +abstract fun [create](create.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) -# create -[jvm] -Content -abstract fun [create](create.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) -More info +Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the +specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html). +#### Throws -Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html). +| | | +|---|---| +| [java.io.IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) | | - +[jvm]\ +abstract fun [create](create.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), +proxy: [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) +Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the +specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) +and [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html). -[jvm] -Content -abstract fun [create](create.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), proxy: [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) -More info +#### Throws - -Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) and [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html). - - +| | | +|---|---| +| [java.io.IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/index.md index a4cedd60..a3a13a60 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/index.md @@ -1,28 +1,26 @@ --- -title: ConnectionFactory - +title: ConnectionFactory --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[ConnectionFactory](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[ConnectionFactory](index.html) +# ConnectionFactory +[jvm]\ +interface [ConnectionFactory](index.html) -# ConnectionFactory - [jvm] interface [ConnectionFactory](index.md) +Creates [HTTP connections](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) +for [urls](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html). -Creates [HTTP connections](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for [urls](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html). +## Functions - - - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [create](create.md)| [jvm]
Content
abstract fun [create](create.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html)
More info
Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html).


[jvm]
Content
abstract fun [create](create.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), proxy: [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html)
More info
Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) and [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html).


+| [create](create.html) | [jvm]
abstract fun [create](create.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html)
Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html).
[jvm]
abstract fun [create](create.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), proxy: [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html)): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html)
Open an [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for the specified [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) and [Proxy](https://docs.oracle.com/javase/7/docs/api/java/net/Proxy.html). | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [DEFAULT](-d-e-f-a-u-l-t.md)| [jvm] val [DEFAULT](-d-e-f-a-u-l-t.md): [HttpRequest.ConnectionFactory](index.md)A [ConnectionFactory](index.md) which uses the built-in [openConnection](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html#openConnection())
+| [DEFAULT](-d-e-f-a-u-l-t.html) | [jvm]
val [DEFAULT](-d-e-f-a-u-l-t.html): [HttpRequest.ConnectionFactory](index.html)
A [ConnectionFactory](index.html) which uses the built-in [openConnection](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html#openConnection()) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-e-n-c-o-d-i-n-g_-g-z-i-p.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-e-n-c-o-d-i-n-g_-g-z-i-p.md index c4fbcc7d..d438c56c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-e-n-c-o-d-i-n-g_-g-z-i-p.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-e-n-c-o-d-i-n-g_-g-z-i-p.md @@ -1,20 +1,16 @@ --- -title: ENCODING_GZIP - +title: ENCODING_GZIP --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.html) +# ENCODING_GZIP - -# ENCODING_GZIP -[jvm] -Content -val [ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'gzip' encoding header value - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t.md index a0988e60..52df0fba 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t.md @@ -1,20 +1,16 @@ --- -title: HEADER_ACCEPT - +title: HEADER_ACCEPT --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.html) +# HEADER_ACCEPT - -# HEADER_ACCEPT -[jvm] -Content -val [HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Accept' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md index 3320a913..e68f702e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md @@ -1,20 +1,16 @@ --- -title: HEADER_ACCEPT_CHARSET - +title: HEADER_ACCEPT_CHARSET --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.html) +# HEADER_ACCEPT_CHARSET - -# HEADER_ACCEPT_CHARSET -[jvm] -Content -val [HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Accept-Charset' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md index 60f8d982..d3f376c1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md @@ -1,20 +1,16 @@ --- -title: HEADER_ACCEPT_ENCODING - +title: HEADER_ACCEPT_ENCODING --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.html) +# HEADER_ACCEPT_ENCODING - -# HEADER_ACCEPT_ENCODING -[jvm] -Content -val [HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Accept-Encoding' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md index baf2e0ce..63b3fe2c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md @@ -1,20 +1,16 @@ --- -title: HEADER_AUTHORIZATION - +title: HEADER_AUTHORIZATION --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.html) +# HEADER_AUTHORIZATION - -# HEADER_AUTHORIZATION -[jvm] -Content -val [HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Authorization' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md index 2abfe67a..af484d23 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md @@ -1,20 +1,16 @@ --- -title: HEADER_CACHE_CONTROL - +title: HEADER_CACHE_CONTROL --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.html) +# HEADER_CACHE_CONTROL - -# HEADER_CACHE_CONTROL -[jvm] -Content -val [HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Cache-Control' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md index 7e42773c..3fc3390c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md @@ -1,20 +1,16 @@ --- -title: HEADER_CONTENT_ENCODING - +title: HEADER_CONTENT_ENCODING --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.html) +# HEADER_CONTENT_ENCODING - -# HEADER_CONTENT_ENCODING -[jvm] -Content -val [HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Content-Encoding' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md index f6c51012..991b2579 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md @@ -1,20 +1,16 @@ --- -title: HEADER_CONTENT_LENGTH - +title: HEADER_CONTENT_LENGTH --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.html) +# HEADER_CONTENT_LENGTH - -# HEADER_CONTENT_LENGTH -[jvm] -Content -val [HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Content-Length' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md index c79e4671..e0c7b41b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md @@ -1,20 +1,16 @@ --- -title: HEADER_CONTENT_TYPE - +title: HEADER_CONTENT_TYPE --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.html) +# HEADER_CONTENT_TYPE - -# HEADER_CONTENT_TYPE -[jvm] -Content -val [HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Content-Type' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-d-a-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-d-a-t-e.md index 0fd6a6b1..cbbbd198 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-d-a-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-d-a-t-e.md @@ -1,20 +1,16 @@ --- -title: HEADER_DATE - +title: HEADER_DATE --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.html) +# HEADER_DATE - -# HEADER_DATE -[jvm] -Content -val [HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Date' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-t-a-g.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-t-a-g.md index 36466ff8..f3bd46f7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-t-a-g.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-t-a-g.md @@ -1,20 +1,16 @@ --- -title: HEADER_ETAG - +title: HEADER_ETAG --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.html) +# HEADER_ETAG - -# HEADER_ETAG -[jvm] -Content -val [HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'ETag' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-x-p-i-r-e-s.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-x-p-i-r-e-s.md index 02c4d13f..2e331e7c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-x-p-i-r-e-s.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-x-p-i-r-e-s.md @@ -1,20 +1,16 @@ --- -title: HEADER_EXPIRES - +title: HEADER_EXPIRES --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.html) +# HEADER_EXPIRES - -# HEADER_EXPIRES -[jvm] -Content -val [HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Expires' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md index ab208e72..9820322a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md @@ -1,20 +1,16 @@ --- -title: HEADER_IF_NONE_MATCH - +title: HEADER_IF_NONE_MATCH --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.html) +# HEADER_IF_NONE_MATCH - -# HEADER_IF_NONE_MATCH -[jvm] -Content -val [HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'If-None-Match' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md index 5e1f2fe3..edfd685e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md @@ -1,20 +1,16 @@ --- -title: HEADER_LAST_MODIFIED - +title: HEADER_LAST_MODIFIED --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.html) +# HEADER_LAST_MODIFIED - -# HEADER_LAST_MODIFIED -[jvm] -Content -val [HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Last-Modified' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md index 7a562148..82e701c7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md @@ -1,20 +1,16 @@ --- -title: HEADER_LOCATION - +title: HEADER_LOCATION --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.html) +# HEADER_LOCATION - -# HEADER_LOCATION -[jvm] -Content -val [HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Location' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md index 177889e0..3c526be9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md @@ -1,20 +1,16 @@ --- -title: HEADER_PROXY_AUTHORIZATION - +title: HEADER_PROXY_AUTHORIZATION --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.html) +# HEADER_PROXY_AUTHORIZATION - -# HEADER_PROXY_AUTHORIZATION -[jvm] -Content -val [HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Proxy-Authorization' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-r-e-f-e-r-e-r.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-r-e-f-e-r-e-r.md index 642d237f..cda14be7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-r-e-f-e-r-e-r.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-r-e-f-e-r-e-r.md @@ -1,20 +1,16 @@ --- -title: HEADER_REFERER - +title: HEADER_REFERER --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.html) +# HEADER_REFERER - -# HEADER_REFERER -[jvm] -Content -val [HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Referer' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-s-e-r-v-e-r.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-s-e-r-v-e-r.md index 84e652b6..08c700e4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-s-e-r-v-e-r.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-s-e-r-v-e-r.md @@ -1,20 +1,16 @@ --- -title: HEADER_SERVER - +title: HEADER_SERVER --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.html) +# HEADER_SERVER - -# HEADER_SERVER -[jvm] -Content -val [HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'Server' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md index 708d4037..b866e2b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md @@ -1,20 +1,16 @@ --- -title: HEADER_USER_AGENT - +title: HEADER_USER_AGENT --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.html) +# HEADER_USER_AGENT - -# HEADER_USER_AGENT -[jvm] -Content -val [HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'User-Agent' header name - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/-http-request-exception.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/-http-request-exception.md index 22bc0af6..625698d9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/-http-request-exception.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/-http-request-exception.md @@ -1,30 +1,25 @@ --- -title: HttpRequestException - +title: HttpRequestException --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[HttpRequestException](index.md)/[HttpRequestException](-http-request-exception.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[HttpRequestException](index.html)/[HttpRequestException](-http-request-exception.html) +# HttpRequestException - -# HttpRequestException -[jvm] -Content -open fun [HttpRequestException](-http-request-exception.md)(cause: [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html)) -More info - +[jvm]\ +open fun [HttpRequestException](-http-request-exception.html)( +cause: [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html)) Create a new HttpRequestException with the given cause +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| cause| - - +| cause | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/get-cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/get-cause.md index 9ecd5ce3..f2015e6b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/get-cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/get-cause.md @@ -1,27 +1,21 @@ --- -title: getCause - +title: getCause --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[HttpRequestException](index.md)/[getCause](get-cause.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[HttpRequestException](index.html)/[getCause](get-cause.html) +# getCause +[jvm]\ +open fun [getCause](get-cause.html)(): [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) -# getCause -[jvm] -Content -open fun [getCause](get-cause.md)(): [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) -More info +Get [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) that triggered this request +exception +#### Return -Get [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) that triggered this request exception +[IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) cause -#### Return - - - cause - - - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/index.md index 5bf08771..7628e22d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/index.md @@ -1,44 +1,37 @@ --- -title: HttpRequestException - +title: HttpRequestException --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[HttpRequestException](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[HttpRequestException](index.html) +# HttpRequestException +[jvm]\ +open +class [HttpRequestException](index.html) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html) -# HttpRequestException - [jvm] open class [HttpRequestException](index.md) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html) +HTTP request exception whose cause is always +an [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) -HTTP request exception whose cause is always an [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) +## Constructors - - - -## Constructors - -| Name| Summary| +| | | |---|---| -| [HttpRequestException](-http-request-exception.md)| [jvm] open fun [HttpRequestException](-http-request-exception.md)(cause: [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html))Create a new HttpRequestException with the given cause
+| [HttpRequestException](-http-request-exception.html) | [jvm]
open fun [HttpRequestException](-http-request-exception.html)(cause: [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html))
Create a new HttpRequestException with the given cause | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [addSuppressed](index.md#%5Bjava.lang%2FThrowable%2FaddSuppressed%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [addSuppressed](index.md#%5Bjava.lang%2FThrowable%2FaddSuppressed%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(exception: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html))


-| [countDuplicates](index.md#%5Bjava.lang%2FThrowable%2FcountDuplicates%2F%23java.lang.StackTraceElement%5B%5D%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [countDuplicates](index.md#%5Bjava.lang%2FThrowable%2FcountDuplicates%2F%23java.lang.StackTraceElement%5B%5D%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(currentStack: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>, parentStack: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [fillInStackTrace](index.md#%5Bjava.lang%2FThrowable%2FfillInStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [fillInStackTrace](index.md#%5Bjava.lang%2FThrowable%2FfillInStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [getCause](get-cause.md)| [jvm]
Content
open fun [getCause](get-cause.md)(): [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html)
More info
Get [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) that triggered this request exception


[jvm]
Content
open fun [getCause](index.md#%5Bjava.lang%2FThrowable%2FgetCause%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [getInternalStackTrace](index.md#%5Bjava.lang%2FThrowable%2FgetInternalStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getInternalStackTrace](index.md#%5Bjava.lang%2FThrowable%2FgetInternalStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>


-| [getLocalizedMessage](index.md#%5Bjava.lang%2FThrowable%2FgetLocalizedMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getLocalizedMessage](index.md#%5Bjava.lang%2FThrowable%2FgetLocalizedMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [getMessage](index.md#%5Bjava.lang%2FThrowable%2FgetMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getMessage](index.md#%5Bjava.lang%2FThrowable%2FgetMessage%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [getStackTrace](index.md#%5Bjava.lang%2FThrowable%2FgetStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [getStackTrace](index.md#%5Bjava.lang%2FThrowable%2FgetStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>


-| [getSuppressed](index.md#%5Bjava.lang%2FThrowable%2FgetSuppressed%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getSuppressed](index.md#%5Bjava.lang%2FThrowable%2FgetSuppressed%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)>


-| [initCause](index.md#%5Bjava.lang%2FThrowable%2FinitCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [initCause](index.md#%5Bjava.lang%2FThrowable%2FinitCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(throwable: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [printStackTrace](index.md#%5Bjava.lang%2FThrowable%2FprintStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [printStackTrace](index.md#%5Bjava.lang%2FThrowable%2FprintStackTrace%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()
open fun [printStackTrace](index.md#%5Bjava.lang%2FThrowable%2FprintStackTrace%2F%23java.lang.Appendable%23java.lang.StackTraceElement%5B%5D%23int%23boolean%23java.util.Set%3Cjava.lang.Throwable%3E%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(err: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html), parentStack: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>, indents: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), suppressed: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), exceptionChainSet: [Set](https://docs.oracle.com/javase/7/docs/api/java/util/Set.html)<[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>


-| [printStackTraceHelper](index.md#%5Bjava.lang%2FThrowable%2FprintStackTraceHelper%2F%23java.lang.Appendable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [printStackTraceHelper](index.md#%5Bjava.lang%2FThrowable%2FprintStackTraceHelper%2F%23java.lang.Appendable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(appendable: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html))


-| [readObject](index.md#%5Bjava.lang%2FThrowable%2FreadObject%2F%23java.io.ObjectInputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [readObject](index.md#%5Bjava.lang%2FThrowable%2FreadObject%2F%23java.io.ObjectInputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(s: [ObjectInputStream](https://docs.oracle.com/javase/7/docs/api/java/io/ObjectInputStream.html))


-| [setCause](index.md#%5Bjava.lang%2FThrowable%2FsetCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [setCause](index.md#%5Bjava.lang%2FThrowable%2FsetCause%2F%23java.lang.Throwable%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(throwable: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)


-| [setStackTrace](index.md#%5Bjava.lang%2FThrowable%2FsetStackTrace%2F%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [setStackTrace](index.md#%5Bjava.lang%2FThrowable%2FsetStackTrace%2F%23java.lang.StackTraceElement%5B%5D%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(trace: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>)


-| [toString](index.md#%5Bjava.lang%2FThrowable%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](index.md#%5Bjava.lang%2FThrowable%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [writeObject](index.md#%5Bjava.lang%2FThrowable%2FwriteObject%2F%23java.io.ObjectOutputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [writeObject](index.md#%5Bjava.lang%2FThrowable%2FwriteObject%2F%23java.io.ObjectOutputStream%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(s: [ObjectOutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/ObjectOutputStream.html))


+| [addSuppressed](index.html#-1898257014%2FFunctions%2F863300109) | [jvm]
fun [addSuppressed](index.html#-1898257014%2FFunctions%2F863300109)(exception: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)) | +| [fillInStackTrace](index.html#-1207709164%2FFunctions%2F863300109) | [jvm]
open fun [fillInStackTrace](index.html#-1207709164%2FFunctions%2F863300109)(): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) | +| [getCause](get-cause.html) | [jvm]
open fun [getCause](get-cause.html)(): [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html)
Get [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) that triggered this request exception | +| [getLocalizedMessage](index.html#-2138642817%2FFunctions%2F863300109) | [jvm]
open fun [getLocalizedMessage](index.html#-2138642817%2FFunctions%2F863300109)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [getMessage](index.html#1068546184%2FFunctions%2F863300109) | [jvm]
open fun [getMessage](index.html#1068546184%2FFunctions%2F863300109)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [getStackTrace](index.html#-1238049138%2FFunctions%2F863300109) | [jvm]
open fun [getStackTrace](index.html#-1238049138%2FFunctions%2F863300109)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)> | +| [getSuppressed](index.html#1678506999%2FFunctions%2F863300109) | [jvm]
fun [getSuppressed](index.html#1678506999%2FFunctions%2F863300109)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)> | +| [initCause](index.html#-104903378%2FFunctions%2F863300109) | [jvm]
open fun [initCause](index.html#-104903378%2FFunctions%2F863300109)(throwable: [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html)): [Throwable](https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html) | +| [printStackTrace](index.html#-1357294889%2FFunctions%2F863300109) | [jvm]
open fun [printStackTrace](index.html#-1357294889%2FFunctions%2F863300109)() | +| [setStackTrace](index.html#-1146009933%2FFunctions%2F863300109) | [jvm]
open fun [setStackTrace](index.html#-1146009933%2FFunctions%2F863300109)(trace: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[StackTraceElement](https://docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html)>) | +| [toString](index.html#1869833549%2FFunctions%2F863300109) | [jvm]
open fun [toString](index.html#1869833549%2FFunctions%2F863300109)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request.md index 0e65ef9c..d57c17b5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request.md @@ -1,53 +1,35 @@ --- -title: HttpRequest - +title: HttpRequest --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[HttpRequest](-http-request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[HttpRequest](-http-request.html) +# HttpRequest +[jvm]\ +open fun [HttpRequest](-http-request.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) -# HttpRequest -[jvm] -Content -open fun [HttpRequest](-http-request.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) -More info - +open fun [HttpRequest](-http-request.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), +method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) Create HTTP connection wrapper +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| method|

HTTP request method (e.g., "GET", "POST").

-| url|

Remote resource URL.

- - - - -[jvm] -Content -open fun [HttpRequest](-http-request.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) -More info - - -Create HTTP connection wrapper - +| url | Remote resource URL. | +| method | HTTP request method (e.g., "GET", "POST"). | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| method|

HTTP request method (e.g., "GET", "POST").

-| url|

Remote resource URL.

- - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-d-e-l-e-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-d-e-l-e-t-e.md index de68a2be..103ed9b1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-d-e-l-e-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-d-e-l-e-t-e.md @@ -1,20 +1,16 @@ --- -title: METHOD_DELETE - +title: METHOD_DELETE --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.html) +# METHOD_DELETE - -# METHOD_DELETE -[jvm] -Content -val [METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'DELETE' request method - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-g-e-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-g-e-t.md index 9397c9c2..c2a31075 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-g-e-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-g-e-t.md @@ -1,20 +1,16 @@ --- -title: METHOD_GET - +title: METHOD_GET --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[METHOD_GET](-m-e-t-h-o-d_-g-e-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[METHOD_GET](-m-e-t-h-o-d_-g-e-t.html) +# METHOD_GET - -# METHOD_GET -[jvm] -Content -val [METHOD_GET](-m-e-t-h-o-d_-g-e-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [METHOD_GET](-m-e-t-h-o-d_-g-e-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'GET' request method - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-h-e-a-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-h-e-a-d.md index 8b2cd61c..bf71e03e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-h-e-a-d.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-h-e-a-d.md @@ -1,20 +1,16 @@ --- -title: METHOD_HEAD - +title: METHOD_HEAD --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.html) +# METHOD_HEAD - -# METHOD_HEAD -[jvm] -Content -val [METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'HEAD' request method - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-o-p-t-i-o-n-s.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-o-p-t-i-o-n-s.md index 5d0cbcce..11800920 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-o-p-t-i-o-n-s.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-o-p-t-i-o-n-s.md @@ -1,20 +1,16 @@ --- -title: METHOD_OPTIONS - +title: METHOD_OPTIONS --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.html) +# METHOD_OPTIONS - -# METHOD_OPTIONS -[jvm] -Content -val [METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'OPTIONS' options method - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-o-s-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-o-s-t.md index 7a1b34e1..5b7ff9b5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-o-s-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-o-s-t.md @@ -1,20 +1,16 @@ --- -title: METHOD_POST - +title: METHOD_POST --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.html) +# METHOD_POST - -# METHOD_POST -[jvm] -Content -val [METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'POST' request method - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-u-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-u-t.md index 1fd6dd0f..cf5f5f4a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-u-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-u-t.md @@ -1,20 +1,16 @@ --- -title: METHOD_PUT - +title: METHOD_PUT --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[METHOD_PUT](-m-e-t-h-o-d_-p-u-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[METHOD_PUT](-m-e-t-h-o-d_-p-u-t.html) +# METHOD_PUT - -# METHOD_PUT -[jvm] -Content -val [METHOD_PUT](-m-e-t-h-o-d_-p-u-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [METHOD_PUT](-m-e-t-h-o-d_-p-u-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'PUT' request method - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-t-r-a-c-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-t-r-a-c-e.md index d05c8a24..e5675416 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-t-r-a-c-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-t-r-a-c-e.md @@ -1,20 +1,16 @@ --- -title: METHOD_TRACE - +title: METHOD_TRACE --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.html) +# METHOD_TRACE - -# METHOD_TRACE -[jvm] -Content -val [METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'TRACE' request method - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-p-a-r-a-m_-c-h-a-r-s-e-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-p-a-r-a-m_-c-h-a-r-s-e-t.md index 8d0411c0..7f557e8f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-p-a-r-a-m_-c-h-a-r-s-e-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-p-a-r-a-m_-c-h-a-r-s-e-t.md @@ -1,20 +1,16 @@ --- -title: PARAM_CHARSET - +title: PARAM_CHARSET --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.html) +# PARAM_CHARSET - -# PARAM_CHARSET -[jvm] -Content -val [PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +val [PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) 'charset' header value parameter - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/-request-output-stream.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/-request-output-stream.md index 6f608ae2..1017bcb4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/-request-output-stream.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/-request-output-stream.md @@ -1,32 +1,29 @@ --- -title: RequestOutputStream - +title: RequestOutputStream --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[RequestOutputStream](index.md)/[RequestOutputStream](-request-output-stream.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[RequestOutputStream](index.html)/[RequestOutputStream](-request-output-stream.html) +# RequestOutputStream - -# RequestOutputStream -[jvm] -Content -open fun [RequestOutputStream](-request-output-stream.md)(stream: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), bufferSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -More info - +[jvm]\ +open fun [RequestOutputStream](-request-output-stream.html)( +stream: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +bufferSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) Create request output stream +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| bufferSize| -| charset| -| stream| - - +| stream | | +| charset | | +| bufferSize | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/index.md index 55008143..0c467260 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/index.md @@ -1,32 +1,29 @@ --- -title: RequestOutputStream - +title: RequestOutputStream --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[RequestOutputStream](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[RequestOutputStream](index.html) +# RequestOutputStream - -# RequestOutputStream - [jvm] open class [RequestOutputStream](index.md) : [BufferedOutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedOutputStream.html) +[jvm]\ +open +class [RequestOutputStream](index.html) : [BufferedOutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedOutputStream.html) Request output stream - - +## Constructors -## Constructors - -| Name| Summary| +| | | |---|---| -| [RequestOutputStream](-request-output-stream.md)| [jvm] open fun [RequestOutputStream](-request-output-stream.md)(stream: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), bufferSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))Create request output stream
+| [RequestOutputStream](-request-output-stream.html) | [jvm]
open fun [RequestOutputStream](-request-output-stream.html)(stream: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), bufferSize: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
Create request output stream | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [close](index.md#%5Bjava.io%2FFilterOutputStream%2Fclose%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [close](index.md#%5Bjava.io%2FFilterOutputStream%2Fclose%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [flush](index.md#%5Bjava.io%2FBufferedOutputStream%2Fflush%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [flush](index.md#%5Bjava.io%2FBufferedOutputStream%2Fflush%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [flushBuffer](index.md#%5Bjava.io%2FBufferedOutputStream%2FflushBuffer%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [flushBuffer](index.md#%5Bjava.io%2FBufferedOutputStream%2FflushBuffer%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [nullOutputStream](index.md#%5Bjava.io%2FOutputStream%2FnullOutputStream%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [nullOutputStream](index.md#%5Bjava.io%2FOutputStream%2FnullOutputStream%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html)


-| [write](write.md)| [jvm]
Content
open fun [write](write.md)(value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest.RequestOutputStream](index.md)
More info
Write string to stream


[jvm]
Content
open fun [write](index.md#%5Bjava.io%2FBufferedOutputStream%2Fwrite%2F%23int%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(b: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))


+| [close](index.html#610912670%2FFunctions%2F863300109) | [jvm]
open fun [close](index.html#610912670%2FFunctions%2F863300109)() | +| [flush](index.html#-1250583157%2FFunctions%2F863300109) | [jvm]
open fun [flush](index.html#-1250583157%2FFunctions%2F863300109)() | +| [nullOutputStream](index.html#-935828636%2FFunctions%2F863300109) | [jvm]
open fun [nullOutputStream](index.html#-935828636%2FFunctions%2F863300109)(): [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html) | +| [write](write.html) | [jvm]
open fun [write](write.html)(value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest.RequestOutputStream](index.html)
Write string to stream
[jvm]
open fun [write](index.html#669723107%2FFunctions%2F863300109)(b: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/write.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/write.md index be699943..5767aeaf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/write.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/write.md @@ -1,37 +1,34 @@ --- -title: write - +title: write --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[RequestOutputStream](index.md)/[write](write.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[RequestOutputStream](index.html)/[write](write.html) +# write - -# write -[jvm] -Content -open fun [write](write.md)(value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest.RequestOutputStream](index.md) -More info - +[jvm]\ +open fun [write](write.html)( +value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest.RequestOutputStream](index.html) Write string to stream +#### Return +this stream -#### Return +## Parameters +jvm -stream - +| | | +|---|---| +| value | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| value| - - +| [java.io.IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/-d-e-f-a-u-l-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/-d-e-f-a-u-l-t.md index 43879412..db3aa9f4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/-d-e-f-a-u-l-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/-d-e-f-a-u-l-t.md @@ -1,14 +1,14 @@ --- -title: DEFAULT - +title: DEFAULT --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[UploadProgress](index.md)/[DEFAULT](-d-e-f-a-u-l-t.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[UploadProgress](index.html)/[DEFAULT](-d-e-f-a-u-l-t.html) +# DEFAULT +[jvm]\ +val [DEFAULT](-d-e-f-a-u-l-t.html): [HttpRequest.UploadProgress](index.html) -# DEFAULT -[jvm] -Content -val [DEFAULT](-d-e-f-a-u-l-t.md): [HttpRequest.UploadProgress](index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/index.md index 3ba2a845..801bbfc7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/index.md @@ -1,28 +1,25 @@ --- -title: UploadProgress - +title: UploadProgress --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[UploadProgress](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[UploadProgress](index.html) +# UploadProgress - -# UploadProgress - [jvm] interface [UploadProgress](index.md) +[jvm]\ +interface [UploadProgress](index.html) Callback interface for reporting upload progress for a request. - - +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [onUpload](on-upload.md)| [jvm]
Content
abstract fun [onUpload](on-upload.md)(uploaded: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), total: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))
More info
Callback invoked as data is uploaded by the request.


+| [onUpload](on-upload.html) | [jvm]
abstract fun [onUpload](on-upload.html)(uploaded: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), total: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))
Callback invoked as data is uploaded by the request. | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [DEFAULT](-d-e-f-a-u-l-t.md)| [jvm] val [DEFAULT](-d-e-f-a-u-l-t.md): [HttpRequest.UploadProgress](index.md)
+| [DEFAULT](-d-e-f-a-u-l-t.html) | [jvm]
val [DEFAULT](-d-e-f-a-u-l-t.html): [HttpRequest.UploadProgress](index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/on-upload.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/on-upload.md index 15702184..87210442 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/on-upload.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/on-upload.md @@ -1,31 +1,27 @@ --- -title: onUpload - +title: onUpload --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[HttpRequest](../index.md)/[UploadProgress](index.md)/[onUpload](on-upload.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[HttpRequest](../index.html) +/[UploadProgress](index.html)/[onUpload](on-upload.html) +# onUpload - -# onUpload -[jvm] -Content -abstract fun [onUpload](on-upload.md)(uploaded: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), total: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) -More info - +[jvm]\ +abstract fun [onUpload](on-upload.html)( +uploaded: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), +total: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)) Callback invoked as data is uploaded by the request. +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| total|

The total number of bytes that will be uploaded or -1 if the length is unknown.

-| uploaded|

The number of bytes already uploaded

- - +| uploaded | The number of bytes already uploaded | +| total | The total number of bytes that will be uploaded or -1 if the length is unknown. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-charset.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-charset.md index f6c8c804..7f0f7c6f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-charset.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-charset.md @@ -1,37 +1,29 @@ --- -title: acceptCharset - +title: acceptCharset --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[acceptCharset](accept-charset.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[acceptCharset](accept-charset.html) +# acceptCharset - -# acceptCharset -[jvm] -Content -open fun [acceptCharset](accept-charset.md)(acceptCharset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [acceptCharset](accept-charset.html)( +acceptCharset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Accept-Charset' header to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| acceptCharset| - - +| acceptCharset | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-encoding.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-encoding.md index 21d2d55e..0e960ea7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-encoding.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-encoding.md @@ -1,37 +1,29 @@ --- -title: acceptEncoding - +title: acceptEncoding --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[acceptEncoding](accept-encoding.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[acceptEncoding](accept-encoding.html) +# acceptEncoding - -# acceptEncoding -[jvm] -Content -open fun [acceptEncoding](accept-encoding.md)(acceptEncoding: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [acceptEncoding](accept-encoding.html)( +acceptEncoding: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Accept-Encoding' header to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| acceptEncoding| - - +| acceptEncoding | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-gzip-encoding.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-gzip-encoding.md index 4c781188..b7136dd8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-gzip-encoding.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-gzip-encoding.md @@ -1,37 +1,28 @@ --- -title: acceptGzipEncoding - +title: acceptGzipEncoding --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[acceptGzipEncoding](accept-gzip-encoding.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[acceptGzipEncoding](accept-gzip-encoding.html) +# acceptGzipEncoding - -# acceptGzipEncoding -[jvm] -Content -open fun [acceptGzipEncoding](accept-gzip-encoding.md)(): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [acceptGzipEncoding](accept-gzip-encoding.html)(): [HttpRequest](index.html) Set the 'Accept-Encoding' header to 'gzip' +#### Return +this request -#### Return - +## See also -request +jvm - - -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#uncompress(boolean)](uncompress.md)| [uncompress](uncompress.md) - - +| [#uncompress(boolean)](uncompress.html) | #uncompress(boolean) | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-json.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-json.md index 81e260ab..7f4bca72 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-json.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-json.md @@ -1,27 +1,20 @@ --- -title: acceptJson - +title: acceptJson --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[acceptJson](accept-json.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[acceptJson](accept-json.html) +# acceptJson - -# acceptJson -[jvm] -Content -open fun [acceptJson](accept-json.md)(): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [acceptJson](accept-json.html)(): [HttpRequest](index.html) Set the 'Accept' header to 'application/json' +#### Return +this request -#### Return - - -request - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept.md index 33bdf442..9d152046 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept.md @@ -1,37 +1,29 @@ --- -title: accept - +title: accept --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[accept](accept.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[accept](accept.html) +# accept - -# accept -[jvm] -Content -open fun [accept](accept.md)(accept: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [accept](accept.html)( +accept: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Accept' header to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| accept| - - +| accept | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/append.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/append.md index 3bb72c1f..ce1cfb72 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/append.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/append.md @@ -1,75 +1,59 @@ --- -title: append - +title: append --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[append](append.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[append](append.html) +# append +[jvm]\ +open fun [append](append.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# append -[jvm] -Content -open fun [append](append.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info +Append given map as query parameters to the base URL +Each map entry's key will be a parameter name and the value' +s [toString](https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#toString()) will be the parameter value. -Append given map as query parameters to the base URL +#### Return +URL with appended query params +## Parameters - Each map entry's key will be a parameter name and the value's [toString](https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#toString()) will be the parameter value. +jvm - - -#### Return - - -with appended query params - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| params| -| url| - - - +| url | | +| params | | -[jvm] -Content -open fun [append](append.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info +[jvm]\ +open fun [append](append.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +Append given name/value pairs as query parameters to the base URL -Append given name/value pairs as query parameters to the base URL +The params argument is interpreted as a sequence of name/value pairs so the given number of params must be divisible by +2. +#### Return +URL with appended query params - The params argument is interpreted as a sequence of name/value pairs so the given number of params must be divisible by 2. +## Parameters +jvm - -#### Return - - -with appended query params - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| params|

name/value pairs

-| url| - - +| url | | +| params | name/value pairs | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/authorization.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/authorization.md index 9afe2898..8751c368 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/authorization.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/authorization.md @@ -1,37 +1,29 @@ --- -title: authorization - +title: authorization --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[authorization](authorization.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[authorization](authorization.html) +# authorization - -# authorization -[jvm] -Content -open fun [authorization](authorization.md)(authorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [authorization](authorization.html)( +authorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Authorization' header to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| authorization| - - +| authorization | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bad-request.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bad-request.md index ae77bdfe..b10341b3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bad-request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bad-request.md @@ -1,27 +1,26 @@ --- -title: badRequest - +title: badRequest --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[badRequest](bad-request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[badRequest](bad-request.html) +# badRequest - -# badRequest -[jvm] -Content -open fun [badRequest](bad-request.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open +fun [badRequest](bad-request.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response code a 400 Bad Request? +#### Return +true if 400, false otherwise -#### Return - - -if 400, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/basic.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/basic.md index dc2097d8..4925eb2e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/basic.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/basic.md @@ -1,38 +1,30 @@ --- -title: basic - +title: basic --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[basic](basic.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[basic](basic.html) +# basic - -# basic -[jvm] -Content -open fun [basic](basic.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [basic](basic.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Authorization' header to given values in Basic authentication format +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| password| - - +| name | | +| password | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.md index b36aa43b..af95662e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.md @@ -1,108 +1,104 @@ --- -title: body - +title: body --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[body](body.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[body](body.html) +# body +[jvm]\ +open fun [body](body.html)( +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# body -[jvm] -Content -open fun [body](body.md)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info +Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) in given character set +This will fall back to using the UTF-8 character set if the given charset is null -Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) in given character set +#### Return +string +## Parameters - This will fall back to using the UTF-8 character set if the given charset is null +jvm - - -#### Return - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| - - - - -[jvm] -Content -open fun [body](body.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - - -Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) using character set returned from [charset](charset.md) +| charset | | +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | -#### Return - +[jvm]\ +open fun [body](body.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) using character set returned +from [charset](charset.html) -[jvm] -Content -open fun [body](body.md)(output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.md) -More info +#### Return +string -Get the response body as a [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) and set it as the value of the given reference. +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [body](body.html)( +output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.html) -#### Return +Get the response body as a [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) and set it as the +value of the given reference. +#### Return -request +this request +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| output| - - +| output | | +#### Throws -[jvm] -Content -open fun [body](body.md)(output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>, charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | -Get the response body as a [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) and set it as the value of the given reference. +[jvm]\ +open fun [body](body.html)( +output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> +, charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) +Get the response body as a [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) and set it as the +value of the given reference. +#### Return -#### Return +this request +## Parameters -request +jvm +| | | +|---|---| +| output | | +| charset | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| -| output| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer-size.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer-size.md index f5bd528c..c705f43e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer-size.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer-size.md @@ -1,67 +1,44 @@ --- -title: bufferSize - +title: bufferSize --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[bufferSize](buffer-size.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[bufferSize](buffer-size.html) +# bufferSize +[jvm]\ +open fun [bufferSize](buffer-size.html)( +size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html) -# bufferSize -[jvm] -Content -open fun [bufferSize](buffer-size.md)(size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md) -More info +Set the size used when buffering and copying between streams +This size is also used for send and receive buffers created for both char and byte arrays -Set the size used when buffering and copying between streams +The default buffer size is 8,192 bytes +#### Return +this request - This size is also used for send and receive buffers created for both char and byte arrays +## Parameters +jvm - - The default buffer size is 8,192 bytes - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| size| - - - - -[jvm] -Content -open fun [bufferSize](buffer-size.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -More info - - -Get the configured buffer size - - - - The default buffer size is 8,192 bytes +| size | | +[jvm]\ +open fun [bufferSize](buffer-size.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +Get the configured buffer size -#### Return +The default buffer size is 8,192 bytes +#### Return -size +buffer size - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer.md index 51bb9b86..d55a5028 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer.md @@ -1,33 +1,34 @@ --- -title: buffer - +title: buffer --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[buffer](buffer.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[buffer](buffer.html) +# buffer +[jvm]\ +open +fun [buffer](buffer.html)(): [BufferedInputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedInputStream.html) -# buffer -[jvm] -Content -open fun [buffer](buffer.md)(): [BufferedInputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedInputStream.html) -More info +Get response in a buffered stream +#### Return -Get response in a buffered stream +stream +## See also +jvm -#### Return +| | | +|---|---| +| [#bufferSize(int)](buffer-size.html) | #bufferSize(int) | +#### Throws -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#bufferSize(int)](buffer-size.md)| [bufferSize](buffer-size.md) - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffered-reader.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffered-reader.md index a82f16f3..53ad1345 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffered-reader.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffered-reader.md @@ -1,67 +1,67 @@ --- -title: bufferedReader - +title: bufferedReader --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[bufferedReader](buffered-reader.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[bufferedReader](buffered-reader.html) +# bufferedReader +[jvm]\ +open fun [bufferedReader](buffered-reader.html)( +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html) -# bufferedReader -[jvm] -Content -open fun [bufferedReader](buffered-reader.md)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html) -More info +Get buffered reader to response body using the given character set r and the configured buffer size +#### Return -Get buffered reader to response body using the given character set r and the configured buffer size +reader +## See also +jvm -#### Return +| | | +|---|---| +| [#bufferSize(int)](buffer-size.html) | #bufferSize(int) | +## Parameters -## See also - -jvm - -| Name| Summary| +jvm + +| | | |---|---| -| [#bufferSize(int)](buffer-size.md)| [bufferSize](buffer-size.md) - +| charset | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open +fun [bufferedReader](buffered-reader.html)(): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html) -[jvm] -Content -open fun [bufferedReader](buffered-reader.md)(): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html) -More info +Get buffered reader to response body using the character set returned from [charset](charset.html) and the configured +buffer size +#### Return -Get buffered reader to response body using the character set returned from [charset](charset.md) and the configured buffer size +reader +## See also +jvm -#### Return +| | | +|---|---| +| [#bufferSize(int)](buffer-size.html) | #bufferSize(int) | +#### Throws -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#bufferSize(int)](buffer-size.md)| [bufferSize](buffer-size.md) - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bytes.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bytes.md index a0bcf853..732f4df6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bytes.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bytes.md @@ -1,27 +1,26 @@ --- -title: bytes - +title: bytes --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[bytes](bytes.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[bytes](bytes.html) +# bytes - -# bytes -[jvm] -Content -open fun [bytes](bytes.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info - +[jvm]\ +open +fun [bytes](bytes.html)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> Get response as byte array +#### Return +byte array -#### Return - - -array +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/cache-control.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/cache-control.md index 3fcc09a5..1007c576 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/cache-control.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/cache-control.md @@ -1,27 +1,20 @@ --- -title: cacheControl - +title: cacheControl --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[cacheControl](cache-control.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[cacheControl](cache-control.html) +# cacheControl - -# cacheControl -[jvm] -Content -open fun [cacheControl](cache-control.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [cacheControl](cache-control.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get the 'Cache-Control' header from the response +#### Return +cache control -#### Return - - -control - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/charset.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/charset.md index 9c97f030..af576af7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/charset.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/charset.md @@ -1,27 +1,20 @@ --- -title: charset - +title: charset --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[charset](charset.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[charset](charset.html) +# charset - -# charset -[jvm] -Content -open fun [charset](charset.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [charset](charset.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get 'charset' parameter from 'Content-Type' response header +#### Return +charset or null if none -#### Return - - -or null if none - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/chunk.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/chunk.md index 3a64991b..dbe18acf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/chunk.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/chunk.md @@ -1,37 +1,29 @@ --- -title: chunk - +title: chunk --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[chunk](chunk.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[chunk](chunk.html) +# chunk - -# chunk -[jvm] -Content -open fun [chunk](chunk.md)(size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [chunk](chunk.html)( +size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html) Set chunked streaming mode to the given size +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| size| - - +| size | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/code.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/code.md index ed634d4a..08d961d5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/code.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/code.md @@ -1,55 +1,51 @@ --- -title: code - +title: code --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[code](code.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[code](code.html) +# code - -# code -[jvm] -Content -open fun [code](code.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -More info - +[jvm]\ +open fun [code](code.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) Get the status code of the response +#### Return +the response code -#### Return - - -response code - - - - -[jvm] -Content -open fun [code](code.md)(output: [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html)): [HttpRequest](index.md) -More info +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | -Set the value of the given [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html) to the status code of the response +[jvm]\ +open fun [code](code.html)( +output: [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html)): [HttpRequest](index.html) +Set the value of the +given [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html) to the +status code of the response +#### Return -#### Return +this request +## Parameters -request +jvm +| | | +|---|---| +| output | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| output| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connect-timeout.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connect-timeout.md index d7f66163..e090a253 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connect-timeout.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connect-timeout.md @@ -1,37 +1,29 @@ --- -title: connectTimeout - +title: connectTimeout --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[connectTimeout](connect-timeout.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[connectTimeout](connect-timeout.html) +# connectTimeout - -# connectTimeout -[jvm] -Content -open fun [connectTimeout](connect-timeout.md)(timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [connectTimeout](connect-timeout.html)( +timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html) Set connect timeout on connection to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| timeout| - - +| timeout | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connection.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connection.md index d0ab2625..8d7dcaa9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connection.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connection.md @@ -1,14 +1,15 @@ --- -title: connection - +title: connection --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[connection](connection.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[connection](connection.html) +# connection +[jvm]\ +private open +val [connection](connection.html): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) -# connection -[jvm] -Content -private open val [connection](connection.md): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-encoding.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-encoding.md index c569d7f9..916953e2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-encoding.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-encoding.md @@ -1,27 +1,21 @@ --- -title: contentEncoding - +title: contentEncoding --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[contentEncoding](content-encoding.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[contentEncoding](content-encoding.html) +# contentEncoding - -# contentEncoding -[jvm] -Content -open fun [contentEncoding](content-encoding.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open +fun [contentEncoding](content-encoding.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get the 'Content-Encoding' header from the response +#### Return +this request -#### Return - - -request - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-length.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-length.md index f0c96a78..ea010b8c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-length.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-length.md @@ -1,83 +1,42 @@ --- -title: contentLength - +title: contentLength --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[contentLength](content-length.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[contentLength](content-length.html) +# contentLength - -# contentLength -[jvm] -Content -open fun [contentLength](content-length.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -More info - +[jvm]\ +open +fun [contentLength](content-length.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) Get the 'Content-Length' header from the response +#### Return +response header value -#### Return - - -header value - - - - -[jvm] -Content -open fun [contentLength](content-length.md)(contentLength: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info +[jvm]\ +open fun [contentLength](content-length.html)( +contentLength: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) +open fun [contentLength](content-length.html)( +contentLength: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html) Set the 'Content-Length' request header to the given value +#### Return +this request -#### Return - - -request +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| contentLength| - - - - -[jvm] -Content -open fun [contentLength](content-length.md)(contentLength: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md) -More info +| contentLength | | -Set the 'Content-Length' request header to the given value - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| -|---|---| -| contentLength| - - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-type.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-type.md index a01ee9e9..0e6e76e0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-type.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-type.md @@ -1,84 +1,58 @@ --- -title: contentType - +title: contentType --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[contentType](content-type.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[contentType](content-type.html) +# contentType - -# contentType -[jvm] -Content -open fun [contentType](content-type.md)(contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [contentType](content-type.html)( +contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Content-Type' request header to the given value +#### Return +this request -#### Return - - -request +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| contentType| - - - - -[jvm] -Content -open fun [contentType](content-type.md)(contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info +| contentType | | +[jvm]\ +open fun [contentType](content-type.html)( +contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Content-Type' request header to the given value and charset +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| -| contentType| - - - - -[jvm] -Content -open fun [contentType](content-type.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info +| contentType | | +| charset | | +[jvm]\ +open fun [contentType](content-type.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get the 'Content-Type' header from the response +#### Return +response header value -#### Return - - -header value - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/created.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/created.md index a9a56e76..9bd8d1c6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/created.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/created.md @@ -1,27 +1,25 @@ --- -title: created - +title: created --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[created](created.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[created](created.html) +# created - -# created -[jvm] -Content -open fun [created](created.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open fun [created](created.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response code a 201 Created? +#### Return +true if 201, false otherwise -#### Return - - -if 201, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date-header.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date-header.md index c3bb02b2..1ae87a22 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date-header.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date-header.md @@ -1,66 +1,60 @@ --- -title: dateHeader - +title: dateHeader --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[dateHeader](date-header.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[dateHeader](date-header.html) +# dateHeader - -# dateHeader -[jvm] -Content -open fun [dateHeader](date-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) -More info - +[jvm]\ +open fun [dateHeader](date-header.html)( +name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) Get a date header from the response falling back to returning -1 if the header is missing or parsing fails +#### Return +date, -1 on failures -#### Return - - --1 on failures +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| - - - +| name | | -[jvm] -Content -open fun [dateHeader](date-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) -More info +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | -Get a date header from the response falling back to returning the given default value if the header is missing or parsing fails +[jvm]\ +open fun [dateHeader](date-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) +Get a date header from the response falling back to returning the given default value if the header is missing or +parsing fails +#### Return -#### Return +date, default value on failures +## Parameters -default value on failures +jvm +| | | +|---|---| +| name | | +| defaultValue | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| defaultValue| -| name| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date.md index 5420479a..3e80f862 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date.md @@ -1,27 +1,20 @@ --- -title: date - +title: date --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[date](date.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[date](date.html) +# date - -# date -[jvm] -Content -open fun [date](date.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) -More info - +[jvm]\ +open fun [date](date.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) Get the 'Date' header from the response +#### Return +date value, -1 on failures -#### Return - - -value, -1 on failures - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.md index d6ded214..695e53b7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.md @@ -1,131 +1,101 @@ --- -title: delete - +title: delete --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[delete](delete.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[delete](delete.html) +# delete +[jvm]\ +open fun [delete](delete.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) -# delete -[jvm] -Content -open fun [delete](delete.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info - +open fun [delete](delete.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html) Start a 'DELETE' request to the given URL +#### Return +request -#### Return +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [delete](delete.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md) -More info - - -Start a 'DELETE' request to the given URL - - +| url | | -#### Return +#### Throws - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [delete](delete.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [delete](delete.html)( +baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) Start a 'DELETE' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Map)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - - +| [#append(CharSequence, Map)](append.html) | #append(CharSequence, Map) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | -## Parameters - -jvm - -| Name| Summary| -|---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

The query parameters to include as part of the baseUrl

- - +## Parameters +jvm -[jvm] -Content -open fun [delete](delete.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md) -More info +| | | +|---|---| +| baseUrl | | +| params | The query parameters to include as part of the baseUrl | +| encode | true to encode the full URL | +[jvm]\ +open fun [delete](delete.html)( +baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html) Start a 'DELETE' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Object...)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - +| [#append(CharSequence, Object...)](append.html) | #append(CharSequence, Object...) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | +## Parameters -## Parameters - -jvm - -| Name| Summary| +jvm + +| | | |---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

the name/value query parameter pairs to include as part of the baseUrl

- - +| baseUrl | | +| encode | true to encode the full URL | +| params | the name/value query parameter pairs to include as part of the baseUrl | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/disconnect.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/disconnect.md index 0db2ad93..c4580036 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/disconnect.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/disconnect.md @@ -1,27 +1,20 @@ --- -title: disconnect - +title: disconnect --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[disconnect](disconnect.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[disconnect](disconnect.html) +# disconnect - -# disconnect -[jvm] -Content -open fun [disconnect](disconnect.md)(): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [disconnect](disconnect.html)(): [HttpRequest](index.html) Disconnect the connection +#### Return +this request -#### Return - - -request - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/e-tag.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/e-tag.md index 9510ba01..982e3d40 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/e-tag.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/e-tag.md @@ -1,27 +1,20 @@ --- -title: eTag - +title: eTag --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[eTag](e-tag.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[eTag](e-tag.html) +# eTag - -# eTag -[jvm] -Content -open fun [eTag](e-tag.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [eTag](e-tag.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get the 'ETag' header from the response +#### Return +entity tag -#### Return - - -tag - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/encode.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/encode.md index 4d7a2a8b..bf8e95df 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/encode.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/encode.md @@ -1,41 +1,39 @@ --- -title: encode - +title: encode --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[encode](encode.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[encode](encode.html) +# encode - -# encode -[jvm] -Content -open fun [encode](encode.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [encode](encode.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Encode the given URL as an ASCII [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +This method ensures the path and query segments of the URL are properly encoded such as ' ' characters being encoded +to '%20' or any UTF-8 characters that are non-ASCII. No encoding of URLs is done by default by +the [HttpRequest](index.html) constructors and so if URL encoding is needed this method should be called before calling +the [HttpRequest](index.html) constructor. +#### Return - This method ensures the path and query segments of the URL are properly encoded such as ' ' characters being encoded to '%20' or any UTF-8 characters that are non-ASCII. No encoding of URLs is done by default by the [HttpRequest](index.md) constructors and so if URL encoding is needed this method should be called before calling the [HttpRequest](index.md) constructor. - +encoded URL +## Parameters -#### Return - - -URL +jvm +| | | +|---|---| +| url | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/expires.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/expires.md index bd07bc2f..92088fd5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/expires.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/expires.md @@ -1,27 +1,20 @@ --- -title: expires - +title: expires --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[expires](expires.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[expires](expires.html) +# expires - -# expires -[jvm] -Content -open fun [expires](expires.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) -More info - +[jvm]\ +open fun [expires](expires.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) Get the 'Expires' header from the response +#### Return +expires value, -1 on failures -#### Return - - -value, -1 on failures - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/follow-redirects.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/follow-redirects.md index 2ab19c93..13b8ecbf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/follow-redirects.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/follow-redirects.md @@ -1,37 +1,29 @@ --- -title: followRedirects - +title: followRedirects --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[followRedirects](follow-redirects.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[followRedirects](follow-redirects.html) +# followRedirects - -# followRedirects -[jvm] -Content -open fun [followRedirects](follow-redirects.md)(followRedirects: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [followRedirects](follow-redirects.html)( +followRedirects: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) Set whether or not the underlying connection should follow redirects in the response. +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| followRedirects|

- true fo follow redirects, false to not.

- - +| followRedirects | - true fo follow redirects, false to not. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.md index cd901fce..098c4b64 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.md @@ -1,202 +1,176 @@ --- -title: form - +title: form --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[form](form.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[form](form.html) +# form +[jvm]\ +open fun [form](form.html)( +values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [HttpRequest](index.html) -# form -[jvm] -Content -open fun [form](form.md)(values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [HttpRequest](index.md) -More info +Write the values in the map as form data to the request body +The pairs specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type -Write the values in the map as form data to the request body +#### Return +this request +## Parameters - The pairs specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type +jvm - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| values| - - - - -[jvm] -Content -open fun [form](form.md)(entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)): [HttpRequest](index.md) -More info +| values | | +#### Throws -Write the key and value in the entry as form data to the request body - - - - The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [form](form.html)( +entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)): [HttpRequest](index.html) +Write the key and value in the entry as form data to the request body -#### Return +The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type +#### Return -request +this request +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| entry| - - - - -[jvm] -Content -open fun [form](form.md)(entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - - -Write the key and value in the entry as form data to the request body +| entry | | +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | - The pair specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type - +[jvm]\ +open fun [form](form.html)( +entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html), +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) +Write the key and value in the entry as form data to the request body -#### Return +The pair specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type +#### Return -request +this request +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| -| entry| - - - - -[jvm] -Content -open fun [form](form.md)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)): [HttpRequest](index.md) -More info - +| entry | | +| charset | | -Write the name/value pair as form data to the request body +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [form](form.html)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), +value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)): [HttpRequest](index.html) - The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type - - +Write the name/value pair as form data to the request body -#### Return +The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type +#### Return -request +this request +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| value| - - - +| name | | +| value | | -[jvm] -Content -open fun [form](form.md)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | -Write the name/value pair as form data to the request body - - - - The values specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type - +[jvm]\ +open fun [form](form.html)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), +value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) +Write the name/value pair as form data to the request body -#### Return +The values specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type +#### Return -request +this request +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| -| name| -| value| - - +| name | | +| value | | +| charset | | +#### Throws -[jvm] -Content -open fun [form](form.md)(values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [form](form.html)( +values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Write the values in the map as encoded form data to the request body +#### Return +this request -#### Return +## Parameters +jvm -request - +| | | +|---|---| +| values | | +| charset | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| -| values| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/generate-boundary.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/generate-boundary.md index 9f7a71e1..9258c637 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/generate-boundary.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/generate-boundary.md @@ -1,14 +1,15 @@ --- -title: generateBoundary - +title: generateBoundary --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[generateBoundary](generate-boundary.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[generateBoundary](generate-boundary.html) +# generateBoundary +[jvm]\ +open +fun [generateBoundary](generate-boundary.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# generateBoundary -[jvm] -Content -open fun [generateBoundary](generate-boundary.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.md index f7984f2f..4e4230e2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.md @@ -1,131 +1,99 @@ --- -title: get - +title: get --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[get](get.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[get](get.html) +# get +[jvm]\ +open fun [get](get.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) -# get -[jvm] -Content -open fun [get](get.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info - +open fun [get](get.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html) Start a 'GET' request to the given URL +#### Return +request -#### Return +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [get](get.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md) -More info - - -Start a 'GET' request to the given URL - - +| url | | -#### Return +#### Throws - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [get](get.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [get](get.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) Start a 'GET' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Map)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - - +| [#append(CharSequence, Map)](append.html) | #append(CharSequence, Map) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | -## Parameters - -jvm - -| Name| Summary| -|---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

The query parameters to include as part of the baseUrl

- - +## Parameters +jvm -[jvm] -Content -open fun [get](get.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md) -More info +| | | +|---|---| +| baseUrl | | +| params | The query parameters to include as part of the baseUrl | +| encode | true to encode the full URL | +[jvm]\ +open fun [get](get.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html) Start a 'GET' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Object...)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - +| [#append(CharSequence, Object...)](append.html) | #append(CharSequence, Object...) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | +## Parameters -## Parameters - -jvm - -| Name| Summary| +jvm + +| | | |---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

the name/value query parameter pairs to include as part of the baseUrl

- - +| baseUrl | | +| encode | true to encode the full URL | +| params | the name/value query parameter pairs to include as part of the baseUrl | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.md index c5b649fe..defb6bec 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.md @@ -1,131 +1,101 @@ --- -title: head - +title: head --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[head](head.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[head](head.html) +# head +[jvm]\ +open fun [head](head.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) -# head -[jvm] -Content -open fun [head](head.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info - +open fun [head](head.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html) Start a 'HEAD' request to the given URL +#### Return +request -#### Return +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [head](head.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md) -More info - - -Start a 'HEAD' request to the given URL - - +| url | | -#### Return +#### Throws - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [head](head.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [head](head.html)( +baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) Start a 'HEAD' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Map)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - - +| [#append(CharSequence, Map)](append.html) | #append(CharSequence, Map) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | -## Parameters - -jvm - -| Name| Summary| -|---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

The query parameters to include as part of the baseUrl

- - +## Parameters +jvm -[jvm] -Content -open fun [head](head.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md) -More info +| | | +|---|---| +| baseUrl | | +| params | The query parameters to include as part of the baseUrl | +| encode | true to encode the full URL | +[jvm]\ +open fun [head](head.html)( +baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html) Start a 'GET' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Object...)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - +| [#append(CharSequence, Object...)](append.html) | #append(CharSequence, Object...) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | +## Parameters -## Parameters - -jvm - -| Name| Summary| +jvm + +| | | |---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

the name/value query parameter pairs to include as part of the baseUrl

- - +| baseUrl | | +| encode | true to encode the full URL | +| params | the name/value query parameter pairs to include as part of the baseUrl | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.md index 09df1986..5b246326 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.md @@ -1,123 +1,75 @@ --- -title: header - +title: header --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[header](header.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[header](header.html) +# header +[jvm]\ +open fun [header](header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) -# header -[jvm] -Content -open fun [header](header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +open fun [header](header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +value: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.html) Set header name to given value +#### Return +this request -#### Return - - -request - +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| value| - - - - -[jvm] -Content -open fun [header](header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.md) -More info - - -Set header name to given value - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| -|---|---| -| name| -| value| - - - - -[jvm] -Content -open fun [header](header.md)(header: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.md) -More info +| name | | +| value | | +[jvm]\ +open fun [header](header.html)( +header: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.html) Set header to have given entry's key as the name and value as the value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| header| - - - - -[jvm] -Content -open fun [header](header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info +| header | | +[jvm]\ +open fun [header](header.html)( +name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get a response header +#### Return +response header -#### Return - +## Parameters -header +jvm +| | | +|---|---| +| name | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/headers.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/headers.md index 098d57a4..54da9d2c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/headers.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/headers.md @@ -1,83 +1,66 @@ --- -title: headers - +title: headers --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[headers](headers.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[headers](headers.html) +# headers - -# headers -[jvm] -Content -open fun [headers](headers.md)(headers: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [headers](headers.html)( +headers: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.html) Set all headers found in given map where the keys are the header names and the values are the header values +#### Return +this request -#### Return - - -request +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| headers| - - - - -[jvm] -Content -open fun [headers](headers.md)(): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>> -More info +| headers | | +[jvm]\ +open +fun [headers](headers.html)(): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>> Get all the response headers +#### Return +map of response header names to their value(s) -#### Return - +#### Throws -of response header names to their value(s) - - - - -[jvm] -Content -open fun [headers](headers.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -More info +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [headers](headers.html)( +name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> Get all values of the given header from the response +#### Return +non-null but possibly empty array of [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) header +values -#### Return +## Parameters +jvm --null but possibly empty array of header values - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| - - +| name | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-modified-since.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-modified-since.md index 6c55ec06..29a16847 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-modified-since.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-modified-since.md @@ -1,37 +1,29 @@ --- -title: ifModifiedSince - +title: ifModifiedSince --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[ifModifiedSince](if-modified-since.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[ifModifiedSince](if-modified-since.html) +# ifModifiedSince - -# ifModifiedSince -[jvm] -Content -open fun [ifModifiedSince](if-modified-since.md)(ifModifiedSince: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [ifModifiedSince](if-modified-since.html)( +ifModifiedSince: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [HttpRequest](index.html) Set the 'If-Modified-Since' request header to the given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| ifModifiedSince| - - +| ifModifiedSince | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-none-match.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-none-match.md index ba259194..1fa8322f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-none-match.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-none-match.md @@ -1,37 +1,29 @@ --- -title: ifNoneMatch - +title: ifNoneMatch --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[ifNoneMatch](if-none-match.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[ifNoneMatch](if-none-match.html) +# ifNoneMatch - -# ifNoneMatch -[jvm] -Content -open fun [ifNoneMatch](if-none-match.md)(ifNoneMatch: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [ifNoneMatch](if-none-match.html)( +ifNoneMatch: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'If-None-Match' request header to the given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| ifNoneMatch| - - +| ifNoneMatch | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ignore-close-exceptions.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ignore-close-exceptions.md index 845e64e0..980a9f5f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ignore-close-exceptions.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ignore-close-exceptions.md @@ -1,59 +1,43 @@ --- -title: ignoreCloseExceptions - +title: ignoreCloseExceptions --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[ignoreCloseExceptions](ignore-close-exceptions.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[ignoreCloseExceptions](ignore-close-exceptions.html) +# ignoreCloseExceptions +[jvm]\ +open fun [ignoreCloseExceptions](ignore-close-exceptions.html)( +ignore: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) -# ignoreCloseExceptions -[jvm] -Content -open fun [ignoreCloseExceptions](ignore-close-exceptions.md)(ignore: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info +Set whether or not to ignore exceptions that occur from +calling [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) +The default value of this setting is true -Set whether or not to ignore exceptions that occur from calling [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) +#### Return +this request +## Parameters - The default value of this setting is true +jvm - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| ignore| - - - - -[jvm] -Content -open fun [ignoreCloseExceptions](ignore-close-exceptions.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - - -Get whether or not exceptions thrown by [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) are ignored - +| ignore | | +[jvm]\ +open +fun [ignoreCloseExceptions](ignore-close-exceptions.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -#### Return +Get whether or not exceptions thrown +by [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) are ignored +#### Return -if ignoring, false if throwing +true if ignoring, false if throwing - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/index.md index 2a2e044d..bbd62ec6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/index.md @@ -1,165 +1,159 @@ --- -title: HttpRequest - +title: HttpRequest --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +# HttpRequest +[jvm]\ +open class [HttpRequest](index.html) -# HttpRequest - [jvm] open class [HttpRequest](index.md) +A fluid interface for making HTTP requests using an +underlying [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) (or sub-class) +. -A fluid interface for making HTTP requests using an underlying [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) (or sub-class). +Each instance supports making a single request and cannot be reused for further requests. +## Constructors - - Each instance supports making a single request and cannot be reused for further requests. - - - - -## Constructors - -| Name| Summary| +| | | |---|---| -| [HttpRequest](-http-request.md)| [jvm] open fun [HttpRequest](-http-request.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html))Create HTTP connection wrapper
-| [HttpRequest](-http-request.md)| [jvm] open fun [HttpRequest](-http-request.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html))Create HTTP connection wrapper
+| [HttpRequest](-http-request.html) | [jvm]
open fun [HttpRequest](-http-request.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html))
Create HTTP connection wrapper | +| [HttpRequest](-http-request.html) | [jvm]
open fun [HttpRequest](-http-request.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html), method: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html))
Create HTTP connection wrapper | +## Types -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Base64](-base64/index.md)| [jvm]
Content
open class [Base64](-base64/index.md)
More info
Encodes and decodes to and from Base64 notation.


-| [ConnectionFactory](-connection-factory/index.md)| [jvm]
Content
interface [ConnectionFactory](-connection-factory/index.md)
More info
Creates [HTTP connections](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for [urls](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html).


-| [HttpRequestException](-http-request-exception/index.md)| [jvm]
Content
open class [HttpRequestException](-http-request-exception/index.md) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html)
More info
HTTP request exception whose cause is always an [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html)


-| [RequestOutputStream](-request-output-stream/index.md)| [jvm]
Content
open class [RequestOutputStream](-request-output-stream/index.md) : [BufferedOutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedOutputStream.html)
More info
Request output stream


-| [UploadProgress](-upload-progress/index.md)| [jvm]
Content
interface [UploadProgress](-upload-progress/index.md)
More info
Callback interface for reporting upload progress for a request.


+| [Base64](-base64/index.html) | [jvm]
open class [Base64](-base64/index.html)
Encodes and decodes to and from Base64 notation. | +| [ConnectionFactory](-connection-factory/index.html) | [jvm]
interface [ConnectionFactory](-connection-factory/index.html)
Creates [HTTP connections](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) for [urls](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html). | +| [HttpRequestException](-http-request-exception/index.html) | [jvm]
open class [HttpRequestException](-http-request-exception/index.html) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html)
HTTP request exception whose cause is always an [IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) | +| [RequestOutputStream](-request-output-stream/index.html) | [jvm]
open class [RequestOutputStream](-request-output-stream/index.html) : [BufferedOutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedOutputStream.html)
Request output stream | +| [UploadProgress](-upload-progress/index.html) | [jvm]
interface [UploadProgress](-upload-progress/index.html)
Callback interface for reporting upload progress for a request. | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [accept](accept.md)| [jvm]
Content
open fun [accept](accept.md)(accept: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Accept' header to given value


-| [acceptCharset](accept-charset.md)| [jvm]
Content
open fun [acceptCharset](accept-charset.md)(acceptCharset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Accept-Charset' header to given value


-| [acceptEncoding](accept-encoding.md)| [jvm]
Content
open fun [acceptEncoding](accept-encoding.md)(acceptEncoding: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Accept-Encoding' header to given value


-| [acceptGzipEncoding](accept-gzip-encoding.md)| [jvm]
Content
open fun [acceptGzipEncoding](accept-gzip-encoding.md)(): [HttpRequest](index.md)
More info
Set the 'Accept-Encoding' header to 'gzip'


-| [acceptJson](accept-json.md)| [jvm]
Content
open fun [acceptJson](accept-json.md)(): [HttpRequest](index.md)
More info
Set the 'Accept' header to 'application/json'


-| [append](append.md)| [jvm]
Content
open fun [append](append.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Append given name/value pairs as query parameters to the base URL The params argument is interpreted as a sequence of name/value pairs so the given number of params must be divisible by 2.


[jvm]
Content
open fun [append](append.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Append given map as query parameters to the base URL Each map entry's key will be a parameter name and the value's [toString](https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#toString()) will be the parameter value.


-| [authorization](authorization.md)| [jvm]
Content
open fun [authorization](authorization.md)(authorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Authorization' header to given value


-| [badRequest](bad-request.md)| [jvm]
Content
open fun [badRequest](bad-request.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response code a 400 Bad Request?


-| [basic](basic.md)| [jvm]
Content
open fun [basic](basic.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Authorization' header to given values in Basic authentication format


-| [body](body.md)| [jvm]
Content
open fun [body](body.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) using character set returned from [charset](charset.md)


[jvm]
Content
open fun [body](body.md)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) in given character set This will fall back to using the UTF-8 character set if the given charset is null


[jvm]
Content
open fun [body](body.md)(output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.md)
open fun [body](body.md)(output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>, charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Get the response body as a [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) and set it as the value of the given reference.


-| [buffer](buffer.md)| [jvm]
Content
open fun [buffer](buffer.md)(): [BufferedInputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedInputStream.html)
More info
Get response in a buffered stream


-| [bufferedReader](buffered-reader.md)| [jvm]
Content
open fun [bufferedReader](buffered-reader.md)(): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html)
More info
Get buffered reader to response body using the character set returned from [charset](charset.md) and the configured buffer size


[jvm]
Content
open fun [bufferedReader](buffered-reader.md)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html)
More info
Get buffered reader to response body using the given character set r and the configured buffer size


-| [bufferSize](buffer-size.md)| [jvm]
Content
open fun [bufferSize](buffer-size.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
More info
Get the configured buffer size The default buffer size is 8,192 bytes


[jvm]
Content
open fun [bufferSize](buffer-size.md)(size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md)
More info
Set the size used when buffering and copying between streams This size is also used for send and receive buffers created for both char and byte arrays The default buffer size is 8,192 bytes


-| [bytes](bytes.md)| [jvm]
Content
open fun [bytes](bytes.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Get response as byte array


-| [cacheControl](cache-control.md)| [jvm]
Content
open fun [cacheControl](cache-control.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get the 'Cache-Control' header from the response


-| [charset](charset.md)| [jvm]
Content
open fun [charset](charset.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get 'charset' parameter from 'Content-Type' response header


-| [chunk](chunk.md)| [jvm]
Content
open fun [chunk](chunk.md)(size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md)
More info
Set chunked streaming mode to the given size


-| [code](code.md)| [jvm]
Content
open fun [code](code.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
More info
Get the status code of the response


[jvm]
Content
open fun [code](code.md)(output: [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html)): [HttpRequest](index.md)
More info
Set the value of the given [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html) to the status code of the response


-| [connectTimeout](connect-timeout.md)| [jvm]
Content
open fun [connectTimeout](connect-timeout.md)(timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md)
More info
Set connect timeout on connection to given value


-| [contentEncoding](content-encoding.md)| [jvm]
Content
open fun [contentEncoding](content-encoding.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get the 'Content-Encoding' header from the response


-| [contentLength](content-length.md)| [jvm]
Content
open fun [contentLength](content-length.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
More info
Get the 'Content-Length' header from the response


[jvm]
Content
open fun [contentLength](content-length.md)(contentLength: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md)
open fun [contentLength](content-length.md)(contentLength: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Content-Length' request header to the given value


-| [contentType](content-type.md)| [jvm]
Content
open fun [contentType](content-type.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get the 'Content-Type' header from the response


[jvm]
Content
open fun [contentType](content-type.md)(contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Content-Type' request header to the given value


[jvm]
Content
open fun [contentType](content-type.md)(contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Content-Type' request header to the given value and charset


-| [created](created.md)| [jvm]
Content
open fun [created](created.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response code a 201 Created?


-| [date](date.md)| [jvm]
Content
open fun [date](date.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
More info
Get the 'Date' header from the response


-| [dateHeader](date-header.md)| [jvm]
Content
open fun [dateHeader](date-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
More info
Get a date header from the response falling back to returning -1 if the header is missing or parsing fails


[jvm]
Content
open fun [dateHeader](date-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
More info
Get a date header from the response falling back to returning the given default value if the header is missing or parsing fails


-| [delete](delete.md)| [jvm]
Content
open fun [delete](delete.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
open fun [delete](delete.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md)
More info
Start a 'DELETE' request to the given URL


[jvm]
Content
open fun [delete](delete.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md)
open fun [delete](delete.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Start a 'DELETE' request to the given URL along with the query params


-| [disconnect](disconnect.md)| [jvm]
Content
open fun [disconnect](disconnect.md)(): [HttpRequest](index.md)
More info
Disconnect the connection


-| [encode](encode.md)| [jvm]
Content
open fun [encode](encode.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Encode the given URL as an ASCII [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) This method ensures the path and query segments of the URL are properly encoded such as ' ' characters being encoded to '%20' or any UTF-8 characters that are non-ASCII.


-| [eTag](e-tag.md)| [jvm]
Content
open fun [eTag](e-tag.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get the 'ETag' header from the response


-| [expires](expires.md)| [jvm]
Content
open fun [expires](expires.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
More info
Get the 'Expires' header from the response


-| [followRedirects](follow-redirects.md)| [jvm]
Content
open fun [followRedirects](follow-redirects.md)(followRedirects: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Set whether or not the underlying connection should follow redirects in the response.


-| [form](form.md)| [jvm]
Content
open fun [form](form.md)(entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)): [HttpRequest](index.md)
More info
Write the key and value in the entry as form data to the request body The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type


[jvm]
Content
open fun [form](form.md)(values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [HttpRequest](index.md)
More info
Write the values in the map as form data to the request body The pairs specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type


[jvm]
Content
open fun [form](form.md)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)): [HttpRequest](index.md)
More info
Write the name/value pair as form data to the request body The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type


[jvm]
Content
open fun [form](form.md)(entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Write the key and value in the entry as form data to the request body The pair specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type


[jvm]
Content
open fun [form](form.md)(values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Write the values in the map as encoded form data to the request body


[jvm]
Content
open fun [form](form.md)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Write the name/value pair as form data to the request body The values specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type


-| [generateBoundary](generate-boundary.md)| [jvm]
Content
open fun [generateBoundary](generate-boundary.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [get](get.md)| [jvm]
Content
open fun [get](get.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
open fun [get](get.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md)
More info
Start a 'GET' request to the given URL


[jvm]
Content
open fun [get](get.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md)
open fun [get](get.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Start a 'GET' request to the given URL along with the query params


-| [head](head.md)| [jvm]
Content
open fun [head](head.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
open fun [head](head.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md)
More info
Start a 'HEAD' request to the given URL


[jvm]
Content
open fun [head](head.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md)
More info
Start a 'GET' request to the given URL along with the query params


[jvm]
Content
open fun [head](head.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Start a 'HEAD' request to the given URL along with the query params


-| [header](header.md)| [jvm]
Content
open fun [header](header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get a response header


[jvm]
Content
open fun [header](header.md)(header: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.md)
More info
Set header to have given entry's key as the name and value as the value


[jvm]
Content
open fun [header](header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.md)
open fun [header](header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set header name to given value


-| [headers](headers.md)| [jvm]
Content
open fun [headers](headers.md)(): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>>
More info
Get all the response headers


[jvm]
Content
open fun [headers](headers.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
More info
Get all values of the given header from the response


[jvm]
Content
open fun [headers](headers.md)(headers: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.md)
More info
Set all headers found in given map where the keys are the header names and the values are the header values


-| [ifModifiedSince](if-modified-since.md)| [jvm]
Content
open fun [ifModifiedSince](if-modified-since.md)(ifModifiedSince: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [HttpRequest](index.md)
More info
Set the 'If-Modified-Since' request header to the given value


-| [ifNoneMatch](if-none-match.md)| [jvm]
Content
open fun [ifNoneMatch](if-none-match.md)(ifNoneMatch: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'If-None-Match' request header to the given value


-| [ignoreCloseExceptions](ignore-close-exceptions.md)| [jvm]
Content
open fun [ignoreCloseExceptions](ignore-close-exceptions.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Get whether or not exceptions thrown by [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) are ignored


[jvm]
Content
open fun [ignoreCloseExceptions](ignore-close-exceptions.md)(ignore: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Set whether or not to ignore exceptions that occur from calling [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) The default value of this setting is true


-| [intHeader](int-header.md)| [jvm]
Content
open fun [intHeader](int-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
More info
Get an integer header from the response falling back to returning -1 if the header is missing or parsing fails


[jvm]
Content
open fun [intHeader](int-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
More info
Get an integer header value from the response falling back to the given default value if the header is missing or if parsing fails


-| [isBodyEmpty](is-body-empty.md)| [jvm]
Content
open fun [isBodyEmpty](is-body-empty.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response body empty?


-| [keepAlive](keep-alive.md)| [jvm]
Content
open fun [keepAlive](keep-alive.md)(keepAlive: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
More info
Set the 'http.keepAlive' property to the given value.


-| [lastModified](last-modified.md)| [jvm]
Content
open fun [lastModified](last-modified.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
More info
Get the 'Last-Modified' header from the response


-| [location](location.md)| [jvm]
Content
open fun [location](location.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get the 'Location' header from the response


-| [maxConnections](max-connections.md)| [jvm]
Content
open fun [maxConnections](max-connections.md)(maxConnections: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
More info
Set the 'http.maxConnections' property to the given value.


-| [message](message.md)| [jvm]
Content
open fun [message](message.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get status message of the response


-| [method](method.md)| [jvm]
Content
open fun [method](method.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get the HTTP method of this request


-| [noContent](no-content.md)| [jvm]
Content
open fun [noContent](no-content.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response code a 204 No Content?


-| [nonProxyHosts](non-proxy-hosts.md)| [jvm]
Content
open fun [nonProxyHosts](non-proxy-hosts.md)(hosts: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>)
More info
Set the 'http.nonProxyHosts' property to the given host values.


-| [notFound](not-found.md)| [jvm]
Content
open fun [notFound](not-found.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response code a 404 Not Found?


-| [notModified](not-modified.md)| [jvm]
Content
open fun [notModified](not-modified.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response code a 304 Not Modified?


-| [ok](ok.md)| [jvm]
Content
open fun [ok](ok.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response code a 200 OK?


-| [options](options.md)| [jvm]
Content
open fun [options](options.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
open fun [options](options.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md)
More info
Start an 'OPTIONS' request to the given URL


-| [parameter](parameter.md)| [jvm]
Content
open fun [parameter](parameter.md)(headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), paramName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get parameter with given name from header value in response


-| [parameters](parameters.md)| [jvm]
Content
open fun [parameters](parameters.md)(headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
More info
Get all parameters from header value in response This will be all key=value pairs after the first ';' that are separated by a ';'


-| [part](part.md)| [jvm]
Content
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.md)
open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Write part of a multipart request to the request body


-| [partHeader](part-header.md)| [jvm]
Content
open fun [partHeader](part-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Write a multipart header to the response body


-| [post](post.md)| [jvm]
Content
open fun [post](post.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
open fun [post](post.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md)
More info
Start a 'POST' request to the given URL


[jvm]
Content
open fun [post](post.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md)
open fun [post](post.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Start a 'POST' request to the given URL along with the query params


-| [progress](progress.md)| [jvm]
Content
open fun [progress](progress.md)(callback: [HttpRequest.UploadProgress](-upload-progress/index.md)): [HttpRequest](index.md)
More info
Set the UploadProgress callback for this request


-| [proxyAuthorization](proxy-authorization.md)| [jvm]
Content
open fun [proxyAuthorization](proxy-authorization.md)(proxyAuthorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Proxy-Authorization' header to given value


-| [proxyBasic](proxy-basic.md)| [jvm]
Content
open fun [proxyBasic](proxy-basic.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Proxy-Authorization' header to given values in Basic authentication format


-| [proxyHost](proxy-host.md)| [jvm]
Content
open fun [proxyHost](proxy-host.md)(host: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html))
More info
Set the 'http.proxyHost' and 'https.proxyHost' properties to the given host value.


-| [proxyPort](proxy-port.md)| [jvm]
Content
open fun [proxyPort](proxy-port.md)(port: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
More info
Set the 'http.proxyPort' and 'https.proxyPort' properties to the given port number.


-| [put](put.md)| [jvm]
Content
open fun [put](put.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
open fun [put](put.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md)
More info
Start a 'PUT' request to the given URL


[jvm]
Content
open fun [put](put.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md)
open fun [put](put.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Start a 'PUT' request to the given URL along with the query params


-| [reader](reader.md)| [jvm]
Content
open fun [reader](reader.md)(): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html)
More info
Get reader to response body using the character set returned from [charset](charset.md)


[jvm]
Content
open fun [reader](reader.md)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html)
More info
Get reader to response body using given character set.


-| [readTimeout](read-timeout.md)| [jvm]
Content
open fun [readTimeout](read-timeout.md)(timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md)
More info
Set read timeout on connection to given value


-| [receive](receive.md)| [jvm]
Content
open fun [receive](receive.md)(file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md)
More info
Stream response body to file


[jvm]
Content
open fun [receive](receive.md)(output: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html)): [HttpRequest](index.md)
More info
Stream response to given output stream


[jvm]
Content
open fun [receive](receive.md)(output: [PrintStream](https://docs.oracle.com/javase/7/docs/api/java/io/PrintStream.html)): [HttpRequest](index.md)
More info
Stream response to given print stream


[jvm]
Content
open fun [receive](receive.md)(writer: [Writer](https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html)): [HttpRequest](index.md)
More info
Receive response into the given writer


[jvm]
Content
open fun [receive](receive.md)(appendable: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html)): [HttpRequest](index.md)
More info
Receive response into the given appendable


-| [referer](referer.md)| [jvm]
Content
open fun [referer](referer.md)(referer: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'Referer' header to given value


-| [send](send.md)| [jvm]
Content
open fun [send](send.md)(input: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [HttpRequest](index.md)
More info
Write byte array to request body


[jvm]
Content
open fun [send](send.md)(input: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md)
More info
Write contents of file to request body


[jvm]
Content
open fun [send](send.md)(input: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.md)
More info
Write stream to request body The given stream will be closed once sending completes


[jvm]
Content
open fun [send](send.md)(input: [Reader](https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html)): [HttpRequest](index.md)
More info
Write reader to request body The given reader will be closed once sending completes


[jvm]
Content
open fun [send](send.md)(value: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
More info
Write char sequence to request body The charset configured via [contentType](content-type.md) will be used and UTF-8 will be used if it is unset.


-| [server](server.md)| [jvm]
Content
open fun [server](server.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Get the 'Server' header from the response


-| [serverError](server-error.md)| [jvm]
Content
open fun [serverError](server-error.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
Is the response code a 500 Internal Server Error?


-| [setConnectionFactory](set-connection-factory.md)| [jvm]
Content
open fun [setConnectionFactory](set-connection-factory.md)(connectionFactory: [HttpRequest.ConnectionFactory](-connection-factory/index.md))
More info
Specify the [ConnectionFactory](-connection-factory/index.md) used to create new requests.


-| [setMultipartFormDataBoundary](set-multipart-form-data-boundary.md)| [jvm]
Content
open fun [setMultipartFormDataBoundary](set-multipart-form-data-boundary.md)(boundary: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)


-| [stream](stream.md)| [jvm]
Content
open fun [stream](stream.md)(): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)
More info
Get stream to response body


-| [toString](to-string.md)| [jvm]
Content
open fun [toString](to-string.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [trace](trace.md)| [jvm]
Content
open fun [trace](trace.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md)
open fun [trace](trace.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md)
More info
Start a 'TRACE' request to the given URL


-| [trustAllCerts](trust-all-certs.md)| [jvm]
Content
open fun [trustAllCerts](trust-all-certs.md)(): [HttpRequest](index.md)
More info
Configure HTTPS connection to trust all certificates This method does nothing if the current request is not a HTTPS request


-| [trustAllHosts](trust-all-hosts.md)| [jvm]
Content
open fun [trustAllHosts](trust-all-hosts.md)(): [HttpRequest](index.md)
More info
Configure HTTPS connection to trust all hosts using a custom [HostnameVerifier](https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/HostnameVerifier.html) that always returns true for each host verified This method does nothing if the current request is not a HTTPS request


-| [uncompress](uncompress.md)| [jvm]
Content
open fun [uncompress](uncompress.md)(uncompress: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Set whether or not the response body should be automatically uncompressed when read from.


-| [url](url.md)| [jvm]
Content
open fun [url](url.md)(): [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)
More info
Get the [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) of this request's connection


-| [useCaches](use-caches.md)| [jvm]
Content
open fun [useCaches](use-caches.md)(useCaches: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md)
More info
Set value of [setUseCaches](https://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html#setUseCaches(boolean))


-| [useProxy](use-proxy.md)| [jvm]
Content
open fun [useProxy](use-proxy.md)(proxyHost: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), proxyPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md)
More info
Configure an HTTP proxy on this connection.


-| [userAgent](user-agent.md)| [jvm]
Content
open fun [userAgent](user-agent.md)(userAgent: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md)
More info
Set the 'User-Agent' header to given value


-| [writer](writer.md)| [jvm]
Content
open fun [writer](writer.md)(): [OutputStreamWriter](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStreamWriter.html)
More info
Create writer to request output stream


- - -## Properties - -| Name| Summary| +| [accept](accept.html) | [jvm]
open fun [accept](accept.html)(accept: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Accept' header to given value | +| [acceptCharset](accept-charset.html) | [jvm]
open fun [acceptCharset](accept-charset.html)(acceptCharset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Accept-Charset' header to given value | +| [acceptEncoding](accept-encoding.html) | [jvm]
open fun [acceptEncoding](accept-encoding.html)(acceptEncoding: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Accept-Encoding' header to given value | +| [acceptGzipEncoding](accept-gzip-encoding.html) | [jvm]
open fun [acceptGzipEncoding](accept-gzip-encoding.html)(): [HttpRequest](index.html)
Set the 'Accept-Encoding' header to 'gzip' | +| [acceptJson](accept-json.html) | [jvm]
open fun [acceptJson](accept-json.html)(): [HttpRequest](index.html)
Set the 'Accept' header to 'application/json' | +| [append](append.html) | [jvm]
open fun [append](append.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Append given name/value pairs as query parameters to the base URL The params argument is interpreted as a sequence of name/value pairs so the given number of params must be divisible by 2.
[jvm]
open fun [append](append.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Append given map as query parameters to the base URL Each map entry's key will be a parameter name and the value's [toString](https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#toString()) will be the parameter value. | +| [authorization](authorization.html) | [jvm]
open fun [authorization](authorization.html)(authorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Authorization' header to given value | +| [badRequest](bad-request.html) | [jvm]
open fun [badRequest](bad-request.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response code a 400 Bad Request? | +| [basic](basic.html) | [jvm]
open fun [basic](basic.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Authorization' header to given values in Basic authentication format | +| [body](body.html) | [jvm]
open fun [body](body.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) using character set returned from [charset](charset.html)
[jvm]
open fun [body](body.html)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get response as [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) in given character set This will fall back to using the UTF-8 character set if the given charset is null
[jvm]
open fun [body](body.html)(output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.html)
open fun [body](body.html)(output: [AtomicReference](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicReference.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>, charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Get the response body as a [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) and set it as the value of the given reference. | +| [buffer](buffer.html) | [jvm]
open fun [buffer](buffer.html)(): [BufferedInputStream](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedInputStream.html)
Get response in a buffered stream | +| [bufferedReader](buffered-reader.html) | [jvm]
open fun [bufferedReader](buffered-reader.html)(): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html)
Get buffered reader to response body using the character set returned from [charset](charset.html) and the configured buffer size
[jvm]
open fun [bufferedReader](buffered-reader.html)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [BufferedReader](https://docs.oracle.com/javase/7/docs/api/java/io/BufferedReader.html)
Get buffered reader to response body using the given character set r and the configured buffer size | +| [bufferSize](buffer-size.html) | [jvm]
open fun [bufferSize](buffer-size.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
Get the configured buffer size The default buffer size is 8,192 bytes
[jvm]
open fun [bufferSize](buffer-size.html)(size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html)
Set the size used when buffering and copying between streams This size is also used for send and receive buffers created for both char and byte arrays The default buffer size is 8,192 bytes | +| [bytes](bytes.html) | [jvm]
open fun [bytes](bytes.html)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Get response as byte array | +| [cacheControl](cache-control.html) | [jvm]
open fun [cacheControl](cache-control.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get the 'Cache-Control' header from the response | +| [charset](charset.html) | [jvm]
open fun [charset](charset.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get 'charset' parameter from 'Content-Type' response header | +| [chunk](chunk.html) | [jvm]
open fun [chunk](chunk.html)(size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html)
Set chunked streaming mode to the given size | +| [code](code.html) | [jvm]
open fun [code](code.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
Get the status code of the response
[jvm]
open fun [code](code.html)(output: [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html)): [HttpRequest](index.html)
Set the value of the given [AtomicInteger](https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html) to the status code of the response | +| [connectTimeout](connect-timeout.html) | [jvm]
open fun [connectTimeout](connect-timeout.html)(timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html)
Set connect timeout on connection to given value | +| [contentEncoding](content-encoding.html) | [jvm]
open fun [contentEncoding](content-encoding.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get the 'Content-Encoding' header from the response | +| [contentLength](content-length.html) | [jvm]
open fun [contentLength](content-length.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
Get the 'Content-Length' header from the response
[jvm]
open fun [contentLength](content-length.html)(contentLength: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html)
open fun [contentLength](content-length.html)(contentLength: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Content-Length' request header to the given value | +| [contentType](content-type.html) | [jvm]
open fun [contentType](content-type.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get the 'Content-Type' header from the response
[jvm]
open fun [contentType](content-type.html)(contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Content-Type' request header to the given value
[jvm]
open fun [contentType](content-type.html)(contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Content-Type' request header to the given value and charset | +| [created](created.html) | [jvm]
open fun [created](created.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response code a 201 Created? | +| [date](date.html) | [jvm]
open fun [date](date.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
Get the 'Date' header from the response | +| [dateHeader](date-header.html) | [jvm]
open fun [dateHeader](date-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
Get a date header from the response falling back to returning -1 if the header is missing or parsing fails
[jvm]
open fun [dateHeader](date-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
Get a date header from the response falling back to returning the given default value if the header is missing or parsing fails | +| [delete](delete.html) | [jvm]
open fun [delete](delete.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
open fun [delete](delete.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html)
Start a 'DELETE' request to the given URL
[jvm]
open fun [delete](delete.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html)
open fun [delete](delete.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Start a 'DELETE' request to the given URL along with the query params | +| [disconnect](disconnect.html) | [jvm]
open fun [disconnect](disconnect.html)(): [HttpRequest](index.html)
Disconnect the connection | +| [encode](encode.html) | [jvm]
open fun [encode](encode.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Encode the given URL as an ASCII [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) This method ensures the path and query segments of the URL are properly encoded such as ' ' characters being encoded to '%20' or any UTF-8 characters that are non-ASCII. | +| [eTag](e-tag.html) | [jvm]
open fun [eTag](e-tag.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get the 'ETag' header from the response | +| [expires](expires.html) | [jvm]
open fun [expires](expires.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
Get the 'Expires' header from the response | +| [followRedirects](follow-redirects.html) | [jvm]
open fun [followRedirects](follow-redirects.html)(followRedirects: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Set whether or not the underlying connection should follow redirects in the response. | +| [form](form.html) | [jvm]
open fun [form](form.html)(entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)): [HttpRequest](index.html)
Write the key and value in the entry as form data to the request body The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type
[jvm]
open fun [form](form.html)(values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)): [HttpRequest](index.html)
Write the values in the map as form data to the request body The pairs specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type
[jvm]
open fun [form](form.html)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)): [HttpRequest](index.html)
Write the name/value pair as form data to the request body The pair specified will be URL-encoded in UTF-8 and sent with the 'application/x-www-form-urlencoded' content-type
[jvm]
open fun [form](form.html)(entry: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Write the key and value in the entry as form data to the request body The pair specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type
[jvm]
open fun [form](form.html)(values: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Write the values in the map as encoded form data to the request body
[jvm]
open fun [form](form.html)(name: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), value: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html), charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Write the name/value pair as form data to the request body The values specified will be URL-encoded and sent with the 'application/x-www-form-urlencoded' content-type | +| [generateBoundary](generate-boundary.html) | [jvm]
open fun [generateBoundary](generate-boundary.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [get](get.html) | [jvm]
open fun [get](get.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
open fun [get](get.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html)
Start a 'GET' request to the given URL
[jvm]
open fun [get](get.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html)
open fun [get](get.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Start a 'GET' request to the given URL along with the query params | +| [head](head.html) | [jvm]
open fun [head](head.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
open fun [head](head.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html)
Start a 'HEAD' request to the given URL
[jvm]
open fun [head](head.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html)
Start a 'GET' request to the given URL along with the query params
[jvm]
open fun [head](head.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Start a 'HEAD' request to the given URL along with the query params | +| [header](header.html) | [jvm]
open fun [header](header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get a response header
[jvm]
open fun [header](header.html)(header: [Map.Entry](https://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.html)
Set header to have given entry's key as the name and value as the value
[jvm]
open fun [header](header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.html)
open fun [header](header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set header name to given value | +| [headers](headers.html) | [jvm]
open fun [headers](headers.html)(): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>>
Get all the response headers
[jvm]
open fun [headers](headers.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
Get all values of the given header from the response
[jvm]
open fun [headers](headers.html)(headers: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>): [HttpRequest](index.html)
Set all headers found in given map where the keys are the header names and the values are the header values | +| [ifModifiedSince](if-modified-since.html) | [jvm]
open fun [ifModifiedSince](if-modified-since.html)(ifModifiedSince: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [HttpRequest](index.html)
Set the 'If-Modified-Since' request header to the given value | +| [ifNoneMatch](if-none-match.html) | [jvm]
open fun [ifNoneMatch](if-none-match.html)(ifNoneMatch: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'If-None-Match' request header to the given value | +| [ignoreCloseExceptions](ignore-close-exceptions.html) | [jvm]
open fun [ignoreCloseExceptions](ignore-close-exceptions.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Get whether or not exceptions thrown by [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) are ignored
[jvm]
open fun [ignoreCloseExceptions](ignore-close-exceptions.html)(ignore: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Set whether or not to ignore exceptions that occur from calling [close](https://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html#close()) The default value of this setting is true | +| [intHeader](int-header.html) | [jvm]
open fun [intHeader](int-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
Get an integer header from the response falling back to returning -1 if the header is missing or parsing fails
[jvm]
open fun [intHeader](int-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
Get an integer header value from the response falling back to the given default value if the header is missing or if parsing fails | +| [isBodyEmpty](is-body-empty.html) | [jvm]
open fun [isBodyEmpty](is-body-empty.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response body empty? | +| [keepAlive](keep-alive.html) | [jvm]
open fun [keepAlive](keep-alive.html)(keepAlive: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
Set the 'http.keepAlive' property to the given value. | +| [lastModified](last-modified.html) | [jvm]
open fun [lastModified](last-modified.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
Get the 'Last-Modified' header from the response | +| [location](location.html) | [jvm]
open fun [location](location.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get the 'Location' header from the response | +| [maxConnections](max-connections.html) | [jvm]
open fun [maxConnections](max-connections.html)(maxConnections: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
Set the 'http.maxConnections' property to the given value. | +| [message](message.html) | [jvm]
open fun [message](message.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get status message of the response | +| [method](method.html) | [jvm]
open fun [method](method.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get the HTTP method of this request | +| [noContent](no-content.html) | [jvm]
open fun [noContent](no-content.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response code a 204 No Content? | +| [nonProxyHosts](non-proxy-hosts.html) | [jvm]
open fun [nonProxyHosts](non-proxy-hosts.html)(hosts: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>)
Set the 'http.nonProxyHosts' property to the given host values. | +| [notFound](not-found.html) | [jvm]
open fun [notFound](not-found.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response code a 404 Not Found? | +| [notModified](not-modified.html) | [jvm]
open fun [notModified](not-modified.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response code a 304 Not Modified? | +| [ok](ok.html) | [jvm]
open fun [ok](ok.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response code a 200 OK? | +| [options](options.html) | [jvm]
open fun [options](options.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
open fun [options](options.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html)
Start an 'OPTIONS' request to the given URL | +| [parameter](parameter.html) | [jvm]
open fun [parameter](parameter.html)(headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), paramName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get parameter with given name from header value in response | +| [parameters](parameters.html) | [jvm]
open fun [parameters](parameters.html)(headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>
Get all parameters from header value in response This will be all key=value pairs after the first ';' that are separated by a ';' | +| [part](part.html) | [jvm]
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.html)
open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Write part of a multipart request to the request body | +| [partHeader](part-header.html) | [jvm]
open fun [partHeader](part-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Write a multipart header to the response body | +| [post](post.html) | [jvm]
open fun [post](post.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
open fun [post](post.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html)
Start a 'POST' request to the given URL
[jvm]
open fun [post](post.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html)
open fun [post](post.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Start a 'POST' request to the given URL along with the query params | +| [progress](progress.html) | [jvm]
open fun [progress](progress.html)(callback: [HttpRequest.UploadProgress](-upload-progress/index.html)): [HttpRequest](index.html)
Set the UploadProgress callback for this request | +| [proxyAuthorization](proxy-authorization.html) | [jvm]
open fun [proxyAuthorization](proxy-authorization.html)(proxyAuthorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Proxy-Authorization' header to given value | +| [proxyBasic](proxy-basic.html) | [jvm]
open fun [proxyBasic](proxy-basic.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Proxy-Authorization' header to given values in Basic authentication format | +| [proxyHost](proxy-host.html) | [jvm]
open fun [proxyHost](proxy-host.html)(host: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html))
Set the 'http.proxyHost' and 'https.proxyHost' properties to the given host value. | +| [proxyPort](proxy-port.html) | [jvm]
open fun [proxyPort](proxy-port.html)(port: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html))
Set the 'http.proxyPort' and 'https.proxyPort' properties to the given port number. | +| [put](put.html) | [jvm]
open fun [put](put.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
open fun [put](put.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html)
Start a 'PUT' request to the given URL
[jvm]
open fun [put](put.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html)
open fun [put](put.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Start a 'PUT' request to the given URL along with the query params | +| [reader](reader.html) | [jvm]
open fun [reader](reader.html)(): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html)
Get reader to response body using the character set returned from [charset](charset.html)
[jvm]
open fun [reader](reader.html)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html)
Get reader to response body using given character set. | +| [readTimeout](read-timeout.html) | [jvm]
open fun [readTimeout](read-timeout.html)(timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html)
Set read timeout on connection to given value | +| [receive](receive.html) | [jvm]
open fun [receive](receive.html)(file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html)
Stream response body to file
[jvm]
open fun [receive](receive.html)(output: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html)): [HttpRequest](index.html)
Stream response to given output stream
[jvm]
open fun [receive](receive.html)(output: [PrintStream](https://docs.oracle.com/javase/7/docs/api/java/io/PrintStream.html)): [HttpRequest](index.html)
Stream response to given print stream
[jvm]
open fun [receive](receive.html)(writer: [Writer](https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html)): [HttpRequest](index.html)
Receive response into the given writer
[jvm]
open fun [receive](receive.html)(appendable: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html)): [HttpRequest](index.html)
Receive response into the given appendable | +| [referer](referer.html) | [jvm]
open fun [referer](referer.html)(referer: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'Referer' header to given value | +| [send](send.html) | [jvm]
open fun [send](send.html)(input: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [HttpRequest](index.html)
Write byte array to request body
[jvm]
open fun [send](send.html)(input: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html)
Write contents of file to request body
[jvm]
open fun [send](send.html)(input: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.html)
Write stream to request body The given stream will be closed once sending completes
[jvm]
open fun [send](send.html)(input: [Reader](https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html)): [HttpRequest](index.html)
Write reader to request body The given reader will be closed once sending completes
[jvm]
open fun [send](send.html)(value: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
Write char sequence to request body The charset configured via [contentType](content-type.html) will be used and UTF-8 will be used if it is unset. | +| [server](server.html) | [jvm]
open fun [server](server.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Get the 'Server' header from the response | +| [serverError](server-error.html) | [jvm]
open fun [serverError](server-error.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
Is the response code a 500 Internal Server Error? | +| [setConnectionFactory](set-connection-factory.html) | [jvm]
open fun [setConnectionFactory](set-connection-factory.html)(connectionFactory: [HttpRequest.ConnectionFactory](-connection-factory/index.html))
Specify the [ConnectionFactory](-connection-factory/index.html) used to create new requests. | +| [setMultipartFormDataBoundary](set-multipart-form-data-boundary.html) | [jvm]
open fun [setMultipartFormDataBoundary](set-multipart-form-data-boundary.html)(boundary: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) | +| [stream](stream.html) | [jvm]
open fun [stream](stream.html)(): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)
Get stream to response body | +| [toString](to-string.html) | [jvm]
open fun [toString](to-string.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [trace](trace.html) | [jvm]
open fun [trace](trace.html)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html)
open fun [trace](trace.html)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html)
Start a 'TRACE' request to the given URL | +| [trustAllCerts](trust-all-certs.html) | [jvm]
open fun [trustAllCerts](trust-all-certs.html)(): [HttpRequest](index.html)
Configure HTTPS connection to trust all certificates This method does nothing if the current request is not a HTTPS request | +| [trustAllHosts](trust-all-hosts.html) | [jvm]
open fun [trustAllHosts](trust-all-hosts.html)(): [HttpRequest](index.html)
Configure HTTPS connection to trust all hosts using a custom [HostnameVerifier](https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/HostnameVerifier.html) that always returns true for each host verified This method does nothing if the current request is not a HTTPS request | +| [uncompress](uncompress.html) | [jvm]
open fun [uncompress](uncompress.html)(uncompress: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Set whether or not the response body should be automatically uncompressed when read from. | +| [url](url.html) | [jvm]
open fun [url](url.html)(): [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)
Get the [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) of this request's connection | +| [useCaches](use-caches.html) | [jvm]
open fun [useCaches](use-caches.html)(useCaches: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html)
Set value of [setUseCaches](https://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html#setUseCaches(boolean)) | +| [useProxy](use-proxy.html) | [jvm]
open fun [useProxy](use-proxy.html)(proxyHost: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), proxyPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html)
Configure an HTTP proxy on this connection. | +| [userAgent](user-agent.html) | [jvm]
open fun [userAgent](user-agent.html)(userAgent: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html)
Set the 'User-Agent' header to given value | +| [writer](writer.html) | [jvm]
open fun [writer](writer.html)(): [OutputStreamWriter](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStreamWriter.html)
Create writer to request output stream | + +## Properties + +| Name | Summary | |---|---| -| [CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.md)| [jvm] val [CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'UTF-8' charset name
-| [connection](connection.md)| [jvm] private open val [connection](connection.md): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html)
-| [CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md)| [jvm] val [CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'application/x-www-form-urlencoded' content type header value
-| [CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md)| [jvm] val [CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'application/json' content type header value
-| [ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.md)| [jvm] val [ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'gzip' encoding header value
-| [HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.md)| [jvm] val [HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Accept' header name
-| [HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md)| [jvm] val [HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Accept-Charset' header name
-| [HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md)| [jvm] val [HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Accept-Encoding' header name
-| [HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md)| [jvm] val [HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Authorization' header name
-| [HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md)| [jvm] val [HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Cache-Control' header name
-| [HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md)| [jvm] val [HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Content-Encoding' header name
-| [HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md)| [jvm] val [HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Content-Length' header name
-| [HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md)| [jvm] val [HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Content-Type' header name
-| [HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.md)| [jvm] val [HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Date' header name
-| [HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.md)| [jvm] val [HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'ETag' header name
-| [HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.md)| [jvm] val [HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Expires' header name
-| [HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md)| [jvm] val [HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'If-None-Match' header name
-| [HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md)| [jvm] val [HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Last-Modified' header name
-| [HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md)| [jvm] val [HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Location' header name
-| [HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md)| [jvm] val [HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Proxy-Authorization' header name
-| [HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.md)| [jvm] val [HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Referer' header name
-| [HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.md)| [jvm] val [HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'Server' header name
-| [HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md)| [jvm] val [HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'User-Agent' header name
-| [METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.md)| [jvm] val [METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'DELETE' request method
-| [METHOD_GET](-m-e-t-h-o-d_-g-e-t.md)| [jvm] val [METHOD_GET](-m-e-t-h-o-d_-g-e-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'GET' request method
-| [METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.md)| [jvm] val [METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'HEAD' request method
-| [METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.md)| [jvm] val [METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'OPTIONS' options method
-| [METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.md)| [jvm] val [METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'POST' request method
-| [METHOD_PUT](-m-e-t-h-o-d_-p-u-t.md)| [jvm] val [METHOD_PUT](-m-e-t-h-o-d_-p-u-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'PUT' request method
-| [METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.md)| [jvm] val [METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'TRACE' request method
-| [PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.md)| [jvm] val [PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)'charset' header value parameter
+| [CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.html) | [jvm]
val [CHARSET_UTF8](-c-h-a-r-s-e-t_-u-t-f8.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'UTF-8' charset name | +| [connection](connection.html) | [jvm]
private open val [connection](connection.html): [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) | +| [CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.html) | [jvm]
val [CONTENT_TYPE_FORM](-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'application/x-www-form-urlencoded' content type header value | +| [CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.html) | [jvm]
val [CONTENT_TYPE_JSON](-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'application/json' content type header value | +| [ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.html) | [jvm]
val [ENCODING_GZIP](-e-n-c-o-d-i-n-g_-g-z-i-p.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'gzip' encoding header value | +| [HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.html) | [jvm]
val [HEADER_ACCEPT](-h-e-a-d-e-r_-a-c-c-e-p-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Accept' header name | +| [HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.html) | [jvm]
val [HEADER_ACCEPT_CHARSET](-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Accept-Charset' header name | +| [HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.html) | [jvm]
val [HEADER_ACCEPT_ENCODING](-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Accept-Encoding' header name | +| [HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.html) | [jvm]
val [HEADER_AUTHORIZATION](-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Authorization' header name | +| [HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.html) | [jvm]
val [HEADER_CACHE_CONTROL](-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Cache-Control' header name | +| [HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.html) | [jvm]
val [HEADER_CONTENT_ENCODING](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Content-Encoding' header name | +| [HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.html) | [jvm]
val [HEADER_CONTENT_LENGTH](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Content-Length' header name | +| [HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.html) | [jvm]
val [HEADER_CONTENT_TYPE](-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Content-Type' header name | +| [HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.html) | [jvm]
val [HEADER_DATE](-h-e-a-d-e-r_-d-a-t-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Date' header name | +| [HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.html) | [jvm]
val [HEADER_ETAG](-h-e-a-d-e-r_-e-t-a-g.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'ETag' header name | +| [HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.html) | [jvm]
val [HEADER_EXPIRES](-h-e-a-d-e-r_-e-x-p-i-r-e-s.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Expires' header name | +| [HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.html) | [jvm]
val [HEADER_IF_NONE_MATCH](-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'If-None-Match' header name | +| [HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.html) | [jvm]
val [HEADER_LAST_MODIFIED](-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Last-Modified' header name | +| [HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.html) | [jvm]
val [HEADER_LOCATION](-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Location' header name | +| [HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.html) | [jvm]
val [HEADER_PROXY_AUTHORIZATION](-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Proxy-Authorization' header name | +| [HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.html) | [jvm]
val [HEADER_REFERER](-h-e-a-d-e-r_-r-e-f-e-r-e-r.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Referer' header name | +| [HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.html) | [jvm]
val [HEADER_SERVER](-h-e-a-d-e-r_-s-e-r-v-e-r.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'Server' header name | +| [HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.html) | [jvm]
val [HEADER_USER_AGENT](-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'User-Agent' header name | +| [METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.html) | [jvm]
val [METHOD_DELETE](-m-e-t-h-o-d_-d-e-l-e-t-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'DELETE' request method | +| [METHOD_GET](-m-e-t-h-o-d_-g-e-t.html) | [jvm]
val [METHOD_GET](-m-e-t-h-o-d_-g-e-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'GET' request method | +| [METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.html) | [jvm]
val [METHOD_HEAD](-m-e-t-h-o-d_-h-e-a-d.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'HEAD' request method | +| [METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.html) | [jvm]
val [METHOD_OPTIONS](-m-e-t-h-o-d_-o-p-t-i-o-n-s.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'OPTIONS' options method | +| [METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.html) | [jvm]
val [METHOD_POST](-m-e-t-h-o-d_-p-o-s-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'POST' request method | +| [METHOD_PUT](-m-e-t-h-o-d_-p-u-t.html) | [jvm]
val [METHOD_PUT](-m-e-t-h-o-d_-p-u-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'PUT' request method | +| [METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.html) | [jvm]
val [METHOD_TRACE](-m-e-t-h-o-d_-t-r-a-c-e.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'TRACE' request method | +| [PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.html) | [jvm]
val [PARAM_CHARSET](-p-a-r-a-m_-c-h-a-r-s-e-t.html): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
'charset' header value parameter | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/int-header.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/int-header.md index b21339a8..42a1a432 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/int-header.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/int-header.md @@ -1,66 +1,60 @@ --- -title: intHeader - +title: intHeader --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[intHeader](int-header.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[intHeader](int-header.html) +# intHeader - -# intHeader -[jvm] -Content -open fun [intHeader](int-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -More info - +[jvm]\ +open fun [intHeader](int-header.html)( +name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) Get an integer header from the response falling back to returning -1 if the header is missing or parsing fails +#### Return +header value as an integer, -1 when missing or parsing fails -#### Return - - -value as an integer, -1 when missing or parsing fails +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| - - - +| name | | -[jvm] -Content -open fun [intHeader](int-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -More info +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | -Get an integer header value from the response falling back to the given default value if the header is missing or if parsing fails +[jvm]\ +open fun [intHeader](int-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +Get an integer header value from the response falling back to the given default value if the header is missing or if +parsing fails +#### Return -#### Return +header value as an integer, default value when missing or parsing fails +## Parameters -value as an integer, default value when missing or parsingfails +jvm +| | | +|---|---| +| name | | +| defaultValue | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| defaultValue| -| name| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/is-body-empty.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/is-body-empty.md index 7901c237..08504bb2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/is-body-empty.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/is-body-empty.md @@ -1,27 +1,26 @@ --- -title: isBodyEmpty - +title: isBodyEmpty --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[isBodyEmpty](is-body-empty.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[isBodyEmpty](is-body-empty.html) +# isBodyEmpty - -# isBodyEmpty -[jvm] -Content -open fun [isBodyEmpty](is-body-empty.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open +fun [isBodyEmpty](is-body-empty.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response body empty? +#### Return +true if the Content-Length response header is 0, false otherwise -#### Return - - -if the Content-Length response header is 0, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/keep-alive.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/keep-alive.md index aafe2357..e0e0e252 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/keep-alive.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/keep-alive.md @@ -1,34 +1,27 @@ --- -title: keepAlive - +title: keepAlive --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[keepAlive](keep-alive.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[keepAlive](keep-alive.html) +# keepAlive +[jvm]\ +open fun [keepAlive](keep-alive.html)( +keepAlive: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -# keepAlive -[jvm] -Content -open fun [keepAlive](keep-alive.md)(keepAlive: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -More info +Set the 'http.keepAlive' property to the given value. +This setting will apply to all requests. -Set the 'http.keepAlive' property to the given value. +## Parameters +jvm - - This setting will apply to all requests. - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| keepAlive| - - +| keepAlive | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/last-modified.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/last-modified.md index 20923c14..9f5553f5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/last-modified.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/last-modified.md @@ -1,27 +1,21 @@ --- -title: lastModified - +title: lastModified --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[lastModified](last-modified.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[lastModified](last-modified.html) +# lastModified - -# lastModified -[jvm] -Content -open fun [lastModified](last-modified.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) -More info - +[jvm]\ +open +fun [lastModified](last-modified.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) Get the 'Last-Modified' header from the response +#### Return +last modified value, -1 on failures -#### Return - - -modified value, -1 on failures - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/location.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/location.md index 5a47cd63..8308db80 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/location.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/location.md @@ -1,23 +1,20 @@ --- -title: location - +title: location --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[location](location.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[location](location.html) +# location - -# location -[jvm] -Content -open fun [location](location.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [location](location.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get the 'Location' header from the response +#### Return +location -#### Return - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/max-connections.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/max-connections.md index 1630bdae..295d13ee 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/max-connections.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/max-connections.md @@ -1,34 +1,27 @@ --- -title: maxConnections - +title: maxConnections --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[maxConnections](max-connections.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[maxConnections](max-connections.html) +# maxConnections +[jvm]\ +open fun [maxConnections](max-connections.html)( +maxConnections: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# maxConnections -[jvm] -Content -open fun [maxConnections](max-connections.md)(maxConnections: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -More info +Set the 'http.maxConnections' property to the given value. +This setting will apply to all requests. -Set the 'http.maxConnections' property to the given value. +## Parameters +jvm - - This setting will apply to all requests. - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| maxConnections| - - +| maxConnections | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/message.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/message.md index 1e106645..7eed102a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/message.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/message.md @@ -1,23 +1,25 @@ --- -title: message - +title: message --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[message](message.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[message](message.html) +# message - -# message -[jvm] -Content -open fun [message](message.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [message](message.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get status message of the response +#### Return + +message +#### Throws -#### Return - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/method.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/method.md index 56d8d3d2..664cb437 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/method.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/method.md @@ -1,23 +1,20 @@ --- -title: method - +title: method --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[method](method.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[method](method.html) +# method - -# method -[jvm] -Content -open fun [method](method.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [method](method.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get the HTTP method of this request +#### Return +method -#### Return - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/no-content.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/no-content.md index edcef450..35ce25de 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/no-content.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/no-content.md @@ -1,27 +1,26 @@ --- -title: noContent - +title: noContent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[noContent](no-content.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[noContent](no-content.html) +# noContent - -# noContent -[jvm] -Content -open fun [noContent](no-content.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open +fun [noContent](no-content.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response code a 204 No Content? +#### Return +true if 204, false otherwise -#### Return - - -if 204, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/non-proxy-hosts.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/non-proxy-hosts.md index 42a5a33b..db37d298 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/non-proxy-hosts.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/non-proxy-hosts.md @@ -1,38 +1,29 @@ --- -title: nonProxyHosts - +title: nonProxyHosts --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[nonProxyHosts](non-proxy-hosts.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[nonProxyHosts](non-proxy-hosts.html) +# nonProxyHosts +[jvm]\ +open fun [nonProxyHosts](non-proxy-hosts.html)( +hosts: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>) -# nonProxyHosts -[jvm] -Content -open fun [nonProxyHosts](non-proxy-hosts.md)(hosts: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)>) -More info +Set the 'http.nonProxyHosts' property to the given host values. +Hosts will be separated by a '|' character. -Set the 'http.nonProxyHosts' property to the given host values. +This setting will apply to all requests. +## Parameters +jvm - Hosts will be separated by a '|' character. - - - - This setting will apply to all requests. - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| hosts| - - +| hosts | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-found.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-found.md index 7bdef78b..02310ebd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-found.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-found.md @@ -1,27 +1,26 @@ --- -title: notFound - +title: notFound --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[notFound](not-found.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[notFound](not-found.html) +# notFound - -# notFound -[jvm] -Content -open fun [notFound](not-found.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open +fun [notFound](not-found.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response code a 404 Not Found? +#### Return +true if 404, false otherwise -#### Return - - -if 404, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-modified.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-modified.md index 103c4742..f781bd2a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-modified.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-modified.md @@ -1,27 +1,26 @@ --- -title: notModified - +title: notModified --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[notModified](not-modified.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[notModified](not-modified.html) +# notModified - -# notModified -[jvm] -Content -open fun [notModified](not-modified.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open +fun [notModified](not-modified.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response code a 304 Not Modified? +#### Return +true if 304, false otherwise -#### Return - - -if 304, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ok.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ok.md index 4413accf..93188037 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ok.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ok.md @@ -1,27 +1,24 @@ --- -title: ok - +title: ok --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[ok](ok.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html)/[ok](ok.html) +# ok - -# ok -[jvm] -Content -open fun [ok](ok.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open fun [ok](ok.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response code a 200 OK? +#### Return +true if 200, false otherwise -#### Return - - -if 200, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/options.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/options.md index e60877aa..9e0561d7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/options.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/options.md @@ -1,57 +1,37 @@ --- -title: options - +title: options --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[options](options.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[options](options.html) +# options +[jvm]\ +open fun [options](options.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) -# options -[jvm] -Content -open fun [options](options.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info - +open fun [options](options.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html) Start an 'OPTIONS' request to the given URL +#### Return +request -#### Return +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [options](options.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md) -More info - - -Start an 'OPTIONS' request to the given URL - - - -#### Return +| url | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameter.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameter.md index dbea49b0..473ec7a9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameter.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameter.md @@ -1,38 +1,31 @@ --- -title: parameter - +title: parameter --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[parameter](parameter.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[parameter](parameter.html) +# parameter - -# parameter -[jvm] -Content -open fun [parameter](parameter.md)(headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), paramName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [parameter](parameter.html)( +headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +paramName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get parameter with given name from header value in response +#### Return +parameter value or null if missing -#### Return - +## Parameters -value or null if missing +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| headerName| -| paramName| - - +| headerName | | +| paramName | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameters.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameters.md index f7d37edf..cb810b5b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameters.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameters.md @@ -1,41 +1,32 @@ --- -title: parameters - +title: parameters --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[parameters](parameters.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[parameters](parameters.html) +# parameters +[jvm]\ +open fun [parameters](parameters.html)( +headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -# parameters -[jvm] -Content -open fun [parameters](parameters.md)(headerName: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)> -More info +Get all parameters from header value in response +This will be all key=value pairs after the first ';' that are separated by a ';' -Get all parameters from header value in response +#### Return +non-null but possibly empty map of parameter headers +## Parameters - This will be all key=value pairs after the first ';' that are separated by a ';' +jvm - - -#### Return - - --null but possibly empty map of parameter headers - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| headerName| - - +| headerName | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part-header.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part-header.md index 146cca1a..ca538437 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part-header.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part-header.md @@ -1,38 +1,35 @@ --- -title: partHeader - +title: partHeader --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[partHeader](part-header.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[partHeader](part-header.html) +# partHeader - -# partHeader -[jvm] -Content -open fun [partHeader](part-header.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [partHeader](part-header.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +value: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Write a multipart header to the response body +#### Return +this request -#### Return +## Parameters +jvm -request - +| | | +|---|---| +| name | | +| value | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| value| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.md index 2e49e3c1..a360f89f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.md @@ -1,308 +1,134 @@ --- -title: part - +title: part --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[part](part.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[part](part.html) +# part - -# part -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Write part of a multipart request to the request body +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| part| - - +| name | | +| part | | +[jvm]\ +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.html) +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html) Write part of a multipart request to the request body +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| filename| -| name| -| part| - - - +| name | | +| filename | | +| part | | -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - - -Write part of a multipart request to the request body +#### Throws - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| contentType|

value of the Content-Type part header

-| filename| -| name| -| part| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.md) -More info +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html) +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.html) Write part of a multipart request to the request body +#### Return +this request -#### Return - - -request +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| part| - - - +| name | | +| filename | | +| contentType | value of the Content-Type part header | +| part | | -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.md) -More info +#### Throws - -Write part of a multipart request to the request body - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| filename| -| name| -| part| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [Number](https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html)): [HttpRequest](index.html) -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md) -More info +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html) +open fun [part](part.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.html) Write part of a multipart request to the request body +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| part| - - - - -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md) -More info - - -Write part of a multipart request to the request body - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| -|---|---| -| filename| -| name| -| part| - - - - -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md) -More info - - -Write part of a multipart request to the request body - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| -|---|---| -| contentType|

value of the Content-Type part header

-| filename| -| name| -| part| - - - - -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.md) -More info - - -Write part of a multipart request to the request body - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| -|---|---| -| name| -| part| - - - - -[jvm] -Content -open fun [part](part.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), filename: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), contentType: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), part: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.md) -More info - - -Write part of a multipart request to the request body - - - -#### Return - - -request - +| name | | +| part | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| contentType|

value of the Content-Type part header

-| filename| -| name| -| part| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.md index 5c2d81d7..585dc386 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.md @@ -1,131 +1,101 @@ --- -title: post - +title: post --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[post](post.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[post](post.html) +# post +[jvm]\ +open fun [post](post.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) -# post -[jvm] -Content -open fun [post](post.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info - +open fun [post](post.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html) Start a 'POST' request to the given URL +#### Return +request -#### Return +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [post](post.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md) -More info - - -Start a 'POST' request to the given URL - - +| url | | -#### Return +#### Throws - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [post](post.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [post](post.html)( +baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) Start a 'POST' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Map)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - - +| [#append(CharSequence, Map)](append.html) | #append(CharSequence, Map) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | -## Parameters - -jvm - -| Name| Summary| -|---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

the query parameters to include as part of the baseUrl

- - +## Parameters +jvm -[jvm] -Content -open fun [post](post.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md) -More info +| | | +|---|---| +| baseUrl | | +| params | the query parameters to include as part of the baseUrl | +| encode | true to encode the full URL | +[jvm]\ +open fun [post](post.html)( +baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html) Start a 'POST' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Object...)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - +| [#append(CharSequence, Object...)](append.html) | #append(CharSequence, Object...) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | +## Parameters -## Parameters - -jvm - -| Name| Summary| +jvm + +| | | |---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

the name/value query parameter pairs to include as part of the baseUrl

- - +| baseUrl | | +| encode | true to encode the full URL | +| params | the name/value query parameter pairs to include as part of the baseUrl | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/progress.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/progress.md index 26328852..12163b47 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/progress.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/progress.md @@ -1,37 +1,29 @@ --- -title: progress - +title: progress --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[progress](progress.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[progress](progress.html) +# progress - -# progress -[jvm] -Content -open fun [progress](progress.md)(callback: [HttpRequest.UploadProgress](-upload-progress/index.md)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [progress](progress.html)( +callback: [HttpRequest.UploadProgress](-upload-progress/index.html)): [HttpRequest](index.html) Set the UploadProgress callback for this request +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| callback| - - +| callback | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-authorization.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-authorization.md index f01fcc48..b6d7e485 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-authorization.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-authorization.md @@ -1,37 +1,29 @@ --- -title: proxyAuthorization - +title: proxyAuthorization --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[proxyAuthorization](proxy-authorization.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[proxyAuthorization](proxy-authorization.html) +# proxyAuthorization - -# proxyAuthorization -[jvm] -Content -open fun [proxyAuthorization](proxy-authorization.md)(proxyAuthorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [proxyAuthorization](proxy-authorization.html)( +proxyAuthorization: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Proxy-Authorization' header to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| proxyAuthorization| - - +| proxyAuthorization | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-basic.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-basic.md index b1768740..60d0323b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-basic.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-basic.md @@ -1,38 +1,30 @@ --- -title: proxyBasic - +title: proxyBasic --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[proxyBasic](proxy-basic.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[proxyBasic](proxy-basic.html) +# proxyBasic - -# proxyBasic -[jvm] -Content -open fun [proxyBasic](proxy-basic.md)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [proxyBasic](proxy-basic.html)(name: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +password: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Proxy-Authorization' header to given values in Basic authentication format +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| name| -| password| - - +| name | | +| password | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-host.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-host.md index 2122efbd..c5a0d281 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-host.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-host.md @@ -1,34 +1,26 @@ --- -title: proxyHost - +title: proxyHost --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[proxyHost](proxy-host.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[proxyHost](proxy-host.html) +# proxyHost +[jvm]\ +open fun [proxyHost](proxy-host.html)(host: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) -# proxyHost -[jvm] -Content -open fun [proxyHost](proxy-host.md)(host: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)) -More info +Set the 'http.proxyHost' and 'https.proxyHost' properties to the given host value. +This setting will apply to all requests. -Set the 'http.proxyHost' and 'https.proxyHost' properties to the given host value. +## Parameters +jvm - - This setting will apply to all requests. - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| host| - - +| host | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-port.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-port.md index c43127a6..257df8be 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-port.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-port.md @@ -1,34 +1,26 @@ --- -title: proxyPort - +title: proxyPort --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[proxyPort](proxy-port.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[proxyPort](proxy-port.html) +# proxyPort +[jvm]\ +open fun [proxyPort](proxy-port.html)(port: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -# proxyPort -[jvm] -Content -open fun [proxyPort](proxy-port.md)(port: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) -More info +Set the 'http.proxyPort' and 'https.proxyPort' properties to the given port number. +This setting will apply to all requests. -Set the 'http.proxyPort' and 'https.proxyPort' properties to the given port number. +## Parameters +jvm - - This setting will apply to all requests. - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| port| - - +| port | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.md index f523aee7..3ac5f292 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.md @@ -1,131 +1,99 @@ --- -title: put - +title: put --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[put](put.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[put](put.html) +# put +[jvm]\ +open fun [put](put.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) -# put -[jvm] -Content -open fun [put](put.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info - +open fun [put](put.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html) Start a 'PUT' request to the given URL +#### Return +request -#### Return +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [put](put.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md) -More info - - -Start a 'PUT' request to the given URL - - +| url | | -#### Return +#### Throws - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [put](put.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [put](put.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +params: [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) Start a 'PUT' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Map)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - - +| [#append(CharSequence, Map)](append.html) | #append(CharSequence, Map) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | -## Parameters - -jvm - -| Name| Summary| -|---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

the query parameters to include as part of the baseUrl

- - +## Parameters +jvm -[jvm] -Content -open fun [put](put.md)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.md) -More info +| | | +|---|---| +| baseUrl | | +| params | the query parameters to include as part of the baseUrl | +| encode | true to encode the full URL | +[jvm]\ +open fun [put](put.html)(baseUrl: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html), +encode: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +params: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)>): [HttpRequest](index.html) Start a 'PUT' request to the given URL along with the query params +#### Return +request -#### Return +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [#append(CharSequence, Object...)](append.md)| [append](append.md) -| [#encode(CharSequence)](encode.md)| [encode](encode.md) - +| [#append(CharSequence, Object...)](append.html) | #append(CharSequence, Object...) | +| [#encode(CharSequence)](encode.html) | #encode(CharSequence) | +## Parameters -## Parameters - -jvm - -| Name| Summary| +jvm + +| | | |---|---| -| baseUrl| -| encode|

true to encode the full URL

-| params|

the name/value query parameter pairs to include as part of the baseUrl

- - +| baseUrl | | +| encode | true to encode the full URL | +| params | the name/value query parameter pairs to include as part of the baseUrl | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/read-timeout.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/read-timeout.md index 7a9d9fcf..7f70f9c8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/read-timeout.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/read-timeout.md @@ -1,37 +1,29 @@ --- -title: readTimeout - +title: readTimeout --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[readTimeout](read-timeout.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[readTimeout](read-timeout.html) +# readTimeout - -# readTimeout -[jvm] -Content -open fun [readTimeout](read-timeout.md)(timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [readTimeout](read-timeout.html)( +timeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html) Set read timeout on connection to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| timeout| - - +| timeout | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/reader.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/reader.md index 7d8d459a..e4f36c23 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/reader.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/reader.md @@ -1,51 +1,52 @@ --- -title: reader - +title: reader --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[reader](reader.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[reader](reader.html) +# reader +[jvm]\ +open fun [reader](reader.html)( +charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html) -# reader -[jvm] -Content -open fun [reader](reader.md)(charset: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html) -More info +Get reader to response body using given character set. +This will fall back to using the UTF-8 character set if the given charset is null -Get reader to response body using given character set. +#### Return +reader +## Parameters - This will fall back to using the UTF-8 character set if the given charset is null +jvm +| | | +|---|---| +| charset | | +#### Throws -#### Return - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| charset| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open +fun [reader](reader.html)(): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html) -[jvm] -Content -open fun [reader](reader.md)(): [InputStreamReader](https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html) -More info +Get reader to response body using the character set returned from [charset](charset.html) +#### Return -Get reader to response body using the character set returned from [charset](charset.md) +reader +#### Throws - -#### Return - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.md index 78a40d3f..2f2251b7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.md @@ -1,149 +1,130 @@ --- -title: receive - +title: receive --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[receive](receive.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[receive](receive.html) +# receive - -# receive -[jvm] -Content -open fun [receive](receive.md)(file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [receive](receive.html)( +file: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html) Stream response body to file +#### Return +this request -#### Return - - -request - +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| file| - - +| file | | +#### Throws -[jvm] -Content -open fun [receive](receive.md)(output: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html)): [HttpRequest](index.md) -More info +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [receive](receive.html)( +output: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html)): [HttpRequest](index.html) Stream response to given output stream +#### Return +this request -#### Return - - -request +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| output| - - +| output | | +#### Throws -[jvm] -Content -open fun [receive](receive.md)(output: [PrintStream](https://docs.oracle.com/javase/7/docs/api/java/io/PrintStream.html)): [HttpRequest](index.md) -More info +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [receive](receive.html)( +output: [PrintStream](https://docs.oracle.com/javase/7/docs/api/java/io/PrintStream.html)): [HttpRequest](index.html) Stream response to given print stream +#### Return +this request -#### Return +## Parameters +jvm -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| output| - - +| output | | +#### Throws -[jvm] -Content -open fun [receive](receive.md)(appendable: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html)): [HttpRequest](index.md) -More info +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [receive](receive.html)( +appendable: [Appendable](https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html)): [HttpRequest](index.html) Receive response into the given appendable +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| appendable| - - +| appendable | | +#### Throws -[jvm] -Content -open fun [receive](receive.md)(writer: [Writer](https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html)): [HttpRequest](index.md) -More info +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [receive](receive.html)( +writer: [Writer](https://docs.oracle.com/javase/7/docs/api/java/io/Writer.html)): [HttpRequest](index.html) Receive response into the given writer +#### Return +this request -#### Return +## Parameters +jvm -request - +| | | +|---|---| +| writer | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| writer| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/referer.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/referer.md index 039205af..57c37de2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/referer.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/referer.md @@ -1,37 +1,29 @@ --- -title: referer - +title: referer --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[referer](referer.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[referer](referer.html) +# referer - -# referer -[jvm] -Content -open fun [referer](referer.md)(referer: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [referer](referer.html)( +referer: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'Referer' header to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| referer| - - +| referer | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.md index fe05ecc5..ddfa6c5c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.md @@ -1,161 +1,136 @@ --- -title: send - +title: send --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[send](send.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[send](send.html) +# send - -# send -[jvm] -Content -open fun [send](send.md)(input: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [send](send.html)( +input: [File](https://docs.oracle.com/javase/7/docs/api/java/io/File.html)): [HttpRequest](index.html) Write contents of file to request body +#### Return +this request -#### Return - - -request +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| input| - - +| input | | +#### Throws -[jvm] -Content -open fun [send](send.md)(input: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [HttpRequest](index.md) -More info +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [send](send.html)( +input: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [HttpRequest](index.html) Write byte array to request body +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| input| - - - - -[jvm] -Content -open fun [send](send.md)(input: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.md) -More info - - -Write stream to request body +| input | | +#### Throws +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | - The given stream will be closed once sending completes - +[jvm]\ +open fun [send](send.html)( +input: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [HttpRequest](index.html) +Write stream to request body -#### Return +The given stream will be closed once sending completes +#### Return -request +this request +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| input| - - - - -[jvm] -Content -open fun [send](send.md)(input: [Reader](https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html)): [HttpRequest](index.md) -More info - - -Write reader to request body - +| input | | +#### Throws - The given reader will be closed once sending completes +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [send](send.html)( +input: [Reader](https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html)): [HttpRequest](index.html) +Write reader to request body -#### Return +The given reader will be closed once sending completes +#### Return -request +this request +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| input| - - - - -[jvm] -Content -open fun [send](send.md)(value: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info +| input | | +#### Throws -Write char sequence to request body - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | +[jvm]\ +open fun [send](send.html)( +value: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) - The charset configured via [contentType](content-type.md) will be used and UTF-8 will be used if it is unset. +Write char sequence to request body +The charset configured via [contentType](content-type.html) will be used and UTF-8 will be used if it is unset. +#### Return -#### Return +this request +## Parameters -request +jvm +| | | +|---|---| +| value | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| value| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server-error.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server-error.md index 16f6eb3d..e57a0ec9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server-error.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server-error.md @@ -1,27 +1,26 @@ --- -title: serverError - +title: serverError --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[serverError](server-error.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[serverError](server-error.html) +# serverError - -# serverError -[jvm] -Content -open fun [serverError](server-error.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info - +[jvm]\ +open +fun [serverError](server-error.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) Is the response code a 500 Internal Server Error? +#### Return +true if 500, false otherwise -#### Return - - -if 500, false otherwise +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server.md index b62eca7b..58973b1e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server.md @@ -1,23 +1,20 @@ --- -title: server - +title: server --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[server](server.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[server](server.html) +# server - -# server -[jvm] -Content -open fun [server](server.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +open fun [server](server.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Get the 'Server' header from the response +#### Return +server -#### Return - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-connection-factory.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-connection-factory.md index 174ad9cd..40e02541 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-connection-factory.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-connection-factory.md @@ -1,20 +1,17 @@ --- -title: setConnectionFactory - +title: setConnectionFactory --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[setConnectionFactory](set-connection-factory.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[setConnectionFactory](set-connection-factory.html) +# setConnectionFactory +[jvm]\ +open fun [setConnectionFactory](set-connection-factory.html)( +connectionFactory: [HttpRequest.ConnectionFactory](-connection-factory/index.html)) -# setConnectionFactory -[jvm] -Content -open fun [setConnectionFactory](set-connection-factory.md)(connectionFactory: [HttpRequest.ConnectionFactory](-connection-factory/index.md)) -More info +Specify the [ConnectionFactory](-connection-factory/index.html) used to create new requests. -Specify the [ConnectionFactory](-connection-factory/index.md) used to create new requests. - - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-multipart-form-data-boundary.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-multipart-form-data-boundary.md index b00d69bc..bb6e147d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-multipart-form-data-boundary.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-multipart-form-data-boundary.md @@ -1,14 +1,15 @@ --- -title: setMultipartFormDataBoundary - +title: setMultipartFormDataBoundary --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[setMultipartFormDataBoundary](set-multipart-form-data-boundary.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[setMultipartFormDataBoundary](set-multipart-form-data-boundary.html) +# setMultipartFormDataBoundary +[jvm]\ +open fun [setMultipartFormDataBoundary](set-multipart-form-data-boundary.html)( +boundary: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) -# setMultipartFormDataBoundary -[jvm] -Content -open fun [setMultipartFormDataBoundary](set-multipart-form-data-boundary.md)(boundary: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/stream.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/stream.md index 668d08ac..d7157c03 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/stream.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/stream.md @@ -1,23 +1,25 @@ --- -title: stream - +title: stream --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[stream](stream.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[stream](stream.html) +# stream - -# stream -[jvm] -Content -open fun [stream](stream.md)(): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html) -More info - +[jvm]\ +open fun [stream](stream.html)(): [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html) Get stream to response body +#### Return + +stream +#### Throws -#### Return - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/to-string.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/to-string.md index 58da1cbc..38a3bb9d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/to-string.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/to-string.md @@ -1,14 +1,14 @@ --- -title: toString - +title: toString --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[toString](to-string.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[toString](to-string.html) +# toString +[jvm]\ +open fun [toString](to-string.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# toString -[jvm] -Content -open fun [toString](to-string.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trace.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trace.md index a8039903..1fa706fd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trace.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trace.md @@ -1,57 +1,37 @@ --- -title: trace - +title: trace --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[trace](trace.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[trace](trace.html) +# trace +[jvm]\ +open fun [trace](trace.html)( +url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.html) -# trace -[jvm] -Content -open fun [trace](trace.md)(url: [CharSequence](https://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html)): [HttpRequest](index.md) -More info - +open fun [trace](trace.html)( +url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.html) Start a 'TRACE' request to the given URL +#### Return +request -#### Return +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - - - -[jvm] -Content -open fun [trace](trace.md)(url: [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html)): [HttpRequest](index.md) -More info - - -Start a 'TRACE' request to the given URL - - - -#### Return +| url | | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| url| - - +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-certs.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-certs.md index 8bb64344..d357df71 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-certs.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-certs.md @@ -1,31 +1,27 @@ --- -title: trustAllCerts - +title: trustAllCerts --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[trustAllCerts](trust-all-certs.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[trustAllCerts](trust-all-certs.html) +# trustAllCerts +[jvm]\ +open fun [trustAllCerts](trust-all-certs.html)(): [HttpRequest](index.html) -# trustAllCerts -[jvm] -Content -open fun [trustAllCerts](trust-all-certs.md)(): [HttpRequest](index.md) -More info +Configure HTTPS connection to trust all certificates +This method does nothing if the current request is not a HTTPS request -Configure HTTPS connection to trust all certificates +#### Return +this request +#### Throws - This method does nothing if the current request is not a HTTPS request - - - -#### Return - - -request - - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-hosts.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-hosts.md index 6c8bce3b..ce6521ca 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-hosts.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-hosts.md @@ -1,31 +1,24 @@ --- -title: trustAllHosts - +title: trustAllHosts --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[trustAllHosts](trust-all-hosts.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[trustAllHosts](trust-all-hosts.html) +# trustAllHosts +[jvm]\ +open fun [trustAllHosts](trust-all-hosts.html)(): [HttpRequest](index.html) -# trustAllHosts -[jvm] -Content -open fun [trustAllHosts](trust-all-hosts.md)(): [HttpRequest](index.md) -More info +Configure HTTPS connection to trust all hosts using a +custom [HostnameVerifier](https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/HostnameVerifier.html) that always +returns true for each host verified +This method does nothing if the current request is not a HTTPS request -Configure HTTPS connection to trust all hosts using a custom [HostnameVerifier](https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/HostnameVerifier.html) that always returns true for each host verified +#### Return +this request - This method does nothing if the current request is not a HTTPS request - - - -#### Return - - -request - - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/uncompress.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/uncompress.md index 832f066a..e64d36b5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/uncompress.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/uncompress.md @@ -1,49 +1,39 @@ --- -title: uncompress - +title: uncompress --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[uncompress](uncompress.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[uncompress](uncompress.html) +# uncompress +[jvm]\ +open fun [uncompress](uncompress.html)( +uncompress: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) -# uncompress -[jvm] -Content -open fun [uncompress](uncompress.md)(uncompress: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info +Set whether or not the response body should be automatically uncompressed when read from. +This will only affect requests that have the 'Content-Encoding' response header set to 'gzip'. -Set whether or not the response body should be automatically uncompressed when read from. +This causes all receive methods to use +a [GZIPInputStream](https://docs.oracle.com/javase/7/docs/api/java/util/zip/GZIPInputStream.html) when applicable so +that higher level streams and readers can read the data uncompressed. +Setting this option does not cause any request headers to be set automatically +so [acceptGzipEncoding](accept-gzip-encoding.html) should be used in conjunction with this setting to tell the server to +gzip the response. +#### Return - This will only affect requests that have the 'Content-Encoding' response header set to 'gzip'. +this request +## Parameters +jvm - This causes all receive methods to use a [GZIPInputStream](https://docs.oracle.com/javase/7/docs/api/java/util/zip/GZIPInputStream.html) when applicable so that higher level streams and readers can read the data uncompressed. - - - - Setting this option does not cause any request headers to be set automatically so [acceptGzipEncoding](accept-gzip-encoding.md) should be used in conjunction with this setting to tell the server to gzip the response. - - - -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| uncompress| - - +| uncompress | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/url.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/url.md index a849131d..fcb7dfc8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/url.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/url.md @@ -1,27 +1,20 @@ --- -title: url - +title: url --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[url](url.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[url](url.html) +# url - -# url -[jvm] -Content -open fun [url](url.md)(): [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) -More info - +[jvm]\ +open fun [url](url.html)(): [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) Get the [URL](https://docs.oracle.com/javase/7/docs/api/java/net/URL.html) of this request's connection +#### Return +request URL -#### Return - - -URL - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-caches.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-caches.md index d9e4e082..76197101 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-caches.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-caches.md @@ -1,37 +1,29 @@ --- -title: useCaches - +title: useCaches --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[useCaches](use-caches.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[useCaches](use-caches.html) +# useCaches - -# useCaches -[jvm] -Content -open fun [useCaches](use-caches.md)(useCaches: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [useCaches](use-caches.html)( +useCaches: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [HttpRequest](index.html) Set value of [setUseCaches](https://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html#setUseCaches(boolean)) +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| useCaches| - - +| useCaches | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-proxy.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-proxy.md index 0dc239ab..1e730d4e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-proxy.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-proxy.md @@ -1,38 +1,31 @@ --- -title: useProxy - +title: useProxy --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[useProxy](use-proxy.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[useProxy](use-proxy.html) +# useProxy +[jvm]\ +open fun [useProxy](use-proxy.html)(proxyHost: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +, proxyPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.html) -# useProxy -[jvm] -Content -open fun [useProxy](use-proxy.md)(proxyHost: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), proxyPort: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [HttpRequest](index.md) -More info +Configure an HTTP proxy on this connection. Use {[proxyBasic](proxy-basic.html) if this proxy requires basic +authentication. +#### Return -Configure an HTTP proxy on this connection. Use {[proxyBasic](proxy-basic.md) if this proxy requires basic authentication. +this request +## Parameters +jvm -#### Return - - -request - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| proxyHost| -| proxyPort| - - +| proxyHost | | +| proxyPort | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/user-agent.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/user-agent.md index 77ce3f1e..ef386bfd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/user-agent.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/user-agent.md @@ -1,37 +1,29 @@ --- -title: userAgent - +title: userAgent --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[userAgent](user-agent.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[userAgent](user-agent.html) +# userAgent - -# userAgent -[jvm] -Content -open fun [userAgent](user-agent.md)(userAgent: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.md) -More info - +[jvm]\ +open fun [userAgent](user-agent.html)( +userAgent: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [HttpRequest](index.html) Set the 'User-Agent' header to given value +#### Return +this request -#### Return - +## Parameters -request +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| userAgent| - - +| userAgent | | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/writer.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/writer.md index 3f33f873..2cf5e7a8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/writer.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-http-request/writer.md @@ -1,23 +1,26 @@ --- -title: writer - +title: writer --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[HttpRequest](index.md)/[writer](writer.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[HttpRequest](index.html) +/[writer](writer.html) +# writer - -# writer -[jvm] -Content -open fun [writer](writer.md)(): [OutputStreamWriter](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStreamWriter.html) -More info - +[jvm]\ +open +fun [writer](writer.html)(): [OutputStreamWriter](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStreamWriter.html) Create writer to request output stream +#### Return + +writer +#### Throws -#### Return - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpRequest.HttpRequestException](-http-request-exception/index.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/get-default-option.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/get-default-option.md index 6c23c5de..3f1a4d86 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/get-default-option.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/get-default-option.md @@ -1,16 +1,17 @@ --- -title: getDefaultOption - +title: getDefaultOption --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[Request](../index.md)/[Companion](index.md)/[getDefaultOption](get-default-option.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[Request](../index.html) +/[Companion](index.html)/[getDefaultOption](get-default-option.html) +# getDefaultOption +[jvm]\ + +@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() + +fun [getDefaultOption](get-default-option.html)(): [HttpInterface.Option](../../-http-interface/-option/index.html) -# getDefaultOption -[jvm] -Content -@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() - -fun [getDefaultOption](get-default-option.md)(): [HttpInterface.Option](../../-http-interface/-option/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/index.md index f1f6f7fe..4ea8c6e9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/index.md @@ -1,21 +1,18 @@ --- -title: Companion - +title: Companion --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[Request](../index.md)/[Companion](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[Request](../index.html) +/[Companion](index.html) +# Companion +[jvm]\ +object [Companion](index.html) -# Companion - [jvm] object [Companion](index.md) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getDefaultOption](get-default-option.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [getDefaultOption](get-default-option.md)(): [HttpInterface.Option](../../-http-interface/-option/index.md)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [redirectUrl](redirect-url.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [redirectUrl](redirect-url.md)(url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [getDefaultOption](get-default-option.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [getDefaultOption](get-default-option.html)(): [HttpInterface.Option](../../-http-interface/-option/index.html) | +| [redirectUrl](redirect-url.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [redirectUrl](redirect-url.html)(url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/redirect-url.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/redirect-url.md index 59788d70..fa7abe57 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/redirect-url.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/redirect-url.md @@ -1,16 +1,18 @@ --- -title: redirectUrl - +title: redirectUrl --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.http](../../index.md)/[Request](../index.md)/[Companion](index.md)/[redirectUrl](redirect-url.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.http](../../index.html)/[Request](../index.html) +/[Companion](index.html)/[redirectUrl](redirect-url.html) +# redirectUrl +[jvm]\ + +@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() + +fun [redirectUrl](redirect-url.html)( +url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# redirectUrl -[jvm] -Content -@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() - -fun [redirectUrl](redirect-url.md)(url: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-request.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-request.md index 3103792f..1effcf99 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-request.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/-request.md @@ -1,14 +1,14 @@ --- -title: Request - +title: Request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[Request](index.md)/[Request](-request.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[Request](index.html) +/[Request](-request.html) +# Request +[jvm]\ +fun [Request](-request.html)() -# Request -[jvm] -Content -fun [Request](-request.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/index.md index 7361f812..38dc6bef 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/-request/index.md @@ -1,26 +1,16 @@ --- -title: Request - +title: Request --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.http](../index.md)/[Request](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.http](../index.html)/[Request](index.html) +# Request +[jvm]\ +class [Request](index.html) -# Request - [jvm] class [Request](index.md) +## Types - -## Types - -| Name| Summary| -|---|---| -| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


- - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [Companion](-companion/index.html) | [jvm]
object [Companion](-companion/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.http/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.http/index.md index b103c497..e95eb780 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.http/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.http/index.md @@ -1,20 +1,17 @@ --- -title: be.zvz.kotlininside.http - +title: be.zvz.kotlininside.http --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.http](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.http](index.html) +# Package be.zvz.kotlininside.http +## Types -# Package be.zvz.kotlininside.http - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [DefaultHttpClient](-default-http-client/index.md)| [jvm]
Content
open class [DefaultHttpClient](-default-http-client/index.md) : [HttpInterface](-http-interface/index.md)


-| [HttpException](-http-exception/index.md)| [jvm]
Content
open class [HttpException](-http-exception/index.md) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html)


-| [HttpInterface](-http-interface/index.md)| [jvm]
Content
interface [HttpInterface](-http-interface/index.md)


-| [HttpRequest](-http-request/index.md)| [jvm]
Content
open class [HttpRequest](-http-request/index.md)
More info
A fluid interface for making HTTP requests using an underlying [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) (or sub-class).


-| [Request](-request/index.md)| [jvm]
Content
class [Request](-request/index.md)


+| [DefaultHttpClient](-default-http-client/index.html) | [jvm]
open class [DefaultHttpClient](-default-http-client/index.html) : [HttpInterface](-http-interface/index.html) | +| [HttpException](-http-exception/index.html) | [jvm]
open class [HttpException](-http-exception/index.html) : [RuntimeException](https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html) | +| [HttpInterface](-http-interface/index.html) | [jvm]
interface [HttpInterface](-http-interface/index.html) | +| [HttpRequest](-http-request/index.html) | [jvm]
open class [HttpRequest](-http-request/index.html)
A fluid interface for making HTTP requests using an underlying [HttpURLConnection](https://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html) (or sub-class). | +| [Request](-request/index.html) | [jvm]
class [Request](-request/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/--index--.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/--index--.md index 605bf941..d2149ee3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/--index--.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/--index--.md @@ -1,39 +1,32 @@ --- -title: index - +title: index --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[index](--index--.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[index](--index--.html) +# index +[jvm]\ -# index -[jvm] -Content -@NotNull() - -open fun [index](--index--.md)(index: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [JsonBrowser](index.md) -More info +@NotNull() +open fun [index](--index--.html)(index: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): +@NotNull()[JsonBrowser](index.html) Get an element at an index for a list value +#### Return +JsonBrowser instance which wraps the value at the specified index -#### Return +## Parameters +jvm -instance which wraps the value at the specified index - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| index|

ArticleList index

- - +| index | ArticleList index | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/-n-u-l-l_-b-r-o-w-s-e-r.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/-n-u-l-l_-b-r-o-w-s-e-r.md index 51f958bc..13ddb019 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/-n-u-l-l_-b-r-o-w-s-e-r.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/-n-u-l-l_-b-r-o-w-s-e-r.md @@ -1,14 +1,14 @@ --- -title: NULL_BROWSER - +title: NULL_BROWSER --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.html) +# NULL_BROWSER +[jvm]\ +val [NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.html): [JsonBrowser](index.html) -# NULL_BROWSER -[jvm] -Content -val [NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.md): [JsonBrowser](index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-boolean.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-boolean.md index 688873ab..33a8762c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-boolean.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-boolean.md @@ -1,15 +1,18 @@ --- -title: asBoolean - +title: asBoolean --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[asBoolean](as-boolean.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[asBoolean](as-boolean.html) +# asBoolean +[jvm]\ +open +fun [asBoolean](as-boolean.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + +open fun [asBoolean](as-boolean.html)( +defaultValue: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# asBoolean -[jvm] -Content -open fun [asBoolean](as-boolean.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -open fun [asBoolean](as-boolean.md)(defaultValue: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-integer.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-integer.md index ee72c9b3..48fac63b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-integer.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-integer.md @@ -1,15 +1,17 @@ --- -title: asInteger - +title: asInteger --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[asInteger](as-integer.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[asInteger](as-integer.html) +# asInteger +[jvm]\ +open fun [asInteger](as-integer.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + +open fun [asInteger](as-integer.html)( +defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# asInteger -[jvm] -Content -open fun [asInteger](as-integer.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -open fun [asInteger](as-integer.md)(defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-long.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-long.md index 08a059da..11cbdd87 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-long.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-long.md @@ -1,15 +1,17 @@ --- -title: asLong - +title: asLong --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[asLong](as-long.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[asLong](as-long.html) +# asLong +[jvm]\ +open fun [asLong](as-long.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) + +open fun [asLong](as-long.html)( +defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) -# asLong -[jvm] -Content -open fun [asLong](as-long.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) -open fun [asLong](as-long.md)(defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-boolean.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-boolean.md index acc8edc4..04235a05 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-boolean.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-boolean.md @@ -1,16 +1,18 @@ --- -title: asNullableBoolean - +title: asNullableBoolean --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[asNullableBoolean](as-nullable-boolean.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[asNullableBoolean](as-nullable-boolean.html) +# asNullableBoolean +[jvm]\ + +@Nullable() + +open fun [asNullableBoolean](as-nullable-boolean.html)(): +@Nullable()[Boolean](https://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html) -# asNullableBoolean -[jvm] -Content -@Nullable() - -open fun [asNullableBoolean](as-nullable-boolean.md)(): [Boolean](https://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-integer.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-integer.md index dc6d5b55..33f606e9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-integer.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-integer.md @@ -1,16 +1,18 @@ --- -title: asNullableInteger - +title: asNullableInteger --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[asNullableInteger](as-nullable-integer.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[asNullableInteger](as-nullable-integer.html) +# asNullableInteger +[jvm]\ + +@Nullable() + +open fun [asNullableInteger](as-nullable-integer.html)(): +@Nullable()[Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) -# asNullableInteger -[jvm] -Content -@Nullable() - -open fun [asNullableInteger](as-nullable-integer.md)(): [Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-long.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-long.md index fac010fc..ec8699f8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-long.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-long.md @@ -1,16 +1,18 @@ --- -title: asNullableLong - +title: asNullableLong --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[asNullableLong](as-nullable-long.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[asNullableLong](as-nullable-long.html) +# asNullableLong +[jvm]\ + +@Nullable() + +open fun [asNullableLong](as-nullable-long.html)(): +@Nullable()[Long](https://docs.oracle.com/javase/7/docs/api/java/lang/Long.html) -# asNullableLong -[jvm] -Content -@Nullable() - -open fun [asNullableLong](as-nullable-long.md)(): [Long](https://docs.oracle.com/javase/7/docs/api/java/lang/Long.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as.md index 7953a880..1bcbf495 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as.md @@ -1,39 +1,36 @@ --- -title: as - +title: as --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[as](as.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html)/[as](as.html) +# as +[jvm]\ -# as -[jvm] -Content -@NotNull() - -open fun <[T](as.md)> [as](as.md)(klass: [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[T](as.md)>): [T](as.md) -More info +@NotNull() +open fun <[T](as.html)> [as](as.html)( +klass: [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[T](as.html)>): @NotNull()[T](as.html) Attempt to retrieve the value in the specified format +#### Return +The value as an instance of the specified class -#### Return +## Parameters +jvm -value as an instance of the specified class - +| | | +|---|---| +| klass | The class to retrieve the value as | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| klass|

The class to retrieve the value as

- - +| [java.lang.IllegalArgumentException](https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html) | If conversion is impossible | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/create.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/create.md new file mode 100644 index 00000000..cdf65dda --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/create.md @@ -0,0 +1,17 @@ +--- +title: create +--- +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[create](create.html) + +# create + +[jvm]\ + +@NotNull() + +open fun [create](create.html)(node: JsonNode): @NotNull()[JsonBrowser](index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/format.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/format.md index ce4102fb..5e6a72bd 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/format.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/format.md @@ -1,16 +1,17 @@ --- -title: format - +title: format --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[format](format.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[format](format.html) +# format +[jvm]\ + +@Nullable() + +open fun [format](format.html)(): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# format -[jvm] -Content -@Nullable() - -open fun [format](format.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/get.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/get.md index 26b6ff0d..bb97d9eb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/get.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/get.md @@ -1,39 +1,32 @@ --- -title: get - +title: get --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[get](get.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[get](get.html) +# get +[jvm]\ -# get -[jvm] -Content -@NotNull() - -open fun [get](get.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [JsonBrowser](index.md) -More info +@NotNull() +open fun [get](get.html)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[JsonBrowser](index.html) Get an element by key from a map value +#### Return +JsonBrowser instance which wraps the value with the specified key -#### Return +## Parameters +jvm -instance which wraps the value with the specified key - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| key|

Map key

- - +| key | Map key | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/index.md index 8e1c3c23..b67635d9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/index.md @@ -1,47 +1,46 @@ --- -title: JsonBrowser - +title: JsonBrowser --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +# JsonBrowser - -# JsonBrowser - [jvm] open class [JsonBrowser](index.md) +[jvm]\ +open class [JsonBrowser](index.html) Allows to easily navigate in decoded JSON data - - +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [as](as.md)| [jvm]
Content
@NotNull()

open fun <[T](as.md)> [as](as.md)(klass: [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[T](as.md)>): [T](as.md)
More info
Attempt to retrieve the value in the specified format


-| [asBoolean](as-boolean.md)| [jvm]
Content
open fun [asBoolean](as-boolean.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [asBoolean](as-boolean.md)(defaultValue: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [asInteger](as-integer.md)| [jvm]
Content
open fun [asInteger](as-integer.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
open fun [asInteger](as-integer.md)(defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [asLong](as-long.md)| [jvm]
Content
open fun [asLong](as-long.md)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
open fun [asLong](as-long.md)(defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)


-| [asNullableBoolean](as-nullable-boolean.md)| [jvm]
Content
@Nullable()

open fun [asNullableBoolean](as-nullable-boolean.md)(): [Boolean](https://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html)


-| [asNullableInteger](as-nullable-integer.md)| [jvm]
Content
@Nullable()

open fun [asNullableInteger](as-nullable-integer.md)(): [Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html)


-| [asNullableLong](as-nullable-long.md)| [jvm]
Content
@Nullable()

open fun [asNullableLong](as-nullable-long.md)(): [Long](https://docs.oracle.com/javase/7/docs/api/java/lang/Long.html)


-| [format](format.md)| [jvm]
Content
@Nullable()

open fun [format](format.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [get](get.md)| [jvm]
Content
@NotNull()

open fun [get](get.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [JsonBrowser](index.md)
More info
Get an element by key from a map value


-| [index](--index--.md)| [jvm]
Content
@NotNull()

open fun [index](--index--.md)(index: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [JsonBrowser](index.md)
More info
Get an element at an index for a list value


-| [isList](is-list.md)| [jvm]
Content
open fun [isList](is-list.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
if the value represents a list.


-| [isMap](is-map.md)| [jvm]
Content
open fun [isMap](is-map.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
if the value represents a map.


-| [isNull](is-null.md)| [jvm]
Content
open fun [isNull](is-null.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
More info
value of the element as text


-| [parse](parse.md)| [jvm]
Content
@NotNull()

open fun [parse](parse.md)(stream: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [JsonBrowser](index.md)
@NotNull()

open fun [parse](parse.md)(json: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [JsonBrowser](index.md)
More info
Parse from string.


-| [put](put.md)| [jvm]
Content
open fun [put](put.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), item: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
More info
Put a value into the map if this instance contains a map.


-| [safeText](safe-text.md)| [jvm]
Content
@NotNull()

open fun [safeText](safe-text.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [text](text.md)| [jvm]
Content
@Nullable()

open fun [text](text.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
value of the element as text


-| [toMap](to-map.md)| [jvm]
Content
@NotNull()

open fun <[K](to-map.md), [V](to-map.md)> [toMap](to-map.md)(): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[K](to-map.md), [V](to-map.md)>


-| [toString](to-string.md)| [jvm]
Content
open fun [toString](to-string.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)


-| [values](values.md)| [jvm]
Content
@NotNull()

open fun [values](values.md)(): [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[JsonBrowser](index.md)>
More info
Returns a list of all the values in this element


- - -## Properties - -| Name| Summary| +| [as](as.html) | [jvm]
@NotNull()
open fun <[T](as.html)> [as](as.html)(klass: [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[T](as.html)>): @NotNull()[T](as.html)
Attempt to retrieve the value in the specified format | +| [asBoolean](as-boolean.html) | [jvm]
open fun [asBoolean](as-boolean.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
open fun [asBoolean](as-boolean.html)(defaultValue: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [asInteger](as-integer.html) | [jvm]
open fun [asInteger](as-integer.html)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
open fun [asInteger](as-integer.html)(defaultValue: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [asLong](as-long.html) | [jvm]
open fun [asLong](as-long.html)(): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
open fun [asLong](as-long.html)(defaultValue: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) | +| [asNullableBoolean](as-nullable-boolean.html) | [jvm]
@Nullable()
open fun [asNullableBoolean](as-nullable-boolean.html)(): @Nullable()[Boolean](https://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html) | +| [asNullableInteger](as-nullable-integer.html) | [jvm]
@Nullable()
open fun [asNullableInteger](as-nullable-integer.html)(): @Nullable()[Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) | +| [asNullableLong](as-nullable-long.html) | [jvm]
@Nullable()
open fun [asNullableLong](as-nullable-long.html)(): @Nullable()[Long](https://docs.oracle.com/javase/7/docs/api/java/lang/Long.html) | +| [create](create.html) | [jvm]
@NotNull()
open fun [create](create.html)(node: JsonNode): @NotNull()[JsonBrowser](index.html) | +| [format](format.html) | [jvm]
@Nullable()
open fun [format](format.html)(): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [get](get.html) | [jvm]
@NotNull()
open fun [get](get.html)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[JsonBrowser](index.html)
Get an element by key from a map value | +| [index](--index--.html) | [jvm]
@NotNull()
open fun [index](--index--.html)(index: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): @NotNull()[JsonBrowser](index.html)
Get an element at an index for a list value | +| [isList](is-list.html) | [jvm]
open fun [isList](is-list.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
True if the value represents a list. | +| [isMap](is-map.html) | [jvm]
open fun [isMap](is-map.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
True if the value represents a map. | +| [isNull](is-null.html) | [jvm]
open fun [isNull](is-null.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
The value of the element as text | +| [parse](parse.html) | [jvm]
@NotNull()
open fun [parse](parse.html)(stream: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): @NotNull()[JsonBrowser](index.html)
@NotNull()
open fun [parse](parse.html)(json: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): @NotNull()[JsonBrowser](index.html)
Parse from string. | +| [put](put.html) | [jvm]
open fun [put](put.html)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), item: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html))
Put a value into the map if this instance contains a map. | +| [safeText](safe-text.html) | [jvm]
@NotNull()
open fun [safeText](safe-text.html)(): @NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [stringify](stringify.html) | [jvm]
@Nullable()
open fun [stringify](stringify.html)(): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [text](text.html) | [jvm]
@Nullable()
open fun [text](text.html)(): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
The value of the element as text | +| [toMap](to-map.html) | [jvm]
@NotNull()
open fun <[K](to-map.html), [V](to-map.html)> [toMap](to-map.html)(): @NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[K](to-map.html), [V](to-map.html)> | +| [toString](to-string.html) | [jvm]
open fun [toString](to-string.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) | +| [values](values.html) | [jvm]
@NotNull()
open fun [values](values.html)(): @NotNull()[List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[JsonBrowser](index.html)>
Returns a list of all the values in this element | + +## Properties + +| Name | Summary | |---|---| -| [NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.md)| [jvm] val [NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.md): [JsonBrowser](index.md)
+| [mapper](mapper.html) | [jvm]
private open var [mapper](mapper.html): ObjectMapper | +| [NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.html) | [jvm]
val [NULL_BROWSER](-n-u-l-l_-b-r-o-w-s-e-r.html): [JsonBrowser](index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-list.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-list.md index 608ee8e7..a804ba08 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-list.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-list.md @@ -1,23 +1,18 @@ --- -title: isList - +title: isList --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[isList](is-list.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[isList](is-list.html) +# isList +[jvm]\ +open fun [isList](is-list.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isList -[jvm] -Content -open fun [isList](is-list.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info +#### Return +True if the value represents a list. -#### Return - - -if the value represents a list. - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-map.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-map.md index fc11bcd8..c1620e7e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-map.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-map.md @@ -1,23 +1,18 @@ --- -title: isMap - +title: isMap --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[isMap](is-map.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[isMap](is-map.html) +# isMap +[jvm]\ +open fun [isMap](is-map.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isMap -[jvm] -Content -open fun [isMap](is-map.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info +#### Return +True if the value represents a map. -#### Return - - -if the value represents a map. - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-null.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-null.md index 3485d10f..b91dd271 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-null.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-null.md @@ -1,23 +1,18 @@ --- -title: isNull - +title: isNull --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[isNull](is-null.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[isNull](is-null.html) +# isNull +[jvm]\ +open fun [isNull](is-null.html)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# isNull -[jvm] -Content -open fun [isNull](is-null.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -More info +#### Return +The value of the element as text -#### Return - - -value of the element as text - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/mapper.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/mapper.md new file mode 100644 index 00000000..80989152 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/mapper.md @@ -0,0 +1,14 @@ +--- +title: mapper +--- +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[mapper](mapper.html) + +# mapper + +[jvm]\ +private open var [mapper](mapper.html): ObjectMapper + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/parse.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/parse.md index fc38c1f2..d50197cf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/parse.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/parse.md @@ -1,69 +1,64 @@ --- -title: parse - +title: parse --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[parse](parse.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[parse](parse.html) +# parse +[jvm]\ -# parse -[jvm] -Content -@NotNull() - -open fun [parse](parse.md)(json: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [JsonBrowser](index.md) -More info +@NotNull() +open fun [parse](parse.html)(json: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): +@NotNull()[JsonBrowser](index.html) Parse from string. +#### Return +JsonBrowser instance for navigating in the result -#### Return +## Parameters +jvm -instance for navigating in the result - +| | | +|---|---| +| json | The JSON object as a string | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| json|

The JSON object as a string

- - +| [java.io.IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) | When parsing the JSON failed | +[jvm]\ -[jvm] -Content -@NotNull() - -open fun [parse](parse.md)(stream: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): [JsonBrowser](index.md) -More info +@NotNull() +open fun [parse](parse.html)(stream: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html)): +@NotNull()[JsonBrowser](index.html) Parse from string. +#### Return +JsonBrowser instance for navigating in the result -#### Return +## Parameters +jvm -instance for navigating in the result - +| | | +|---|---| +| stream | The JSON object as a stream | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| stream|

The JSON object as a stream

- - +| [java.io.IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) | When parsing the JSON failed | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/put.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/put.md index 7ccdfbde..0a457bd3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/put.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/put.md @@ -1,31 +1,26 @@ --- -title: put - +title: put --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[put](put.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[put](put.html) +# put - -# put -[jvm] -Content -open fun [put](put.md)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), item: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)) -More info - +[jvm]\ +open fun [put](put.html)(key: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html), +item: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)) Put a value into the map if this instance contains a map. +## Parameters +jvm -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| item|

The map entry value

-| key|

The map entry key

- - +| key | The map entry key | +| item | The map entry value | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/safe-text.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/safe-text.md index 298d51ef..6374a1b4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/safe-text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/safe-text.md @@ -1,16 +1,18 @@ --- -title: safeText - +title: safeText --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[safeText](safe-text.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[safeText](safe-text.html) +# safeText +[jvm]\ + +@NotNull() + +open fun [safeText](safe-text.html)(): +@NotNull()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# safeText -[jvm] -Content -@NotNull() - -open fun [safeText](safe-text.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/stringify.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/stringify.md new file mode 100644 index 00000000..025bcd8c --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/stringify.md @@ -0,0 +1,18 @@ +--- +title: stringify +--- +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[stringify](stringify.html) + +# stringify + +[jvm]\ + +@Nullable() + +open fun [stringify](stringify.html)(): +@Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/text.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/text.md index bd8466fd..864f45ae 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/text.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/text.md @@ -1,25 +1,21 @@ --- -title: text - +title: text --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[text](text.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[text](text.html) +# text +[jvm]\ -# text -[jvm] -Content -@Nullable() - -open fun [text](text.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info +@Nullable() +open fun [text](text.html)(): @Nullable()[String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -#### Return +#### Return +The value of the element as text -value of the element as text - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-map.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-map.md index abb773e3..1e4527df 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-map.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-map.md @@ -1,16 +1,18 @@ --- -title: toMap - +title: toMap --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[toMap](to-map.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[toMap](to-map.html) +# toMap +[jvm]\ + +@NotNull() + +open fun <[K](to-map.html), [V](to-map.html)> [toMap](to-map.html)(): +@NotNull()[Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[K](to-map.html), [V](to-map.html)> -# toMap -[jvm] -Content -@NotNull() - -open fun <[K](to-map.md), [V](to-map.md)> [toMap](to-map.md)(): [Map](https://docs.oracle.com/javase/7/docs/api/java/util/Map.html)<[K](to-map.md), [V](to-map.md)> diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-string.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-string.md index 82c86ce8..ee7ac601 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-string.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-string.md @@ -1,14 +1,14 @@ --- -title: toString - +title: toString --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[toString](to-string.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[toString](to-string.html) +# toString +[jvm]\ +open fun [toString](to-string.html)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -# toString -[jvm] -Content -open fun [toString](to-string.md)(): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/values.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/values.md index acb85067..be9d307a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/values.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/values.md @@ -1,29 +1,24 @@ --- -title: values - +title: values --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.json](../index.md)/[JsonBrowser](index.md)/[values](values.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.json](../index.html)/[JsonBrowser](index.html) +/[values](values.html) +# values +[jvm]\ -# values -[jvm] -Content -@NotNull() - -open fun [values](values.md)(): [List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[JsonBrowser](index.md)> -More info +@NotNull() +open fun [values](values.html)(): +@NotNull()[List](https://docs.oracle.com/javase/7/docs/api/java/util/List.html)<[JsonBrowser](index.html)> Returns a list of all the values in this element +#### Return +The list of values as JsonBrowser elements -#### Return - - -list of values as JsonBrowser elements - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.json/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.json/index.md index edf4eb7a..f8b48561 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.json/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.json/index.md @@ -1,16 +1,13 @@ --- -title: be.zvz.kotlininside.json - +title: be.zvz.kotlininside.json --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.json](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.json](index.html) +# Package be.zvz.kotlininside.json +## Types -# Package be.zvz.kotlininside.json - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [JsonBrowser](-json-browser/index.md)| [jvm]
Content
open class [JsonBrowser](-json-browser/index.md)
More info
Allows to easily navigate in decoded JSON data


+| [JsonBrowser](-json-browser/index.html) | [jvm]
open class [JsonBrowser](-json-browser/index.html)
Allows to easily navigate in decoded JSON data | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/encode.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/encode.md index a082ec0c..77b19cc1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/encode.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/encode.md @@ -1,32 +1,34 @@ --- -title: encode - +title: encode --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64IO](index.md)/[encode](encode.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64IO](index.html) +/[encode](encode.html) +# encode +[jvm]\ +fun [encode](encode.html)(in: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html), +out: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), +lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -# encode -[jvm] -Content -fun [encode](encode.md)(in: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html), out: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) -More info +Encodes a raw InputStream into a BASE64 OutputStream representation in accordance with RFC 2045. This implementation was +inspired by MIG Base64 [encodeToByte](../-base64/encode-to-byte.html) +## Parameters -Encodes a raw InputStream into a BASE64 OutputStream representation in accordance with RFC 2045. This implementation was inspired by MIG Base64 [encodeToByte](../-base64/encode-to-byte.md) +jvm +| | | +|---|---| +| in | | +| out | | +| lineSep | Optional "\r\n" after 76 characters, unless end of file.No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster. | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| in| -| lineSep|

Optional "\r\n" after 76 characters, unless end of file. No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster.

-| out| - - +| [java.io.IOException](https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html) | | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/index.md index 41ef45ed..5b2a4573 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/index.md @@ -1,38 +1,30 @@ --- -title: Base64IO - +title: Base64IO --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64IO](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64IO](index.html) +# Base64IO - -# Base64IO - [jvm] open class [Base64IO](index.md) +[jvm]\ +open class [Base64IO](index.html) Base64 for InputStream Licence = BSD - - -#### Author - +#### Author shamilbi shamilbi@users.sourceforge.net - +## See also +jvm -## See also - -jvm - -| Name| Summary| +| | | |---|---| -| [Base64](../-base64/index.md)| [Base64](../-base64/index.md) - +| [be.zvz.kotlininside.migbase64.Base64](../-base64/index.html) | | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [encode](encode.md)| [jvm]
Content
fun [encode](encode.md)(in: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html), out: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
More info
Encodes a raw InputStream into a BASE64 OutputStream representation in accordance with RFC 2045.


+| [encode](encode.html) | [jvm]
fun [encode](encode.html)(in: [InputStream](https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html), out: [OutputStream](https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html), lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html))
Encodes a raw InputStream into a BASE64 OutputStream representation in accordance with RFC 2045. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode-fast.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode-fast.md index 78905c35..01b7a2fa 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode-fast.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode-fast.md @@ -1,93 +1,77 @@ --- -title: decodeFast - +title: decodeFast --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64](index.md)/[decodeFast](decode-fast.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64](index.html) +/[decodeFast](decode-fast.html) +# decodeFast +[jvm]\ +fun [decodeFast](decode-fast.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -# decodeFast -[jvm] -Content -fun [decodeFast](decode-fast.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +Decodes a BASE64 encoded char array that is known to be resonably well formatted. The method is about twice as fast +as [decode](decode.html). The preconditions are: + The array must have a line length of 76 chars OR no line separators +at all (one line). + Line separator must be "\r\n", as specified in RFC 2045 + The array must not contain illegal +characters within the encoded string + The array CAN have illegal characters at the beginning and end, those will be +dealt with appropriately. +#### Return -Decodes a BASE64 encoded char array that is known to be resonably well formatted. The method is about twice as fast as [decode](decode.md). The preconditions are: + The array must have a line length of 76 chars OR no line separators at all (one line). + Line separator must be "\r\n", as specified in RFC 2045 + The array must not contain illegal characters within the encoded string + The array CAN have illegal characters at the beginning and end, those will be dealt with appropriately. +The decoded array of bytes. May be of length 0. +## Parameters +jvm -#### Return - - -decoded array of bytes. May be of length 0. - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| sArr|

The source array. Length 0 will return an empty array. null will throw an exception.

- - - - -[jvm] -Content -fun [decodeFast](decode-fast.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info - +| sArr | The source array. Length 0 will return an empty array. null will throw an exception. | -Decodes a BASE64 encoded byte array that is known to be resonably well formatted. The method is about twice as fast as [decode](decode.md). The preconditions are: + The array must have a line length of 76 chars OR no line separators at all (one line). + Line separator must be "\r\n", as specified in RFC 2045 + The array must not contain illegal characters within the encoded string + The array CAN have illegal characters at the beginning and end, those will be dealt with appropriately. +[jvm]\ +fun [decodeFast](decode-fast.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +Decodes a BASE64 encoded byte array that is known to be resonably well formatted. The method is about twice as fast +as [decode](decode.html). The preconditions are: + The array must have a line length of 76 chars OR no line separators +at all (one line). + Line separator must be "\r\n", as specified in RFC 2045 + The array must not contain illegal +characters within the encoded string + The array CAN have illegal characters at the beginning and end, those will be +dealt with appropriately. +#### Return -#### Return +The decoded array of bytes. May be of length 0. +## Parameters -decoded array of bytes. May be of length 0. +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| sArr|

The source array. Length 0 will return an empty array. null will throw an exception.

- - - - -[jvm] -Content -fun [decodeFast](decode-fast.md)(s: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +| sArr | The source array. Length 0 will return an empty array. null will throw an exception. | +[jvm]\ +fun [decodeFast](decode-fast.html)( +s: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -Decodes a BASE64 encoded string that is known to be resonably well formatted. The method is about twice as fast as [decode](decode.md). The preconditions are: + The array must have a line length of 76 chars OR no line separators at all (one line). + Line separator must be "\r\n", as specified in RFC 2045 + The array must not contain illegal characters within the encoded string + The array CAN have illegal characters at the beginning and end, those will be dealt with appropriately. +Decodes a BASE64 encoded string that is known to be resonably well formatted. The method is about twice as fast +as [decode](decode.html). The preconditions are: + The array must have a line length of 76 chars OR no line separators +at all (one line). + Line separator must be "\r\n", as specified in RFC 2045 + The array must not contain illegal +characters within the encoded string + The array CAN have illegal characters at the beginning and end, those will be +dealt with appropriately. +#### Return +The decoded array of bytes. May be of length 0. -#### Return +## Parameters +jvm -decoded array of bytes. May be of length 0. - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| s|

The source string. Length 0 will return an empty array. null will throw an exception.

- - +| s | The source string. Length 0 will return an empty array. null will throw an exception. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.md index eb4bb5fc..f9bf60bb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.md @@ -1,123 +1,96 @@ --- -title: decode - +title: decode --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64](index.md)/[decode](decode.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64](index.html) +/[decode](decode.html) +# decode +[jvm]\ +fun [decode](decode.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -# decode -[jvm] -Content -fun [decode](decode.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +Decodes a BASE64 encoded char array. All illegal characters will be ignored and can handle both arrays with and without +line separators. +#### Return -Decodes a BASE64 encoded char array. All illegal characters will be ignored and can handle both arrays with and without line separators. +The decoded array of bytes. May be of length 0. Will be null if the legal characters (including '=') isn't divideable by +4. (I.e. definitely corrupted). +## Parameters +jvm -#### Return - - -decoded array of bytes. May be of length 0. Will be null if the legal characters(including '=') isn't divideable by 4. (I.e. definitely corrupted). - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| sArr|

The source array. null or length 0 will return an empty array.

- - - +| sArr | The source array. null or length 0 will return an empty array. | -[jvm] -Content -fun [decode](decode.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +[jvm]\ +fun [decode](decode.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +Decodes a BASE64 encoded byte array. All illegal characters will be ignored and can handle both arrays with and without +line separators. -Decodes a BASE64 encoded byte array. All illegal characters will be ignored and can handle both arrays with and without line separators. +#### Return +The decoded array of bytes. May be of length 0. Will be null if the legal characters (including '=') isn't divideable by +4. (I.e. definitely corrupted). +## Parameters -#### Return +jvm - -decoded array of bytes. May be of length 0. Will be null if the legal characters(including '=') isn't divideable by 4. (I.e. definitely corrupted). - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| sArr|

The source array. Length 0 will return an empty array. null will throw an exception.

- - - +| sArr | The source array. Length 0 will return an empty array. null will throw an exception. | -[jvm] -Content -fun [decode](decode.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +[jvm]\ +fun [decode](decode.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +Decodes a BASE64 encoded byte array. All illegal characters will be ignored and can handle both arrays with and without +line separators. -Decodes a BASE64 encoded byte array. All illegal characters will be ignored and can handle both arrays with and without line separators. +#### Return +The decoded array of bytes. May be of length 0. Will be null if the legal characters (including '=') isn't divideable by +4. (I.e. definitely corrupted). +## Parameters -#### Return +jvm - -decoded array of bytes. May be of length 0. Will be null if the legal characters(including '=') isn't divideable by 4. (I.e. definitely corrupted). - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| sArr|

The source array. null will throw an exception.

-| sLen|

The number of bytes to decode from the source array. Length 0 will return an empty array.

-| sOff|

The starting position in the source array.

- - - +| sArr | The source array. null will throw an exception. | +| sOff | The starting position in the source array. | +| sLen | The number of bytes to decode from the source array. Length 0 will return an empty array. | -[jvm] -Content -fun [decode](decode.md)(str: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +[jvm]\ +fun [decode](decode.html)( +str: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +Decodes a BASE64 encoded String. All illegal characters will be ignored and can handle both strings with and without +line separators.**Note!** It can be up to about 2x the speed to call decode(str.toCharArray()) instead. That will create +a temporary array though. This version will use str.charAt(i) to iterate the string. -Decodes a BASE64 encoded String. All illegal characters will be ignored and can handle both strings with and without line separators.**Note!** It can be up to about 2x the speed to call decode(str.toCharArray()) instead. That will create a temporary array though. This version will use str.charAt(i) to iterate the string. +#### Return +The decoded array of bytes. May be of length 0. Will be null if the legal characters (including '=') isn't divideable by +4. (I.e. definitely corrupted). +## Parameters -#### Return +jvm - -decoded array of bytes. May be of length 0. Will be null if the legal characters(including '=') isn't divideable by 4. (I.e. definitely corrupted). - - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| str|

The source string. null or length 0 will return an empty array.

- - +| str | The source string. null or length 0 will return an empty array. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-byte.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-byte.md index e94341c1..6874c37e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-byte.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-byte.md @@ -1,69 +1,56 @@ --- -title: encodeToByte - +title: encodeToByte --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64](index.md)/[encodeToByte](encode-to-byte.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64](index.html) +/[encodeToByte](encode-to-byte.html) +# encodeToByte - -# encodeToByte -[jvm] -Content -fun [encodeToByte](encode-to-byte.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info - +[jvm]\ +fun [encodeToByte](encode-to-byte.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +, +lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045. +#### Return +A BASE64 encoded array. Never null. -#### Return - +## Parameters -BASE64 encoded array. Never null. +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| lineSep|

Optional "\r\n" after 76 characters, unless end of file. No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster.

-| sArr|

The bytes to convert. If null or length 0 an empty array will be returned.

- - - - -[jvm] -Content -fun [encodeToByte](encode-to-byte.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> -More info +| sArr | The bytes to convert. If null or length 0 an empty array will be returned. | +| lineSep | Optional "\r\n" after 76 characters, unless end of file.No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster. | +[jvm]\ +fun [encodeToByte](encode-to-byte.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), +lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045. +#### Return +A BASE64 encoded array. Never null. -#### Return - - -BASE64 encoded array. Never null. +## Parameters +jvm - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| lineSep|

Optional "\r\n" after 76 characters, unless end of file. No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster.

-| sArr|

The bytes to convert. If null an empty array will be returned.

-| sLen|

The number of bytes to convert. If 0 an empty array will be returned.

-| sOff|

The starting position in the bytes to convert.

- - +| sArr | The bytes to convert. If null an empty array will be returned. | +| sOff | The starting position in the bytes to convert. | +| sLen | The number of bytes to convert. If 0 an empty array will be returned. | +| lineSep | Optional "\r\n" after 76 characters, unless end of file.No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-char.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-char.md index c1a2a60b..f7ea323f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-char.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-char.md @@ -1,38 +1,32 @@ --- -title: encodeToChar - +title: encodeToChar --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64](index.md)/[encodeToChar](encode-to-char.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64](index.html) +/[encodeToChar](encode-to-char.html) +# encodeToChar - -# encodeToChar -[jvm] -Content -fun [encodeToChar](encode-to-char.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)> -More info - +[jvm]\ +fun [encodeToChar](encode-to-char.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +, +lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)> Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045. +#### Return +A BASE64 encoded array. Never null. -#### Return - +## Parameters -BASE64 encoded array. Never null. +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| lineSep|

Optional "\r\n" after 76 characters, unless end of file. No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster.

-| sArr|

The bytes to convert. If null or length 0 an empty array will be returned.

- - +| sArr | The bytes to convert. If null or length 0 an empty array will be returned. | +| lineSep | Optional "\r\n" after 76 characters, unless end of file.No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-string.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-string.md index 47cdcb79..3d69413f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-string.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-string.md @@ -1,38 +1,32 @@ --- -title: encodeToString - +title: encodeToString --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64](index.md)/[encodeToString](encode-to-string.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64](index.html) +/[encodeToString](encode-to-string.html) +# encodeToString - -# encodeToString -[jvm] -Content -fun [encodeToString](encode-to-string.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) -More info - +[jvm]\ +fun [encodeToString](encode-to-string.html)( +sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)> +, +lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045. +#### Return +A BASE64 encoded array. Never null. -#### Return - +## Parameters -BASE64 encoded array. Never null. +jvm - - -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| lineSep|

Optional "\r\n" after 76 characters, unless end of file. No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster.

-| sArr|

The bytes to convert. If null or length 0 an empty array will be returned.

- - +| sArr | The bytes to convert. If null or length 0 an empty array will be returned. | +| lineSep | Optional "\r\n" after 76 characters, unless end of file.No line separator will be in breach of RFC 2045 which specifies max 76 per line but will be a little faster. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/index.md index b35a84c5..2ccfa081 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/index.md @@ -1,22 +1,26 @@ --- -title: Base64 - +title: Base64 --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.migbase64](../index.md)/[Base64](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.migbase64](../index.html)/[Base64](index.html) +# Base64 +[jvm]\ +open class [Base64](index.html) -# Base64 - [jvm] open class [Base64](index.md) +A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045. On +Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 +bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder(). -A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045. On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder(). +On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for +decoding large arrays. This implementation is about twice as fast on very small arrays (< 30 bytes). If +source/destination is a String this version is about three times as fast due to the fact that the Commons Codec result +has to be recoded to a String from byte[], which is very expensive. - - - On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays. This implementation is about twice as fast on very small arrays (< 30 bytes). If source/destination is a String this version is about three times as fast due to the fact that the Commons Codec result has to be recoded to a String from byte[], which is very expensive. - - - - This encode/decode algorithm doesn't create any temporary arrays as many other codecs do, it only allocates the resulting array. This produces less garbage and it is possible to handle arrays twice as large as algorithms that create a temporary array. (E.g. Jakarta Commons Codec). It is unknown whether Sun's sun.misc.Encoder()/Decoder() produce temporary arrays but since performance is quite low it probably does. +This encode/decode algorithm doesn't create any temporary arrays as many other codecs do, it only allocates the +resulting array. This produces less garbage and it is possible to handle arrays twice as large as algorithms that create +a temporary array. (E.g. Jakarta Commons Codec). It is unknown whether Sun's sun.misc.Encoder()/Decoder() produce +temporary arrays but since performance is quite low it probably does. @@ -40,29 +44,27 @@ A very fast and memory efficient class to encode and decode to and from BASE64 i - Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the MiG InfoCom AB nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - - - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - - -#### Author + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the MiG InfoCom AB nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Mikael GrevDate: 2004-aug-02Time: 11:31:11 +#### Author - +Mikael Grev Date: 2004-aug-02 Time: 11:31:11 +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [decode](decode.md)| [jvm]
Content
fun [decode](decode.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
fun [decode](decode.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Decodes a BASE64 encoded byte array.


[jvm]
Content
fun [decode](decode.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Decodes a BASE64 encoded char array.


[jvm]
Content
fun [decode](decode.md)(str: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Decodes a BASE64 encoded String.


-| [decodeFast](decode-fast.md)| [jvm]
Content
fun [decodeFast](decode-fast.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.


[jvm]
Content
fun [decodeFast](decode-fast.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Decodes a BASE64 encoded char array that is known to be resonably well formatted.


[jvm]
Content
fun [decodeFast](decode-fast.md)(s: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Decodes a BASE64 encoded string that is known to be resonably well formatted.


-| [encodeToByte](encode-to-byte.md)| [jvm]
Content
fun [encodeToByte](encode-to-byte.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
fun [encodeToByte](encode-to-byte.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
More info
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.


-| [encodeToChar](encode-to-char.md)| [jvm]
Content
fun [encodeToChar](encode-to-char.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>
More info
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.


-| [encodeToString](encode-to-string.md)| [jvm]
Content
fun [encodeToString](encode-to-string.md)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
More info
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.


+| [decode](decode.html) | [jvm]
fun [decode](decode.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
fun [decode](decode.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Decodes a BASE64 encoded byte array.
[jvm]
fun [decode](decode.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Decodes a BASE64 encoded char array.
[jvm]
fun [decode](decode.html)(str: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Decodes a BASE64 encoded String. | +| [decodeFast](decode-fast.html) | [jvm]
fun [decodeFast](decode-fast.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
[jvm]
fun [decodeFast](decode-fast.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
[jvm]
fun [decodeFast](decode-fast.html)(s: [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Decodes a BASE64 encoded string that is known to be resonably well formatted. | +| [encodeToByte](encode-to-byte.html) | [jvm]
fun [encodeToByte](encode-to-byte.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
fun [encodeToByte](encode-to-byte.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, sOff: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), sLen: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045. | +| [encodeToChar](encode-to-char.html) | [jvm]
fun [encodeToChar](encode-to-char.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Char](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html)>
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045. | +| [encodeToString](encode-to-string.html) | [jvm]
fun [encodeToString](encode-to-string.html)(sArr: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Byte](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte/index.html)>, lineSep: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/index.md index 434bc16b..3b153e33 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.migbase64/index.md @@ -1,18 +1,14 @@ --- -title: be.zvz.kotlininside.migbase64 - +title: be.zvz.kotlininside.migbase64 --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.migbase64](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.migbase64](index.html) +# Package be.zvz.kotlininside.migbase64 +## Types -# Package be.zvz.kotlininside.migbase64 - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Base64](-base64/index.md)| [jvm]
Content
open class [Base64](-base64/index.md)
More info
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.


-| [Base64IO](-base64-i-o/index.md)| [jvm]
Content
open class [Base64IO](-base64-i-o/index.md)
More info
Base64 for InputStream Licence = BSD


-| [Dictionary](-dictionary/index.md)| [jvm]
Content
interface [Dictionary](-dictionary/index.md)


+| [Base64](-base64/index.html) | [jvm]
open class [Base64](-base64/index.html)
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045. | +| [Base64IO](-base64-i-o/index.html) | [jvm]
open class [Base64IO](-base64-i-o/index.html)
Base64 for InputStream Licence = BSD | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/-app.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/-app.md index 4930728f..01fa6c95 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/-app.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/-app.md @@ -1,14 +1,14 @@ --- -title: App - +title: App --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[App](index.md)/[App](-app.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[App](index.html)/[App](-app.html) +# App +[jvm]\ +fun [App](-app.html)(token: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# App -[jvm] -Content -fun [App](-app.md)(token: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/id.md index 57033304..693e2c1c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/id.md @@ -1,14 +1,13 @@ --- -title: id - +title: id --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[App](index.md)/[id](id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[App](index.html)/[id](id.html) +# id +[jvm]\ +val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/index.md index b860e6ab..a6fe1b3e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/index.md @@ -1,30 +1,18 @@ --- -title: App - +title: App --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[App](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[App](index.html) +# App +[jvm]\ +data class [App](index.html)(**token**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# App - [jvm] data class [App](index.md)(**token**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(token: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [App](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [token](token.md)| [jvm] val [token](token.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [token](token.html) | [jvm]
val [token](token.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/token.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/token.md index 1a9a77af..4b967d65 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/token.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-app/token.md @@ -1,14 +1,14 @@ --- -title: token - +title: token --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[App](index.md)/[token](token.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[App](index.html) +/[token](token.html) +# token +[jvm]\ +val [token](token.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# token -[jvm] -Content -val [token](token.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/-app-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/-app-check.md index 398dd68d..84968486 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/-app-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/-app-check.md @@ -1,14 +1,19 @@ --- -title: AppCheck - +title: AppCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.security](../../index.md)/[Auth](../index.md)/[AppCheck](index.md)/[AppCheck](-app-check.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.security](../../index.html)/[Auth](../index.html) +/[AppCheck](index.html)/[AppCheck](-app-check.html) +# AppCheck +[jvm]\ +fun [AppCheck](-app-check.html)( +result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), +version: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, +noticeUpdate: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, +date: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) -# AppCheck -[jvm] -Content -fun [AppCheck](-app-check.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), version: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, noticeUpdate: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, date: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/date.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/date.md index 8ce639e2..a8a6adb7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/date.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/date.md @@ -1,14 +1,14 @@ --- -title: date - +title: date --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.security](../../index.md)/[Auth](../index.md)/[AppCheck](index.md)/[date](date.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.security](../../index.html)/[Auth](../index.html) +/[AppCheck](index.html)/[date](date.html) +# date +[jvm]\ +val [date](date.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# date -[jvm] -Content -val [date](date.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/index.md index dabdd4bf..89e293d5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/index.md @@ -1,36 +1,26 @@ --- -title: AppCheck - +title: AppCheck --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.security](../../index.md)/[Auth](../index.md)/[AppCheck](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.security](../../index.html)/[Auth](../index.html) +/[AppCheck](index.html) +# AppCheck +[jvm]\ +data class [AppCheck](index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +version**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** +noticeUpdate**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** +date**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -# AppCheck - [jvm] data class [AppCheck](index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **version**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, **noticeUpdate**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, **date**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), version: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, notice: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, noticeUpdate: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, date: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [Auth.AppCheck](index.md)


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [date](date.md)| [jvm] val [date](date.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
-| [notice](notice.md)| [jvm] val [notice](notice.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null
-| [noticeUpdate](notice-update.md)| [jvm] val [noticeUpdate](notice-update.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [version](version.md)| [jvm] val [version](version.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
+| [date](date.html) | [jvm]
val [date](date.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | +| [notice](notice.html) | [jvm]
val [notice](notice.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null | +| [noticeUpdate](notice-update.html) | [jvm]
val [noticeUpdate](notice-update.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [version](version.html) | [jvm]
val [version](version.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice-update.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice-update.md index a78bc1db..70ca84f2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice-update.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice-update.md @@ -1,14 +1,15 @@ --- -title: noticeUpdate - +title: noticeUpdate --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.security](../../index.md)/[Auth](../index.md)/[AppCheck](index.md)/[noticeUpdate](notice-update.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.security](../../index.html)/[Auth](../index.html) +/[AppCheck](index.html)/[noticeUpdate](notice-update.html) +# noticeUpdate +[jvm]\ +val [noticeUpdate](notice-update.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +? = null -# noticeUpdate -[jvm] -Content -val [noticeUpdate](notice-update.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice.md index c4e7c69c..8f8447e4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice.md @@ -1,14 +1,14 @@ --- -title: notice - +title: notice --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.security](../../index.md)/[Auth](../index.md)/[AppCheck](index.md)/[notice](notice.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.security](../../index.html)/[Auth](../index.html) +/[AppCheck](index.html)/[notice](notice.html) +# notice +[jvm]\ +val [notice](notice.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null -# notice -[jvm] -Content -val [notice](notice.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/result.md index 0588aa59..1a4cace9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.security](../../index.md)/[Auth](../index.md)/[AppCheck](index.md)/[result](result.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.security](../../index.html)/[Auth](../index.html) +/[AppCheck](index.html)/[result](result.html) +# result +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/version.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/version.md index d72ad84a..9765f084 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/version.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/version.md @@ -1,14 +1,14 @@ --- -title: version - +title: version --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.security](../../index.md)/[Auth](../index.md)/[AppCheck](index.md)/[version](version.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.security](../../index.html)/[Auth](../index.html) +/[AppCheck](index.html)/[version](version.html) +# version +[jvm]\ +val [version](version.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null -# version -[jvm] -Content -val [version](version.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-auth.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-auth.md index 9ef68ef3..b2e800e9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-auth.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/-auth.md @@ -1,14 +1,14 @@ --- -title: Auth - +title: Auth --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md)/[Auth](-auth.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[Auth](-auth.html) +# Auth +[jvm]\ +fun [Auth](-auth.html)() -# Auth -[jvm] -Content -fun [Auth](-auth.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fcm-token.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fcm-token.md index 24919bec..117f81f3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fcm-token.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fcm-token.md @@ -1,14 +1,15 @@ --- -title: fcmToken - +title: fcmToken --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md)/[fcmToken](fcm-token.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[fcmToken](fcm-token.html) +# fcmToken +[jvm]\ +lateinit +var [fcmToken](fcm-token.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# fcmToken -[jvm] -Content -var [fcmToken](fcm-token.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-app-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-app-id.md index af24daa3..7cad191f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-app-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-app-id.md @@ -1,37 +1,34 @@ --- -title: fetchAppId - +title: fetchAppId --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md)/[fetchAppId](fetch-app-id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[fetchAppId](fetch-app-id.html) +# fetchAppId - -# fetchAppId -[jvm] -Content -fun [fetchAppId](fetch-app-id.md)(hashedAppKey: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [fetchAppId](fetch-app-id.html)( +hashedAppKey: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) app_id를 서버로부터 얻어오는 메소드입니다. +#### Return +[java.lang.String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) app_id를 반환합니다. -#### Return - +## Parameters -[java.lang.String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) app_id를 반환합니다. +jvm +| | | +|---|---| +| hashedAppKey | SHA256 단방향 암호화된 value_token 값입니다. | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| hashedAppKey|

SHA256 단방향 암호화된 value_token 값입니다.

- - +| [java.lang.NullPointerException](https://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html) | app_id를 얻어올 수 없는 경우, NullPointerException이 발생합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-fcm-token.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-fcm-token.md new file mode 100644 index 00000000..bb86a59a --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-fcm-token.md @@ -0,0 +1,20 @@ +--- +title: fetchFcmToken +--- +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[fetchFcmToken](fetch-fcm-token.html) + +# fetchFcmToken + +[jvm]\ + +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() + +fun [fetchFcmToken](fetch-fcm-token.html)( +argFid: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, +argRefreshToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = +null): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fid.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fid.md new file mode 100644 index 00000000..541f11f2 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/fid.md @@ -0,0 +1,13 @@ +--- +title: fid +--- +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html)/[fid](fid.html) + +# fid + +[jvm]\ +lateinit var [fid](fid.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/generate-hashed-app-key.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/generate-hashed-app-key.md index fa4313b7..43be227f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/generate-hashed-app-key.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/generate-hashed-app-key.md @@ -1,27 +1,20 @@ --- -title: generateHashedAppKey - +title: generateHashedAppKey --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md)/[generateHashedAppKey](generate-hashed-app-key.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[generateHashedAppKey](generate-hashed-app-key.html) +# generateHashedAppKey - -# generateHashedAppKey -[jvm] -Content -fun [generateHashedAppKey](generate-hashed-app-key.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [generateHashedAppKey](generate-hashed-app-key.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) SHA256 단방향 암호화된 value_token을 서버로부터 얻어오거나, 생성하는 메소드입니다. - - -#### Return - +#### Return [java.lang.String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) value_token을 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-check.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-check.md index 8c7bc327..ed0b9846 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-check.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-check.md @@ -1,27 +1,25 @@ --- -title: getAppCheck - +title: getAppCheck --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md)/[getAppCheck](get-app-check.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[getAppCheck](get-app-check.html) +# getAppCheck - -# getAppCheck -[jvm] -Content -fun [getAppCheck](get-app-check.md)(): [Auth.AppCheck](-app-check/index.md) -More info - +[jvm]\ +fun [getAppCheck](get-app-check.html)(): [Auth.AppCheck](-app-check/index.html) app_check에서 정보를 얻어오는 메소드입니다. +#### Return +[AppCheck](-app-check/index.html) AppCheck 또는 null을 반환합니다. -#### Return - - -[AppCheck](-app-check/index.md) AppCheck 또는 null을 반환합니다. +#### Throws - +| | | +|---|---| +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | app_check에 접근 할 수 없는 경우, HttpException이 발생합니다. | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-id.md index 6a670c01..eb1b0bb1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-id.md @@ -1,27 +1,20 @@ --- -title: getAppId - +title: getAppId --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md)/[getAppId](get-app-id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[getAppId](get-app-id.html) +# getAppId - -# getAppId -[jvm] -Content -fun [getAppId](get-app-id.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -More info - +[jvm]\ +fun [getAppId](get-app-id.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) 캐시된 app_id를 얻어오는 메소드입니다. - - -#### Return - +#### Return [java.lang.String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) app_id를 반환합니다. - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/index.md index 79c63d89..5d5241fe 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/index.md @@ -1,38 +1,40 @@ --- -title: Auth - +title: Auth --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +# Auth +[jvm]\ +class [Auth](index.html) -# Auth - [jvm] class [Auth](index.md) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [AppCheck](-app-check/index.md)| [jvm]
Content
data class [AppCheck](-app-check/index.md)(**result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **version**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, **noticeUpdate**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, **date**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+| [AppCheck](-app-check/index.html) | [jvm]
data class [AppCheck](-app-check/index.html)(** +result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** +version**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, ** +notice**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** +noticeUpdate**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)?, ** +date**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | +## Functions -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [fetchAppId](fetch-app-id.md)| [jvm]
Content
fun [fetchAppId](fetch-app-id.md)(hashedAppKey: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
app_id를 서버로부터 얻어오는 메소드입니다.


-| [generateHashedAppKey](generate-hashed-app-key.md)| [jvm]
Content
fun [generateHashedAppKey](generate-hashed-app-key.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
SHA256 단방향 암호화된 value_token을 서버로부터 얻어오거나, 생성하는 메소드입니다.


-| [getAppCheck](get-app-check.md)| [jvm]
Content
fun [getAppCheck](get-app-check.md)(): [Auth.AppCheck](-app-check/index.md)
More info
app_check에서 정보를 얻어오는 메소드입니다.


-| [getAppId](get-app-id.md)| [jvm]
Content
fun [getAppId](get-app-id.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
More info
캐시된 app_id를 얻어오는 메소드입니다.


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [login](login.md)| [jvm]
Content
fun [login](login.md)(user: [User](../../be.zvz.kotlininside.session.user/-user/index.md)): [Session](../../be.zvz.kotlininside.session/-session/index.md)
More info
로그인하기 위해 필요한 메소드


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| [fetchAppId](fetch-app-id.html) | [jvm]
fun [fetchAppId](fetch-app-id.html)(hashedAppKey: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
app_id를 서버로부터 얻어오는 메소드입니다. | +| [fetchFcmToken](fetch-fcm-token.html) | [jvm]
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()
fun [fetchFcmToken](fetch-fcm-token.html)(argFid: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, argRefreshToken: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [generateHashedAppKey](generate-hashed-app-key.html) | [jvm]
fun [generateHashedAppKey](generate-hashed-app-key.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
SHA256 단방향 암호화된 value_token을 서버로부터 얻어오거나, 생성하는 메소드입니다. | +| [getAppCheck](get-app-check.html) | [jvm]
fun [getAppCheck](get-app-check.html)(): [Auth.AppCheck](-app-check/index.html)
app_check에서 정보를 얻어오는 메소드입니다. | +| [getAppId](get-app-id.html) | [jvm]
fun [getAppId](get-app-id.html)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
캐시된 app_id를 얻어오는 메소드입니다. | +| [login](login.html) | [jvm]
fun [login](login.html)(user: [User](../../be.zvz.kotlininside.session.user/-user/index.html)): [Session](../../be.zvz.kotlininside.session/-session/index.html)
로그인하기 위해 필요한 메소드 | + +## Properties + +| Name | Summary | |---|---| -| [fcmToken](fcm-token.md)| [jvm] var [fcmToken](fcm-token.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [fcmToken](fcm-token.html) | [jvm]
lateinit var [fcmToken](fcm-token.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [fid](fid.html) | [jvm]
lateinit var [fid](fid.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [refreshToken](refresh-token.html) | [jvm]
lateinit var [refreshToken](refresh-token.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/login.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/login.md index 24c8c414..c0dcbaa8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/login.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/login.md @@ -1,37 +1,36 @@ --- -title: login - +title: login --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.security](../index.md)/[Auth](index.md)/[login](login.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[login](login.html) +# login - -# login -[jvm] -Content -fun [login](login.md)(user: [User](../../be.zvz.kotlininside.session.user/-user/index.md)): [Session](../../be.zvz.kotlininside.session/-session/index.md) -More info - +[jvm]\ +fun [login](login.html)( +user: [User](../../be.zvz.kotlininside.session.user/-user/index.html)): [Session](../../be.zvz.kotlininside.session/-session/index.html) 로그인하기 위해 필요한 메소드 +#### Return +[be.zvz.kotlininside.session.Session](../../be.zvz.kotlininside.session/-session/index.html) 로그인에 성공했거나, +유동닉([be.zvz.kotlininside.session.user.Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.html)) 객체를 담고있는 +세션을 반환함 -#### Return +## Parameters +jvm -[be.zvz.kotlininside.session.Session](../../be.zvz.kotlininside.session/-session/index.md) 로그인에 성공했거나, 유동닉([be.zvz.kotlininside.session.user.Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.md)) 객체를 담고있는 세션을 반환함 - +| | | +|---|---| +| user | [be.zvz.kotlininside.session.user.Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.html)와 [be.zvz.kotlininside.session.user.LoginUser](../../be.zvz.kotlininside.session.user/-login-user/index.html) 클래스를 매개변수로 받음 | +#### Throws -## Parameters - -jvm - -| Name| Summary| +| | | |---|---| -| user|

[be.zvz.kotlininside.session.user.Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.md)와 [be.zvz.kotlininside.session.user.LoginUser](../../be.zvz.kotlininside.session.user/-login-user/index.md) 클래스를 매개변수로 받음

- - +| [be.zvz.kotlininside.http.HttpException](../../be.zvz.kotlininside.http/-http-exception/index.html) | 계정에 로그인 할 수 없는 경우 HttpException 발생 | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/refresh-token.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/refresh-token.md new file mode 100644 index 00000000..c001711d --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/-auth/refresh-token.md @@ -0,0 +1,15 @@ +--- +title: refreshToken +--- +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.security](../index.html)/[Auth](index.html) +/[refreshToken](refresh-token.html) + +# refreshToken + +[jvm]\ +lateinit +var [refreshToken](refresh-token.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.security/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.security/index.md index f36d1674..40806588 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.security/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.security/index.md @@ -1,17 +1,16 @@ --- -title: be.zvz.kotlininside.security - +title: be.zvz.kotlininside.security --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.security](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.security](index.html) +# Package be.zvz.kotlininside.security +## Types -# Package be.zvz.kotlininside.security - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [App](-app/index.md)| [jvm]
Content
data class [App](-app/index.md)(**token**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))


-| [Auth](-auth/index.md)| [jvm]
Content
class [Auth](-auth/index.md)


+| [App](-app/index.html) | [jvm]
data class [App](-app/index.html)(** +token**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | +| [Auth](-auth/index.html) | [jvm]
class [Auth](-auth/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/-duplicate-named.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/-duplicate-named.md index d9c7755c..38bafcad 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/-duplicate-named.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/-duplicate-named.md @@ -1,14 +1,16 @@ --- -title: DuplicateNamed - +title: DuplicateNamed --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[DuplicateNamed](index.md)/[DuplicateNamed](-duplicate-named.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html) +/[DuplicateNamed](index.html)/[DuplicateNamed](-duplicate-named.html) +# DuplicateNamed +[jvm]\ +fun [DuplicateNamed](-duplicate-named.html)( +id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# DuplicateNamed -[jvm] -Content -fun [DuplicateNamed](-duplicate-named.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/id.md index 752638b1..a6d22b13 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[DuplicateNamed](index.md)/[id](id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html) +/[DuplicateNamed](index.html)/[id](id.html) +# id +[jvm]\ +open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/index.md index 12c72419..6e1de85a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/index.md @@ -1,30 +1,20 @@ --- -title: DuplicateNamed - +title: DuplicateNamed --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[DuplicateNamed](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html) +/[DuplicateNamed](index.html) +# DuplicateNamed +[jvm]\ +data class [DuplicateNamed](index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../../be.zvz.kotlininside.session.user/-login-user/index.html) -# DuplicateNamed - [jvm] data class [DuplicateNamed](index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../../be.zvz.kotlininside.session.user/-login-user/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [DuplicateNamed](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [password](password.md)| [jvm] open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [password](password.html) | [jvm]
open override val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/password.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/password.md index 8828ebac..256c4d5d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/password.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/password.md @@ -1,14 +1,15 @@ --- -title: password - +title: password --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[DuplicateNamed](index.md)/[password](password.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html) +/[DuplicateNamed](index.html)/[password](password.html) +# password +[jvm]\ +open override +val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# password -[jvm] -Content -open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/-named.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/-named.md index ce5252f3..10e07b11 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/-named.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/-named.md @@ -1,14 +1,15 @@ --- -title: Named - +title: Named --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[Named](index.md)/[Named](-named.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html)/[Named](index.html) +/[Named](-named.html) +# Named +[jvm]\ +fun [Named](-named.html)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Named -[jvm] -Content -fun [Named](-named.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/id.md index 4401218b..d77f08ef 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[Named](index.md)/[id](id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html)/[Named](index.html) +/[id](id.html) +# id +[jvm]\ +open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/index.md index fa8740dc..b85f0a4a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/index.md @@ -1,30 +1,19 @@ --- -title: Named - +title: Named --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[Named](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html)/[Named](index.html) +# Named +[jvm]\ +data class [Named](index.html)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +, ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../../be.zvz.kotlininside.session.user/-login-user/index.html) -# Named - [jvm] data class [Named](index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../../be.zvz.kotlininside.session.user/-login-user/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Named](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [password](password.md)| [jvm] open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [password](password.html) | [jvm]
open override val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/password.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/password.md index 85871f41..1efacd56 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/password.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/password.md @@ -1,14 +1,15 @@ --- -title: password - +title: password --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user.named](../index.md)/[Named](index.md)/[password](password.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user.named](../index.html)/[Named](index.html) +/[password](password.html) +# password +[jvm]\ +open override +val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# password -[jvm] -Content -open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/index.md index 279d11ce..c95cb1a5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user.named/index.md @@ -1,17 +1,18 @@ --- -title: be.zvz.kotlininside.session.user.named - +title: be.zvz.kotlininside.session.user.named --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.session.user.named](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.session.user.named](index.html) +# Package be.zvz.kotlininside.session.user.named +## Types -# Package be.zvz.kotlininside.session.user.named - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [DuplicateNamed](-duplicate-named/index.md)| [jvm]
Content
data class [DuplicateNamed](-duplicate-named/index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../be.zvz.kotlininside.session.user/-login-user/index.md)


-| [Named](-named/index.md)| [jvm]
Content
data class [Named](-named/index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../be.zvz.kotlininside.session.user/-login-user/index.md)


+| [DuplicateNamed](-duplicate-named/index.html) | [jvm]
data class [DuplicateNamed](-duplicate-named/index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../be.zvz.kotlininside.session.user/-login-user/index.html) | +| [Named](-named/index.html) | [jvm]
data class [Named](-named/index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [LoginUser](../be.zvz.kotlininside.session.user/-login-user/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/-anonymous.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/-anonymous.md index a8cbfeb9..2b57cf15 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/-anonymous.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/-anonymous.md @@ -1,14 +1,15 @@ --- -title: Anonymous - +title: Anonymous --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[Anonymous](index.md)/[Anonymous](-anonymous.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[Anonymous](index.html) +/[Anonymous](-anonymous.html) +# Anonymous +[jvm]\ +fun [Anonymous](-anonymous.html)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# Anonymous -[jvm] -Content -fun [Anonymous](-anonymous.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/id.md index 3951a45d..0c7c7878 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[Anonymous](index.md)/[id](id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[Anonymous](index.html) +/[id](id.html) +# id +[jvm]\ +open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/index.md index 2da4cf3d..f9e1d41d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/index.md @@ -1,30 +1,19 @@ --- -title: Anonymous - +title: Anonymous --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[Anonymous](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[Anonymous](index.html) +# Anonymous +[jvm]\ +data class [Anonymous](index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](../-user/index.html) -# Anonymous - [jvm] data class [Anonymous](index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](../-user/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Anonymous](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [password](password.md)| [jvm] open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [password](password.html) | [jvm]
open override val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/password.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/password.md index d42c476f..8f688ee3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/password.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/password.md @@ -1,14 +1,15 @@ --- -title: password - +title: password --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[Anonymous](index.md)/[password](password.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[Anonymous](index.html) +/[password](password.html) +# password +[jvm]\ +open override +val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# password -[jvm] -Content -open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/-login-user.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/-login-user.md index 1bc67004..8e02d83a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/-login-user.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/-login-user.md @@ -1,14 +1,15 @@ --- -title: LoginUser - +title: LoginUser --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[LoginUser](index.md)/[LoginUser](-login-user.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[LoginUser](index.html) +/[LoginUser](-login-user.html) +# LoginUser +[jvm]\ +fun [LoginUser](-login-user.html)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), +password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) -# LoginUser -[jvm] -Content -fun [LoginUser](-login-user.md)(id: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), password: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/id.md index 5b54781b..8646e00c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/id.md @@ -1,14 +1,14 @@ --- -title: id - +title: id --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[LoginUser](index.md)/[id](id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[LoginUser](index.html) +/[id](id.html) +# id +[jvm]\ +open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/index.md index a8c187f0..d8dbb8b5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/index.md @@ -1,35 +1,26 @@ --- -title: LoginUser - +title: LoginUser --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[LoginUser](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[LoginUser](index.html) +# LoginUser +[jvm]\ +open class [LoginUser](index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](../-user/index.html) -# LoginUser - [jvm] open class [LoginUser](index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](../-user/index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] open override val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [password](password.md)| [jvm] open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
open override val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [password](password.html) | [jvm]
open override val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +## Inheritors -## Inheritors - -| Name| +| Name | |---| -| [DuplicateNamed](../../be.zvz.kotlininside.session.user.named/-duplicate-named/index.md) -| [Named](../../be.zvz.kotlininside.session.user.named/-named/index.md) +| [DuplicateNamed](../../be.zvz.kotlininside.session.user.named/-duplicate-named/index.html) | +| [Named](../../be.zvz.kotlininside.session.user.named/-named/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/password.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/password.md index 2a6fe87a..44e547e4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/password.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/password.md @@ -1,14 +1,15 @@ --- -title: password - +title: password --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[LoginUser](index.md)/[password](password.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[LoginUser](index.html) +/[password](password.html) +# password +[jvm]\ +open override +val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# password -[jvm] -Content -open override val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.md index 97f9cb10..68df1418 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.md @@ -1,36 +1,19 @@ --- -title: ANONYMOUS - +title: ANONYMOUS --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[ANONYMOUS](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[ANONYMOUS](index.html) +# ANONYMOUS +[jvm]\ +[ANONYMOUS](index.html)("C") -# ANONYMOUS - [jvm] [ANONYMOUS](index.md)("C") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserType](../index.md)>>


-| [equals](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserType](../index.md)>


-| [hashCode](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [stype](stype.md)| [jvm] val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [stype](stype.html) | [jvm]
val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/name.md index 816043cf..7653c987 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[ANONYMOUS](index.md)/[name](name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[ANONYMOUS](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/ordinal.md index 0034e63e..1c4d9feb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[ANONYMOUS](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[ANONYMOUS](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/stype.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/stype.md index 48af1198..855bf217 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/stype.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/stype.md @@ -1,14 +1,14 @@ --- -title: stype - +title: stype --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[ANONYMOUS](index.md)/[stype](stype.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[ANONYMOUS](index.html)/[stype](stype.html) +# stype +[jvm]\ +val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# stype -[jvm] -Content -val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md index ea361ba7..02237f63 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md @@ -1,36 +1,19 @@ --- -title: DUPLICATE_NAMED - +title: DUPLICATE_NAMED --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[DUPLICATE_NAMED](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[DUPLICATE_NAMED](index.html) +# DUPLICATE_NAMED +[jvm]\ +[DUPLICATE_NAMED](index.html)("B") -# DUPLICATE_NAMED - [jvm] [DUPLICATE_NAMED](index.md)("B") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserType](../index.md)>>


-| [equals](index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserType](../index.md)>


-| [hashCode](index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [stype](stype.md)| [jvm] val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [stype](stype.html) | [jvm]
val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/name.md index 07e6f4e1..ce02a362 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[DUPLICATE_NAMED](index.md)/[name](name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[DUPLICATE_NAMED](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/ordinal.md index 4876dc58..3a421ce6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[DUPLICATE_NAMED](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[DUPLICATE_NAMED](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/stype.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/stype.md index 1e4b4899..e2e0fda3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/stype.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/stype.md @@ -1,14 +1,14 @@ --- -title: stype - +title: stype --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[DUPLICATE_NAMED](index.md)/[stype](stype.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[DUPLICATE_NAMED](index.html)/[stype](stype.html) +# stype +[jvm]\ +val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# stype -[jvm] -Content -val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/index.md index b2e72973..ae5fa18d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/index.md @@ -1,36 +1,19 @@ --- -title: NAMED - +title: NAMED --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[NAMED](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[NAMED](index.html) +# NAMED +[jvm]\ +[NAMED](index.html)("A") -# NAMED - [jvm] [NAMED](index.md)("A") - +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [clone](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
protected fun [clone](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fclone%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)


-| [compareTo](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserType](../index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserType](../index.md)>>


-| [equals](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserType](../index.md)>


-| [hashCode](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [stype](stype.md)| [jvm] val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](ordinal.html) | [jvm]
val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [stype](stype.html) | [jvm]
val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/name.md index 3b34f76d..f12a9c11 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[NAMED](index.md)/[name](name.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[NAMED](index.html)/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/ordinal.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/ordinal.md index 5ec8808c..e594dd9f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/ordinal.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/ordinal.md @@ -1,14 +1,14 @@ --- -title: ordinal - +title: ordinal --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[NAMED](index.md)/[ordinal](ordinal.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[NAMED](index.html)/[ordinal](ordinal.html) +# ordinal +[jvm]\ +val [ordinal](ordinal.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) -# ordinal -[jvm] -Content -val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/stype.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/stype.md index 64ed8b5c..3affd968 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/stype.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/stype.md @@ -1,14 +1,14 @@ --- -title: stype - +title: stype --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.session.user](../../index.md)/[UserType](../index.md)/[NAMED](index.md)/[stype](stype.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.session.user](../../index.html)/[UserType](../index.html) +/[NAMED](index.html)/[stype](stype.html) +# stype +[jvm]\ +val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# stype -[jvm] -Content -val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/index.md index 05ed79c6..40cd1f0e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/index.md @@ -1,43 +1,27 @@ --- -title: UserType - +title: UserType --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[UserType](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[UserType](index.html) +# UserType +[jvm]\ +enum [UserType](index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserType]( +index.html)> -# UserType - [jvm] enum [UserType](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserType](index.md)> +## Entries - -## Entries - -| Name| Summary| -|---|---| -| [ANONYMOUS](-a-n-o-n-y-m-o-u-s/index.md)| [jvm] [ANONYMOUS](-a-n-o-n-y-m-o-u-s/index.md)("C")

-| [NAMED](-n-a-m-e-d/index.md)| [jvm] [NAMED](-n-a-m-e-d/index.md)("A")

-| [DUPLICATE_NAMED](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md)| [jvm] [DUPLICATE_NAMED](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md)("B")

- - -## Functions - -| Name| Summary| +| | | |---|---| -| [compareTo](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [compareTo](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FcompareTo%2F%23be.zvz.kotlininside.session.user.UserType%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [UserType](index.md)): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [describeConstable](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
~~ -override~~ ~~fun~~ [~~ -describeConstable~~](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FdescribeConstable%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)~~(~~~~)~~~~:~~ [Optional](https://docs.oracle.com/javase/7/docs/api/java/util/Optional.html)<[Enum.EnumDesc](https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.EnumDesc.html)<[UserType](index.md)>>


-| [equals](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
operator override fun [equals](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [finalize](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [finalize](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2Ffinalize%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)()


-| [getDeclaringClass](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
fun [getDeclaringClass](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FgetDeclaringClass%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Class](https://docs.oracle.com/javase/7/docs/api/java/lang/Class.html)<[UserType](index.md)>


-| [hashCode](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
override fun [hashCode](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.md#%5Bkotlin%2FEnum%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [DUPLICATE_NAMED](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.html) | [jvm]
[DUPLICATE_NAMED](-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.html)("B") | +| [NAMED](-n-a-m-e-d/index.html) | [jvm]
[NAMED](-n-a-m-e-d/index.html)("A") | +| [ANONYMOUS](-a-n-o-n-y-m-o-u-s/index.html) | [jvm]
[ANONYMOUS](-a-n-o-n-y-m-o-u-s/index.html)("C") | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [ordinal](ordinal.md)| [jvm] val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [stype](stype.md)| [jvm] val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [name](index.html#1247875838%2FProperties%2F863300109) | [jvm]
val [name](index.html#1247875838%2FProperties%2F863300109): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ordinal](index.html#2001472384%2FProperties%2F863300109) | [jvm]
val [ordinal](index.html#2001472384%2FProperties%2F863300109): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [stype](stype.html) | [jvm]
val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/stype.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/stype.md index 3566e421..2c46c81f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/stype.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/stype.md @@ -1,14 +1,14 @@ --- -title: stype - +title: stype --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[UserType](index.md)/[stype](stype.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[UserType](index.html) +/[stype](stype.html) +# stype +[jvm]\ +val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# stype -[jvm] -Content -val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/id.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/id.md index 8787a148..fc992c48 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/id.md @@ -1,14 +1,13 @@ --- -title: id - +title: id --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[User](index.md)/[id](id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[User](index.html)/[id](id.html) +# id +[jvm]\ +abstract val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# id -[jvm] -Content -abstract val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/index.md index 78a8d5b4..7ee66674 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/index.md @@ -1,35 +1,24 @@ --- -title: User - +title: User --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[User](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[User](index.html) +# User +[jvm]\ +interface [User](index.html) -# User - [jvm] interface [User](index.md) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [id](id.md)| [jvm] abstract val [id](id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [password](password.md)| [jvm] abstract val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [id](id.html) | [jvm]
abstract val [id](id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [password](password.html) | [jvm]
abstract val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +## Inheritors -## Inheritors - -| Name| +| Name | |---| -| [Anonymous](../-anonymous/index.md) -| [LoginUser](../-login-user/index.md) +| [Anonymous](../-anonymous/index.html) | +| [LoginUser](../-login-user/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/password.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/password.md index 43c3517f..a63fec01 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/password.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/-user/password.md @@ -1,14 +1,14 @@ --- -title: password - +title: password --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session.user](../index.md)/[User](index.md)/[password](password.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session.user](../index.html)/[User](index.html) +/[password](password.html) +# password +[jvm]\ +abstract val [password](password.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# password -[jvm] -Content -abstract val [password](password.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/index.md index 448d308e..b3628c2d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session.user/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session.user/index.md @@ -1,19 +1,20 @@ --- -title: be.zvz.kotlininside.session.user - +title: be.zvz.kotlininside.session.user --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.session.user](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.session.user](index.html) +# Package be.zvz.kotlininside.session.user +## Types -# Package be.zvz.kotlininside.session.user - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Anonymous](-anonymous/index.md)| [jvm]
Content
data class [Anonymous](-anonymous/index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](-user/index.md)


-| [LoginUser](-login-user/index.md)| [jvm]
Content
open class [LoginUser](-login-user/index.md)(**id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](-user/index.md)


-| [User](-user/index.md)| [jvm]
Content
interface [User](-user/index.md)


-| [UserType](-user-type/index.md)| [jvm]
Content
enum [UserType](-user-type/index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserType](-user-type/index.md)>


+| [Anonymous](-anonymous/index.html) | [jvm]
data class [Anonymous](-anonymous/index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](-user/index.html) | +| [LoginUser](-login-user/index.html) | [jvm]
open class [LoginUser](-login-user/index.html)(** +id**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** +password**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [User](-user/index.html) | +| [User](-user/index.html) | [jvm]
interface [User](-user/index.html) | +| [UserType](-user-type/index.html) | [jvm]
enum [UserType](-user-type/index.html) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[UserType](-user-type/index.html)> | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/-session-detail.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/-session-detail.md index 0e608a49..9d364394 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/-session-detail.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/-session-detail.md @@ -1,14 +1,13 @@ --- -title: SessionDetail - +title: SessionDetail --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md)/[SessionDetail](-session-detail.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[SessionDetail](-session-detail.html) +# SessionDetail - -# SessionDetail -[jvm] -Content -fun [SessionDetail](-session-detail.md)( +[jvm]\ +fun [SessionDetail](-session-detail.html)( result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), userNo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), @@ -19,7 +18,8 @@ isDormancy: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index isOtp: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pwCampaign: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), mailSend: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), -cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) +cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/cause.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/cause.md index 06c252dd..4247cf37 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/cause.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/cause.md @@ -1,13 +1,14 @@ --- -title: cause - +title: cause --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md)/[cause](cause.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[cause](cause.html) # cause -[jvm] -Content -val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? +[jvm]\ +val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/index.md index b89a3342..2f343800 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/index.md @@ -1,13 +1,12 @@ --- -title: SessionDetail - +title: SessionDetail --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +# SessionDetail - -# SessionDetail - -[jvm] data class [SessionDetail](index.md)(** +[jvm]\ +data class [SessionDetail](index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** userNo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** @@ -20,40 +19,19 @@ pwCampaign**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/ind mailSend**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [component10](component10.md)| [jvm]
Content
operator fun [component10](component10.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component11](component11.md)| [jvm]
Content
operator fun [component11](component11.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component3](component3.md)| [jvm]
Content
operator fun [component3](component3.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component4](component4.md)| [jvm]
Content
operator fun [component4](component4.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component5](component5.md)| [jvm]
Content
operator fun [component5](component5.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [component6](component6.md)| [jvm]
Content
operator fun [component6](component6.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component7](component7.md)| [jvm]
Content
operator fun [component7](component7.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component8](component8.md)| [jvm]
Content
operator fun [component8](component8.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [component9](component9.md)| [jvm]
Content
operator fun [component9](component9.md)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(result: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), userId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), userNo: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), stype: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), isAdult: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), isDormancy: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), isOtp: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), pwCampaign: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), mailSend: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), cause: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?): [SessionDetail](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties +## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [cause](cause.md)| [jvm] val [cause](cause.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
-| [isAdult](is-adult.md)| [jvm] val [isAdult](is-adult.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [isDormancy](is-dormancy.md)| [jvm] val [isDormancy](is-dormancy.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [isOtp](is-otp.md)| [jvm] val [isOtp](is-otp.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [mailSend](mail-send.md)| [jvm] val [mailSend](mail-send.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [name](name.md)| [jvm] val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [pwCampaign](pw-campaign.md)| [jvm] val [pwCampaign](pw-campaign.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
-| [result](result.md)| [jvm] val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
-| [stype](stype.md)| [jvm] val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [userId](user-id.md)| [jvm] val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [userNo](user-no.md)| [jvm] val [userNo](user-no.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
+| [cause](cause.html) | [jvm]
val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | +| [isAdult](is-adult.html) | [jvm]
val [isAdult](is-adult.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [isDormancy](is-dormancy.html) | [jvm]
val [isDormancy](is-dormancy.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [isOtp](is-otp.html) | [jvm]
val [isOtp](is-otp.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [mailSend](mail-send.html) | [jvm]
val [mailSend](mail-send.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [name](name.html) | [jvm]
val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [pwCampaign](pw-campaign.html) | [jvm]
val [pwCampaign](pw-campaign.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | +| [result](result.html) | [jvm]
val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | +| [stype](stype.html) | [jvm]
val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [userId](user-id.html) | [jvm]
val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [userNo](user-no.html) | [jvm]
val [userNo](user-no.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-adult.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-adult.md index cfda3881..e5e42aa1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-adult.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-adult.md @@ -1,14 +1,14 @@ --- -title: isAdult - +title: isAdult --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md) -/[isAdult](is-adult.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[isAdult](is-adult.html) # isAdult -[jvm] -Content -val [isAdult](is-adult.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [isAdult](is-adult.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-dormancy.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-dormancy.md index 8942353f..ecdf9f94 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-dormancy.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-dormancy.md @@ -1,14 +1,14 @@ --- -title: isDormancy - +title: isDormancy --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md) -/[isDormancy](is-dormancy.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[isDormancy](is-dormancy.html) # isDormancy -[jvm] -Content -val [isDormancy](is-dormancy.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [isDormancy](is-dormancy.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-otp.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-otp.md index 915def35..6e07de4b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-otp.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-otp.md @@ -1,13 +1,14 @@ --- -title: isOtp - +title: isOtp --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md)/[isOtp](is-otp.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[isOtp](is-otp.html) # isOtp -[jvm] -Content -val [isOtp](is-otp.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [isOtp](is-otp.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/mail-send.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/mail-send.md index 0f61ecba..9d418bfa 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/mail-send.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/mail-send.md @@ -1,14 +1,14 @@ --- -title: mailSend - +title: mailSend --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md) -/[mailSend](mail-send.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[mailSend](mail-send.html) # mailSend -[jvm] -Content -val [mailSend](mail-send.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +[jvm]\ +val [mailSend](mail-send.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/name.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/name.md index bcd80d7e..918e4f2c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/name.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/name.md @@ -1,14 +1,14 @@ --- -title: name - +title: name --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md)/[name](name.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[name](name.html) +# name +[jvm]\ +val [name](name.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# name -[jvm] -Content -val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/pw-campaign.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/pw-campaign.md index b6c1acb7..6b0d19c7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/pw-campaign.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/pw-campaign.md @@ -1,14 +1,14 @@ --- -title: pwCampaign - +title: pwCampaign --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md) -/[pwCampaign](pw-campaign.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[pwCampaign](pw-campaign.html) # pwCampaign -[jvm] -Content -val [pwCampaign](pw-campaign.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) +[jvm]\ +val [pwCampaign](pw-campaign.html): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/result.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/result.md index f056b21c..82224424 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/result.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/result.md @@ -1,14 +1,14 @@ --- -title: result - +title: result --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md) -/[result](result.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[result](result.html) # result -[jvm] -Content -val [result](result.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) +[jvm]\ +val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/stype.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/stype.md index 0f90c59e..998412b3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/stype.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/stype.md @@ -1,14 +1,14 @@ --- -title: stype - +title: stype --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md)/[stype](stype.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[stype](stype.html) +# stype +[jvm]\ +val [stype](stype.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# stype -[jvm] -Content -val [stype](stype.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-id.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-id.md index 3dfc90a0..6586775c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-id.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-id.md @@ -1,14 +1,14 @@ --- -title: userId - +title: userId --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md)/[userId](user-id.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[userId](user-id.html) +# userId +[jvm]\ +val [userId](user-id.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# userId -[jvm] -Content -val [userId](user-id.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-no.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-no.md index ca2ca1f9..77860b8f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-no.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-no.md @@ -1,14 +1,14 @@ --- -title: userNo - +title: userNo --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[SessionDetail](index.md)/[userNo](user-no.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[SessionDetail](index.html) +/[userNo](user-no.html) +# userNo +[jvm]\ +val [userNo](user-no.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# userNo -[jvm] -Content -val [userNo](user-no.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/-session.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/-session.md index 9a5b04d8..6ad0e5f5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/-session.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/-session.md @@ -1,14 +1,15 @@ --- -title: Session - +title: Session --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[Session](index.md)/[Session](-session.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[Session](index.html) +/[Session](-session.html) +# Session +[jvm]\ +fun [Session](-session.html)(user: [User](../../be.zvz.kotlininside.session.user/-user/index.html), +detail: [SessionDetail](../-session-detail/index.html)?) -# Session -[jvm] -Content -fun [Session](-session.md)(user: [User](../../be.zvz.kotlininside.session.user/-user/index.md), detail: [SessionDetail](../-session-detail/index.md)?) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/detail.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/detail.md index b3ac5a26..da586e26 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/detail.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/detail.md @@ -1,14 +1,14 @@ --- -title: detail - +title: detail --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[Session](index.md)/[detail](detail.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[Session](index.html) +/[detail](detail.html) +# detail +[jvm]\ +val [detail](detail.html): [SessionDetail](../-session-detail/index.html)? -# detail -[jvm] -Content -val [detail](detail.md): [SessionDetail](../-session-detail/index.md)? diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/index.md index 097f7e20..2a61b7cc 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/index.md @@ -1,30 +1,18 @@ --- -title: Session - +title: Session --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[Session](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[Session](index.html) +# Session +[jvm]\ +data class [Session](index.html)(**user**: [User](../../be.zvz.kotlininside.session.user/-user/index.html), ** +detail**: [SessionDetail](../-session-detail/index.html)?) -# Session - [jvm] data class [Session](index.md)(**user**: [User](../../be.zvz.kotlininside.session.user/-user/index.md), **detail**: [SessionDetail](../-session-detail/index.md)?) +## Properties - -## Functions - -| Name| Summary| -|---|---| -| [component1](component1.md)| [jvm]
Content
operator fun [component1](component1.md)(): [User](../../be.zvz.kotlininside.session.user/-user/index.md)


-| [component2](component2.md)| [jvm]
Content
operator fun [component2](component2.md)(): [SessionDetail](../-session-detail/index.md)?


-| [copy](copy.md)| [jvm]
Content
fun [copy](copy.md)(user: [User](../../be.zvz.kotlininside.session.user/-user/index.md), detail: [SessionDetail](../-session-detail/index.md)?): [Session](index.md)


-| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator override fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open override fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


- - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [detail](detail.md)| [jvm] val [detail](detail.md): [SessionDetail](../-session-detail/index.md)?
-| [user](user.md)| [jvm] val [user](user.md): [User](../../be.zvz.kotlininside.session.user/-user/index.md)
+| [detail](detail.html) | [jvm]
val [detail](detail.html): [SessionDetail](../-session-detail/index.html)? | +| [user](user.html) | [jvm]
val [user](user.html): [User](../../be.zvz.kotlininside.session.user/-user/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/user.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/user.md index 896b1997..0938bcbe 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/user.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/-session/user.md @@ -1,14 +1,14 @@ --- -title: user - +title: user --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.session](../index.md)/[Session](index.md)/[user](user.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.session](../index.html)/[Session](index.html) +/[user](user.html) +# user +[jvm]\ +val [user](user.html): [User](../../be.zvz.kotlininside.session.user/-user/index.html) -# user -[jvm] -Content -val [user](user.md): [User](../../be.zvz.kotlininside.session.user/-user/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.session/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.session/index.md index bbfd591b..b0f24b19 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.session/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.session/index.md @@ -1,21 +1,18 @@ --- -title: be.zvz.kotlininside.session - +title: be.zvz.kotlininside.session --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.session](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.session](index.html) +# Package be.zvz.kotlininside.session +## Types -# Package be.zvz.kotlininside.session - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Session](-session/index.md)| [jvm]
Content
data class [Session](-session/index.md)(** -user**: [User](../be.zvz.kotlininside.session.user/-user/index.md), ** -detail**: [SessionDetail](-session-detail/index.md)?)


-| [SessionDetail](-session-detail/index.md)| [jvm]
Content
data class [SessionDetail](-session-detail/index.md)(** +| [Session](-session/index.html) | [jvm]
data class [Session](-session/index.html)(** +user**: [User](../be.zvz.kotlininside.session.user/-user/index.html), ** +detail**: [SessionDetail](-session-detail/index.html)?) | +| [SessionDetail](-session-detail/index.html) | [jvm]
data class [SessionDetail](-session-detail/index.html)(** result**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), ** userId**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** userNo**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** @@ -26,5 +23,5 @@ isDormancy**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/ind isOtp**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** pwCampaign**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), ** mailSend**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), ** -cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?)


+cause**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/index.md index d44c0dea..8276bc6c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/index.md @@ -1,22 +1,19 @@ --- -title: Companion - +title: Companion --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.utils](../../index.md)/[StringUtil](../index.md)/[Companion](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.utils](../../index.html)/[StringUtil](../index.html) +/[Companion](index.html) +# Companion +[jvm]\ +object [Companion](index.html) -# Companion - [jvm] object [Companion](index.md) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [mdToHtml](md-to-html.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [mdToHtml](md-to-html.md)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [toHtml](to-html.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [toHtml](to-html.md)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [toString](index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


-| [ynToBoolean](yn-to-boolean.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [ynToBoolean](yn-to-boolean.md)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


+| [mdToHtml](md-to-html.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [mdToHtml](md-to-html.html)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [toHtml](to-html.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [toHtml](to-html.html)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [ynToBoolean](yn-to-boolean.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [ynToBoolean](yn-to-boolean.html)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/md-to-html.md b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/md-to-html.md index 9b949fe5..af33be4a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/md-to-html.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/md-to-html.md @@ -1,16 +1,18 @@ --- -title: mdToHtml - +title: mdToHtml --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.utils](../../index.md)/[StringUtil](../index.md)/[Companion](index.md)/[mdToHtml](md-to-html.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.utils](../../index.html)/[StringUtil](../index.html) +/[Companion](index.html)/[mdToHtml](md-to-html.html) +# mdToHtml +[jvm]\ + +@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() + +fun [mdToHtml](md-to-html.html)( +s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# mdToHtml -[jvm] -Content -@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() - -fun [mdToHtml](md-to-html.md)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/to-html.md b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/to-html.md index 6c4e374b..5383c595 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/to-html.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/to-html.md @@ -1,16 +1,18 @@ --- -title: toHtml - +title: toHtml --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.utils](../../index.md)/[StringUtil](../index.md)/[Companion](index.md)/[toHtml](to-html.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.utils](../../index.html)/[StringUtil](../index.html) +/[Companion](index.html)/[toHtml](to-html.html) +# toHtml +[jvm]\ + +@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() + +fun [toHtml](to-html.html)( +s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# toHtml -[jvm] -Content -@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() - -fun [toHtml](to-html.md)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/yn-to-boolean.md b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/yn-to-boolean.md index 1178240c..c144e292 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/yn-to-boolean.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/yn-to-boolean.md @@ -1,16 +1,18 @@ --- -title: ynToBoolean - +title: ynToBoolean --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.utils](../../index.md)/[StringUtil](../index.md)/[Companion](index.md)/[ynToBoolean](yn-to-boolean.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.utils](../../index.html)/[StringUtil](../index.html) +/[Companion](index.html)/[ynToBoolean](yn-to-boolean.html) +# ynToBoolean +[jvm]\ + +@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() + +fun [ynToBoolean](yn-to-boolean.html)( +s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) -# ynToBoolean -[jvm] -Content -@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() - -fun [ynToBoolean](yn-to-boolean.md)(s: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-string-util.md b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-string-util.md index e95c1bbd..c074692e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-string-util.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-string-util.md @@ -1,14 +1,14 @@ --- -title: StringUtil - +title: StringUtil --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.utils](../index.md)/[StringUtil](index.md)/[StringUtil](-string-util.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.utils](../index.html)/[StringUtil](index.html) +/[StringUtil](-string-util.html) +# StringUtil +[jvm]\ +fun [StringUtil](-string-util.html)() -# StringUtil -[jvm] -Content -fun [StringUtil](-string-util.md)() diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/index.md index ad8efa24..9a669187 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/index.md @@ -1,26 +1,16 @@ --- -title: StringUtil - +title: StringUtil --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.utils](../index.md)/[StringUtil](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.utils](../index.html)/[StringUtil](index.html) +# StringUtil +[jvm]\ +class [StringUtil](index.html) -# StringUtil - [jvm] class [StringUtil](index.md) +## Types - -## Types - -| Name| Summary| -|---|---| -| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


- - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [Companion](-companion/index.html) | [jvm]
object [Companion](-companion/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.utils/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.utils/index.md index d39ef2d0..261fa577 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.utils/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.utils/index.md @@ -1,16 +1,13 @@ --- -title: be.zvz.kotlininside.utils - +title: be.zvz.kotlininside.utils --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.utils](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.utils](index.html) +# Package be.zvz.kotlininside.utils +## Types -# Package be.zvz.kotlininside.utils - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [StringUtil](-string-util/index.md)| [jvm]
Content
class [StringUtil](-string-util/index.md)


+| [StringUtil](-string-util/index.html) | [jvm]
class [StringUtil](-string-util/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-p-p_-a-p-i.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-p-p_-a-p-i.md index 77dd430b..7f16a778 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-p-p_-a-p-i.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-p-p_-a-p-i.md @@ -1,14 +1,15 @@ --- -title: APP_API - +title: APP_API --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md)/[APP_API](-a-p-p_-a-p-i.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +/[APP_API](-a-p-p_-a-p-i.html) +# APP_API +[jvm]\ +const +val [APP_API](-a-p-p_-a-p-i.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# APP_API -[jvm] -Content -val [APP_API](-a-p-p_-a-p-i.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-u-t-h_-a-p-i.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-u-t-h_-a-p-i.md index 352ab65a..cd3b5400 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-u-t-h_-a-p-i.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-u-t-h_-a-p-i.md @@ -1,14 +1,15 @@ --- -title: AUTH_API - +title: AUTH_API --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md)/[AUTH_API](-a-u-t-h_-a-p-i.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +/[AUTH_API](-a-u-t-h_-a-p-i.html) +# AUTH_API +[jvm]\ +const +val [AUTH_API](-a-u-t-h_-a-p-i.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# AUTH_API -[jvm] -Content -val [AUTH_API](-a-u-t-h_-a-p-i.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-e-l-e-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-e-l-e-t-e.md index 9d3a8d2b..48111753 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-e-l-e-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-e-l-e-t-e.md @@ -1,14 +1,14 @@ --- -title: DELETE - +title: DELETE --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[DELETE](-d-e-l-e-t-e.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[DELETE](-d-e-l-e-t-e.html) +# DELETE +[jvm]\ +const val [DELETE](-d-e-l-e-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DELETE -[jvm] -Content -val [DELETE](-d-e-l-e-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-o-w-n-v-o-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-o-w-n-v-o-t-e.md index ebda8a4a..c2c6c1a3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-o-w-n-v-o-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-o-w-n-v-o-t-e.md @@ -1,14 +1,15 @@ --- -title: DOWNVOTE - +title: DOWNVOTE --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[DOWNVOTE](-d-o-w-n-v-o-t-e.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[DOWNVOTE](-d-o-w-n-v-o-t-e.html) +# DOWNVOTE +[jvm]\ +const +val [DOWNVOTE](-d-o-w-n-v-o-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DOWNVOTE -[jvm] -Content -val [DOWNVOTE](-d-o-w-n-v-o-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-h-i-t_-u-p-v-o-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-h-i-t_-u-p-v-o-t-e.md index e13c245c..922167e5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-h-i-t_-u-p-v-o-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-h-i-t_-u-p-v-o-t-e.md @@ -1,14 +1,15 @@ --- -title: HIT_UPVOTE - +title: HIT_UPVOTE --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.html) +# HIT_UPVOTE +[jvm]\ +const +val [HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# HIT_UPVOTE -[jvm] -Content -val [HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-l-i-s-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-l-i-s-t.md index 6505cbe6..5893db51 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-l-i-s-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-l-i-s-t.md @@ -1,14 +1,14 @@ --- -title: LIST - +title: LIST --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[LIST](-l-i-s-t.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[LIST](-l-i-s-t.html) +# LIST +[jvm]\ +const val [LIST](-l-i-s-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# LIST -[jvm] -Content -val [LIST](-l-i-s-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-m-o-d-i-f-y.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-m-o-d-i-f-y.md index 48237bd6..ae28a9a8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-m-o-d-i-f-y.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-m-o-d-i-f-y.md @@ -1,14 +1,14 @@ --- -title: MODIFY - +title: MODIFY --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[MODIFY](-m-o-d-i-f-y.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[MODIFY](-m-o-d-i-f-y.html) +# MODIFY +[jvm]\ +const val [MODIFY](-m-o-d-i-f-y.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MODIFY -[jvm] -Content -val [MODIFY](-m-o-d-i-f-y.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-a-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-a-d.md index 71c8921e..9d16d13b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-a-d.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-a-d.md @@ -1,14 +1,14 @@ --- -title: READ - +title: READ --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[READ](-r-e-a-d.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[READ](-r-e-a-d.html) +# READ +[jvm]\ +const val [READ](-r-e-a-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# READ -[jvm] -Content -val [READ](-r-e-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-p-o-r-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-p-o-r-t.md index c3b101d4..774f2f12 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-p-o-r-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-p-o-r-t.md @@ -1,14 +1,14 @@ --- -title: REPORT - +title: REPORT --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[REPORT](-r-e-p-o-r-t.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[REPORT](-r-e-p-o-r-t.html) +# REPORT +[jvm]\ +const val [REPORT](-r-e-p-o-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# REPORT -[jvm] -Content -val [REPORT](-r-e-p-o-r-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-u-p-v-o-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-u-p-v-o-t-e.md index 2eb15b78..b2e43986 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-u-p-v-o-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-u-p-v-o-t-e.md @@ -1,14 +1,14 @@ --- -title: UPVOTE - +title: UPVOTE --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[UPVOTE](-u-p-v-o-t-e.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[UPVOTE](-u-p-v-o-t-e.html) +# UPVOTE +[jvm]\ +const val [UPVOTE](-u-p-v-o-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# UPVOTE -[jvm] -Content -val [UPVOTE](-u-p-v-o-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-w-r-i-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-w-r-i-t-e.md index 724e906c..67b69fd4 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-w-r-i-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-w-r-i-t-e.md @@ -1,14 +1,14 @@ --- -title: WRITE - +title: WRITE --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md)/[WRITE](-w-r-i-t-e.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html)/[WRITE](-w-r-i-t-e.html) +# WRITE +[jvm]\ +const val [WRITE](-w-r-i-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# WRITE -[jvm] -Content -val [WRITE](-w-r-i-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/index.md index 01d732d0..5f0dcaae 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/index.md @@ -1,25 +1,25 @@ --- -title: Article - +title: Article --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Article](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Article](index.html) +# Article +[jvm]\ +object [Article](index.html) -# Article - [jvm] class [Article](index.md) +## Properties - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [DELETE](-d-e-l-e-t-e.md)| [jvm] val [DELETE](-d-e-l-e-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [DOWNVOTE](-d-o-w-n-v-o-t-e.md)| [jvm] val [DOWNVOTE](-d-o-w-n-v-o-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.md)| [jvm] val [HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [LIST](-l-i-s-t.md)| [jvm] val [LIST](-l-i-s-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MODIFY](-m-o-d-i-f-y.md)| [jvm] val [MODIFY](-m-o-d-i-f-y.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [READ](-r-e-a-d.md)| [jvm] val [READ](-r-e-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [REPORT](-r-e-p-o-r-t.md)| [jvm] val [REPORT](-r-e-p-o-r-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [UPVOTE](-u-p-v-o-t-e.md)| [jvm] val [UPVOTE](-u-p-v-o-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [WRITE](-w-r-i-t-e.md)| [jvm] val [WRITE](-w-r-i-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [DELETE](-d-e-l-e-t-e.html) | [jvm]
const val [DELETE](-d-e-l-e-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [DOWNVOTE](-d-o-w-n-v-o-t-e.html) | [jvm]
const val [DOWNVOTE](-d-o-w-n-v-o-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.html) | [jvm]
const val [HIT_UPVOTE](-h-i-t_-u-p-v-o-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [LIST](-l-i-s-t.html) | [jvm]
const val [LIST](-l-i-s-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MODIFY](-m-o-d-i-f-y.html) | [jvm]
const val [MODIFY](-m-o-d-i-f-y.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [READ](-r-e-a-d.html) | [jvm]
const val [READ](-r-e-a-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [REPORT](-r-e-p-o-r-t.html) | [jvm]
const val [REPORT](-r-e-p-o-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [UPVOTE](-u-p-v-o-t-e.html) | [jvm]
const val [UPVOTE](-u-p-v-o-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [WRITE](-w-r-i-t-e.html) | [jvm]
const val [WRITE](-w-r-i-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-c-h-e-c-k.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-c-h-e-c-k.md index 763053b0..2555e4f5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-c-h-e-c-k.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-c-h-e-c-k.md @@ -1,14 +1,15 @@ --- -title: APP_CHECK - +title: APP_CHECK --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Auth](index.md)/[APP_CHECK](-a-p-p_-c-h-e-c-k.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Auth](index.html)/[APP_CHECK](-a-p-p_-c-h-e-c-k.html) +# APP_CHECK +[jvm]\ +const +val [APP_CHECK](-a-p-p_-c-h-e-c-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# APP_CHECK -[jvm] -Content -val [APP_CHECK](-a-p-p_-c-h-e-c-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-i-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-i-d.md index 9477faeb..1690ae4e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-i-d.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-i-d.md @@ -1,14 +1,14 @@ --- -title: APP_ID - +title: APP_ID --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Auth](index.md)/[APP_ID](-a-p-p_-i-d.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Auth](index.html)/[APP_ID](-a-p-p_-i-d.html) +# APP_ID +[jvm]\ +const val [APP_ID](-a-p-p_-i-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# APP_ID -[jvm] -Content -val [APP_ID](-a-p-p_-i-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-l-o-g-i-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-l-o-g-i-n.md index 63a44120..84aff899 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-l-o-g-i-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-l-o-g-i-n.md @@ -1,14 +1,14 @@ --- -title: LOGIN - +title: LOGIN --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Auth](index.md)/[LOGIN](-l-o-g-i-n.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Auth](index.html)/[LOGIN](-l-o-g-i-n.html) +# LOGIN +[jvm]\ +const val [LOGIN](-l-o-g-i-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# LOGIN -[jvm] -Content -val [LOGIN](-l-o-g-i-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/index.md index 9b7e115a..f0e15a30 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/index.md @@ -1,19 +1,19 @@ --- -title: Auth - +title: Auth --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Auth](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Auth](index.html) +# Auth +[jvm]\ +object [Auth](index.html) -# Auth - [jvm] class [Auth](index.md) +## Properties - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [APP_CHECK](-a-p-p_-c-h-e-c-k.md)| [jvm] val [APP_CHECK](-a-p-p_-c-h-e-c-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [APP_ID](-a-p-p_-i-d.md)| [jvm] val [APP_ID](-a-p-p_-i-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [LOGIN](-l-o-g-i-n.md)| [jvm] val [LOGIN](-l-o-g-i-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [APP_CHECK](-a-p-p_-c-h-e-c-k.html) | [jvm]
const val [APP_CHECK](-a-p-p_-c-h-e-c-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [APP_ID](-a-p-p_-i-d.html) | [jvm]
const val [APP_ID](-a-p-p_-i-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [LOGIN](-l-o-g-i-n.html) | [jvm]
const val [LOGIN](-l-o-g-i-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-d-e-l-e-t-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-d-e-l-e-t-e.md index a53ed664..c43d1e6e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-d-e-l-e-t-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-d-e-l-e-t-e.md @@ -1,14 +1,14 @@ --- -title: DELETE - +title: DELETE --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Comment](index.md)/[DELETE](-d-e-l-e-t-e.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Comment](index.html)/[DELETE](-d-e-l-e-t-e.html) +# DELETE +[jvm]\ +const val [DELETE](-d-e-l-e-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DELETE -[jvm] -Content -val [DELETE](-d-e-l-e-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-o-k.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-o-k.md index b9509687..52e6e001 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-o-k.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-o-k.md @@ -1,14 +1,14 @@ --- -title: OK - +title: OK --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Comment](index.md)/[OK](-o-k.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Comment](index.html)/[OK](-o-k.html) +# OK +[jvm]\ +const val [OK](-o-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# OK -[jvm] -Content -val [OK](-o-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-r-e-a-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-r-e-a-d.md index fa29444a..044bbc2b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-r-e-a-d.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-r-e-a-d.md @@ -1,14 +1,14 @@ --- -title: READ - +title: READ --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Comment](index.md)/[READ](-r-e-a-d.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Comment](index.html)/[READ](-r-e-a-d.html) +# READ +[jvm]\ +const val [READ](-r-e-a-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# READ -[jvm] -Content -val [READ](-r-e-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/index.md index 8c0f4b53..7ad66c5a 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/index.md @@ -1,19 +1,19 @@ --- -title: Comment - +title: Comment --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Comment](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Comment](index.html) +# Comment +[jvm]\ +object [Comment](index.html) -# Comment - [jvm] class [Comment](index.md) +## Properties - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [DELETE](-d-e-l-e-t-e.md)| [jvm] val [DELETE](-d-e-l-e-t-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [OK](-o-k.md)| [jvm] val [OK](-o-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [READ](-r-e-a-d.md)| [jvm] val [READ](-r-e-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [DELETE](-d-e-l-e-t-e.html) | [jvm]
const val [DELETE](-d-e-l-e-t-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [OK](-o-k.html) | [jvm]
const val [OK](-o-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [READ](-r-e-a-d.html) | [jvm]
const val [READ](-r-e-a-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/-d-c-c-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/-d-c-c-o-n.md index 79211bd3..53277b7c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/-d-c-c-o-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/-d-c-c-o-n.md @@ -1,14 +1,14 @@ --- -title: DCCON - +title: DCCON --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[DCCon](index.md)/[DCCON](-d-c-c-o-n.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[DCCon](index.html)/[DCCON](-d-c-c-o-n.html) +# DCCON +[jvm]\ +const val [DCCON](-d-c-c-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DCCON -[jvm] -Content -val [DCCON](-d-c-c-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/index.md index 3b0f767e..007f069d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/index.md @@ -1,17 +1,17 @@ --- -title: DCCon - +title: DCCon --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[DCCon](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[DCCon](index.html) +# DCCon +[jvm]\ +object [DCCon](index.html) -# DCCon - [jvm] class [DCCon](index.md) +## Properties - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [DCCON](-d-c-c-o-n.md)| [jvm] val [DCCON](-d-c-c-o-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [DCCON](-d-c-c-o-n.html) | [jvm]
const val [DCCON](-d-c-c-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/-i-n-s-t-a-l-l-a-t-i-o-n-s.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/-i-n-s-t-a-l-l-a-t-i-o-n-s.md new file mode 100644 index 00000000..b6a369c9 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/-i-n-s-t-a-l-l-a-t-i-o-n-s.md @@ -0,0 +1,15 @@ +--- +title: INSTALLATIONS +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Firebase](index.html)/[INSTALLATIONS](-i-n-s-t-a-l-l-a-t-i-o-n-s.html) + +# INSTALLATIONS + +[jvm]\ +const +val [INSTALLATIONS](-i-n-s-t-a-l-l-a-t-i-o-n-s.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/index.md new file mode 100644 index 00000000..d14600d7 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/index.md @@ -0,0 +1,17 @@ +--- +title: Firebase +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Firebase](index.html) + +# Firebase + +[jvm]\ +object [Firebase](index.html) + +## Properties + +| Name | Summary | +|---|---| +| [INSTALLATIONS](-i-n-s-t-a-l-l-a-t-i-o-n-s.html) | [jvm]
const val [INSTALLATIONS](-i-n-s-t-a-l-l-a-t-i-o-n-s.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md index 8fa680c4..132ab333 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md @@ -1,14 +1,15 @@ --- -title: MINOR_BLOCK_ADD - +title: MINOR_BLOCK_ADD --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Gallery](index.md)/[MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Gallery](index.html)/[MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.html) +# MINOR_BLOCK_ADD +[jvm]\ +const +val [MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MINOR_BLOCK_ADD -[jvm] -Content -val [MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md index 2a17fcc2..5b6d4d8f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md @@ -1,14 +1,15 @@ --- -title: MINOR_BLOCK_WEB - +title: MINOR_BLOCK_WEB --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Gallery](index.md)/[MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Gallery](index.html)/[MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.html) +# MINOR_BLOCK_WEB +[jvm]\ +const +val [MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MINOR_BLOCK_WEB -[jvm] -Content -val [MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-i-n-f-o.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-i-n-f-o.md index c7450876..dbcbee4b 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-i-n-f-o.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-i-n-f-o.md @@ -1,14 +1,15 @@ --- -title: MINOR_INFO - +title: MINOR_INFO --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Gallery](index.md)/[MINOR_INFO](-m-i-n-o-r_-i-n-f-o.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Gallery](index.html)/[MINOR_INFO](-m-i-n-o-r_-i-n-f-o.html) +# MINOR_INFO +[jvm]\ +const +val [MINOR_INFO](-m-i-n-o-r_-i-n-f-o.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MINOR_INFO -[jvm] -Content -val [MINOR_INFO](-m-i-n-o-r_-i-n-f-o.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md index ea735c2f..cf636b9f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md @@ -1,14 +1,15 @@ --- -title: MINOR_MANAGEMENT - +title: MINOR_MANAGEMENT --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Gallery](index.md)/[MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Gallery](index.html)/[MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.html) +# MINOR_MANAGEMENT +[jvm]\ +const +val [MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MINOR_MANAGEMENT -[jvm] -Content -val [MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md index dfb7d77c..121ce399 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md @@ -1,14 +1,15 @@ --- -title: MINOR_MANAGER_REQUEST - +title: MINOR_MANAGER_REQUEST --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Gallery](index.md)/[MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Gallery](index.html)/[MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.html) +# MINOR_MANAGER_REQUEST +[jvm]\ +const +val [MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MINOR_MANAGER_REQUEST -[jvm] -Content -val [MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/index.md index 61865111..07dc34a7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/index.md @@ -1,21 +1,21 @@ --- -title: Gallery - +title: Gallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Gallery](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Gallery](index.html) +# Gallery +[jvm]\ +object [Gallery](index.html) -# Gallery - [jvm] class [Gallery](index.md) +## Properties - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md)| [jvm] val [MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md)| [jvm] val [MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MINOR_INFO](-m-i-n-o-r_-i-n-f-o.md)| [jvm] val [MINOR_INFO](-m-i-n-o-r_-i-n-f-o.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md)| [jvm] val [MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md)| [jvm] val [MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.html) | [jvm]
const val [MINOR_BLOCK_ADD](-m-i-n-o-r_-b-l-o-c-k_-a-d-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.html) | [jvm]
const val [MINOR_BLOCK_WEB](-m-i-n-o-r_-b-l-o-c-k_-w-e-b.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MINOR_INFO](-m-i-n-o-r_-i-n-f-o.html) | [jvm]
const val [MINOR_INFO](-m-i-n-o-r_-i-n-f-o.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.html) | [jvm]
const val [MINOR_MANAGEMENT](-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.html) | [jvm]
const val [MINOR_MANAGER_REQUEST](-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-a-i-n_-a-p-i.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-a-i-n_-a-p-i.md index e4d775f9..aa001fc7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-a-i-n_-a-p-i.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-a-i-n_-a-p-i.md @@ -1,14 +1,15 @@ --- -title: MAIN_API - +title: MAIN_API --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md)/[MAIN_API](-m-a-i-n_-a-p-i.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +/[MAIN_API](-m-a-i-n_-a-p-i.html) +# MAIN_API +[jvm]\ +const +val [MAIN_API](-m-a-i-n_-a-p-i.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MAIN_API -[jvm] -Content -val [MAIN_API](-m-a-i-n_-a-p-i.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-o-b-i-l-e_-w-e-b.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-o-b-i-l-e_-w-e-b.md index 3f58f98b..8215e8f7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-o-b-i-l-e_-w-e-b.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-o-b-i-l-e_-w-e-b.md @@ -1,14 +1,15 @@ --- -title: MOBILE_WEB - +title: MOBILE_WEB --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md)/[MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +/[MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.html) +# MOBILE_WEB +[jvm]\ +const +val [MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MOBILE_WEB -[jvm] -Content -val [MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-a-p-p_-m-a-i-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-a-p-p_-m-a-i-n.md index 374ebbc7..21ecdc73 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-a-p-p_-m-a-i-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-a-p-p_-m-a-i-n.md @@ -1,14 +1,15 @@ --- -title: APP_MAIN - +title: APP_MAIN --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[MainInfo](index.md)/[APP_MAIN](-a-p-p_-m-a-i-n.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MainInfo](index.html)/[APP_MAIN](-a-p-p_-m-a-i-n.html) +# APP_MAIN +[jvm]\ +const +val [APP_MAIN](-a-p-p_-m-a-i-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# APP_MAIN -[jvm] -Content -val [APP_MAIN](-a-p-p_-m-a-i-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md index 585e2528..66992ee7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md @@ -1,14 +1,15 @@ --- -title: GALLERY_RANKING - +title: GALLERY_RANKING --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[MainInfo](index.md)/[GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MainInfo](index.html)/[GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html) +# GALLERY_RANKING +[jvm]\ +const +val [GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# GALLERY_RANKING -[jvm] -Content -val [GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md index 35f313d4..ae971fb6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md @@ -1,14 +1,15 @@ --- -title: MINOR_GALLERY_RANKING - +title: MINOR_GALLERY_RANKING --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[MainInfo](index.md)/[MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MainInfo](index.html)/[MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html) +# MINOR_GALLERY_RANKING +[jvm]\ +const +val [MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# MINOR_GALLERY_RANKING -[jvm] -Content -val [MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/index.md index 5b5cf88f..4b8ef430 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/index.md @@ -1,19 +1,19 @@ --- -title: MainInfo - +title: MainInfo --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[MainInfo](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MainInfo](index.html) +# MainInfo +[jvm]\ +object [MainInfo](index.html) -# MainInfo - [jvm] class [MainInfo](index.md) +## Properties - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [APP_MAIN](-a-p-p_-m-a-i-n.md)| [jvm] val [APP_MAIN](-a-p-p_-m-a-i-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md)| [jvm] val [GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md)| [jvm] val [MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [APP_MAIN](-a-p-p_-m-a-i-n.html) | [jvm]
const val [APP_MAIN](-a-p-p_-m-a-i-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html) | [jvm]
const val [GALLERY_RANKING](-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html) | [jvm]
const val [MINOR_GALLERY_RANKING](-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n.md index 9e599c94..9d71d93e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n.md @@ -1,14 +1,14 @@ --- -title: JOIN - +title: JOIN --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md) -/[MiniGallery](index.md)/[JOIN](-j-o-i-n.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MiniGallery](index.html)/[JOIN](-j-o-i-n.html) # JOIN -[jvm] -Content -val [JOIN](-j-o-i-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +[jvm]\ +const val [JOIN](-j-o-i-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n_-o-k.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n_-o-k.md index cf393b77..b1f17ca8 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n_-o-k.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n_-o-k.md @@ -1,14 +1,15 @@ --- -title: JOIN_OK - +title: JOIN_OK --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md) -/[MiniGallery](index.md)/[JOIN_OK](-j-o-i-n_-o-k.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MiniGallery](index.html)/[JOIN_OK](-j-o-i-n_-o-k.html) # JOIN_OK -[jvm] -Content -val [JOIN_OK](-j-o-i-n_-o-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +[jvm]\ +const +val [JOIN_OK](-j-o-i-n_-o-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-q-u-i-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-q-u-i-t.md index 64caf461..44dd36cb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-q-u-i-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-q-u-i-t.md @@ -1,14 +1,14 @@ --- -title: QUIT - +title: QUIT --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md) -/[MiniGallery](index.md)/[QUIT](-q-u-i-t.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MiniGallery](index.html)/[QUIT](-q-u-i-t.html) # QUIT -[jvm] -Content -val [QUIT](-q-u-i-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +[jvm]\ +const val [QUIT](-q-u-i-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/index.md index 3e7b7693..8903023f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/index.md @@ -1,18 +1,19 @@ --- -title: MiniGallery - +title: MiniGallery --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md) -/[MiniGallery](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[MiniGallery](index.html) # MiniGallery -[jvm] class [MiniGallery](index.md) +[jvm]\ +object [MiniGallery](index.html) ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [JOIN](-j-o-i-n.md)| [jvm] val [JOIN](-j-o-i-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [JOIN_OK](-j-o-i-n_-o-k.md)| [jvm] val [JOIN_OK](-j-o-i-n_-o-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [QUIT](-q-u-i-t.md)| [jvm] val [QUIT](-q-u-i-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [JOIN](-j-o-i-n.html) | [jvm]
const val [JOIN](-j-o-i-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [JOIN_OK](-j-o-i-n_-o-k.html) | [jvm]
const val [JOIN_OK](-j-o-i-n_-o-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [QUIT](-q-u-i-t.html) | [jvm]
const val [QUIT](-q-u-i-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-p-c_-w-e-b.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-p-c_-w-e-b.md index ec31d8d2..86ee99c2 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-p-c_-w-e-b.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-p-c_-w-e-b.md @@ -1,14 +1,14 @@ --- -title: PC_WEB - +title: PC_WEB --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md)/[PC_WEB](-p-c_-w-e-b.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +/[PC_WEB](-p-c_-w-e-b.html) +# PC_WEB +[jvm]\ +const val [PC_WEB](-p-c_-w-e-b.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# PC_WEB -[jvm] -Content -val [PC_WEB](-p-c_-w-e-b.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/-r-e-g-i-s-t-e-r3.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/-r-e-g-i-s-t-e-r3.md new file mode 100644 index 00000000..363ed9b5 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/-r-e-g-i-s-t-e-r3.md @@ -0,0 +1,15 @@ +--- +title: REGISTER3 +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[PlayService](index.html)/[REGISTER3](-r-e-g-i-s-t-e-r3.html) + +# REGISTER3 + +[jvm]\ +const +val [REGISTER3](-r-e-g-i-s-t-e-r3.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/index.md new file mode 100644 index 00000000..8c366ac1 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/index.md @@ -0,0 +1,17 @@ +--- +title: PlayService +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[PlayService](index.html) + +# PlayService + +[jvm]\ +object [PlayService](index.html) + +## Properties + +| Name | Summary | +|---|---| +| [REGISTER3](-r-e-g-i-s-t-e-r3.html) | [jvm]
const val [REGISTER3](-r-e-g-i-s-t-e-r3.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-r-e-d-i-r-e-c-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-r-e-d-i-r-e-c-t.md index 1fa80545..4197e464 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-r-e-d-i-r-e-c-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-r-e-d-i-r-e-c-t.md @@ -1,14 +1,15 @@ --- -title: REDIRECT - +title: REDIRECT --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md)/[REDIRECT](-r-e-d-i-r-e-c-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +/[REDIRECT](-r-e-d-i-r-e-c-t.html) +# REDIRECT +[jvm]\ +const +val [REDIRECT](-r-e-d-i-r-e-c-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# REDIRECT -[jvm] -Content -val [REDIRECT](-r-e-d-i-r-e-c-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/-s-e-a-r-c-h.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/-s-e-a-r-c-h.md index 2499ce8c..b021943f 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/-s-e-a-r-c-h.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/-s-e-a-r-c-h.md @@ -1,14 +1,14 @@ --- -title: SEARCH - +title: SEARCH --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Search](index.md)/[SEARCH](-s-e-a-r-c-h.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Search](index.html)/[SEARCH](-s-e-a-r-c-h.html) +# SEARCH +[jvm]\ +const val [SEARCH](-s-e-a-r-c-h.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# SEARCH -[jvm] -Content -val [SEARCH](-s-e-a-r-c-h.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/index.md index 610d4b2a..0bd1f0a6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/index.md @@ -1,17 +1,17 @@ --- -title: Search - +title: Search --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[Search](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[Search](index.html) +# Search +[jvm]\ +object [Search](index.html) -# Search - [jvm] class [Search](index.md) +## Properties - -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [SEARCH](-s-e-a-r-c-h.md)| [jvm] val [SEARCH](-s-e-a-r-c-h.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [SEARCH](-s-e-a-r-c-h.html) | [jvm]
const val [SEARCH](-s-e-a-r-c-h.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-u-p-l-o-a-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-u-p-l-o-a-d.md index a172c66d..116a3021 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-u-p-l-o-a-d.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-u-p-l-o-a-d.md @@ -1,14 +1,14 @@ --- -title: UPLOAD - +title: UPLOAD --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md)/[UPLOAD](-u-p-l-o-a-d.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +/[UPLOAD](-u-p-l-o-a-d.html) +# UPLOAD +[jvm]\ +const val [UPLOAD](-u-p-l-o-a-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# UPLOAD -[jvm] -Content -val [UPLOAD](-u-p-l-o-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l.md index 1d12e8d1..4ce8042d 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l.md @@ -1,14 +1,15 @@ --- -title: MY_GALL - +title: MY_GALL --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[User](index.md) -/[MY_GALL](-m-y_-g-a-l-l.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[User](index.html)/[MY_GALL](-m-y_-g-a-l-l.html) # MY_GALL -[jvm] -Content -val [MY_GALL](-m-y_-g-a-l-l.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +[jvm]\ +const +val [MY_GALL](-m-y_-g-a-l-l.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l_-m-o-d-i-f-y.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l_-m-o-d-i-f-y.md index 8f521489..b43152b9 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l_-m-o-d-i-f-y.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l_-m-o-d-i-f-y.md @@ -1,14 +1,15 @@ --- -title: MY_GALL_MODIFY - +title: MY_GALL_MODIFY --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[User](index.md) -/[MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[User](index.html)/[MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.html) # MY_GALL_MODIFY -[jvm] -Content -val [MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +[jvm]\ +const +val [MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md index 68fe1afb..a44c1ec3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md @@ -1,14 +1,15 @@ --- -title: MY_MANAGE_GALL_CHECK - +title: MY_MANAGE_GALL_CHECK --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[User](index.md) -/[MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[User](index.html)/[MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.html) # MY_MANAGE_GALL_CHECK -[jvm] -Content -val [MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +[jvm]\ +const +val [MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md index 84f9f57c..09352ddf 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md @@ -1,14 +1,15 @@ --- -title: MY_MINI_JOIN_CHECK - +title: MY_MINI_JOIN_CHECK --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[User](index.md) -/[MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[User](index.html)/[MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.html) # MY_MINI_JOIN_CHECK -[jvm] -Content -val [MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) +[jvm]\ +const +val [MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/index.md index 1d61951b..257740a6 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/index.md @@ -1,18 +1,20 @@ --- -title: User - +title: User --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside.value](../../index.md)/[ApiUrl](../index.md)/[User](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[ApiUrl](../index.html) +/[User](index.html) # User -[jvm] class [User](index.md) +[jvm]\ +object [User](index.html) ## Properties -| Name| Summary| +| Name | Summary | |---|---| -| [MY_GALL](-m-y_-g-a-l-l.md)| [jvm] val [MY_GALL](-m-y_-g-a-l-l.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.md)| [jvm] val [MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md)| [jvm] val [MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md)| [jvm] val [MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [MY_GALL](-m-y_-g-a-l-l.html) | [jvm]
const val [MY_GALL](-m-y_-g-a-l-l.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.html) | [jvm]
const val [MY_GALL_MODIFY](-m-y_-g-a-l-l_-m-o-d-i-f-y.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.html) | [jvm]
const val [MY_MANAGE_GALL_CHECK](-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.html) | [jvm]
const val [MY_MINI_JOIN_CHECK](-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/index.md index 04e689aa..e76dd746 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-api-url/index.md @@ -1,38 +1,38 @@ --- -title: ApiUrl - +title: ApiUrl --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[ApiUrl](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[ApiUrl](index.html) +# ApiUrl +[jvm]\ +object [ApiUrl](index.html) -# ApiUrl - [jvm] class [ApiUrl](index.md) +## Types - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [Article](-article/index.md)| [jvm]
Content
class [Article](-article/index.md)


-| [Auth](-auth/index.md)| [jvm]
Content
class [Auth](-auth/index.md)


-| [Comment](-comment/index.md)| [jvm]
Content
class [Comment](-comment/index.md)


-| [DCCon](-d-c-con/index.md)| [jvm]
Content
class [DCCon](-d-c-con/index.md)


-| [Gallery](-gallery/index.md)| [jvm]
Content
class [Gallery](-gallery/index.md)


-| [MainInfo](-main-info/index.md)| [jvm]
Content
class [MainInfo](-main-info/index.md)


-| [MiniGallery](-mini-gallery/index.md)| [jvm]
Content
class [MiniGallery](-mini-gallery/index.md)


-| [Search](-search/index.md)| [jvm]
Content
class [Search](-search/index.md)


-| [User](-user/index.md)| [jvm]
Content
class [User](-user/index.md)


- - -## Properties - -| Name| Summary| +| [Article](-article/index.html) | [jvm]
object [Article](-article/index.html) | +| [Auth](-auth/index.html) | [jvm]
object [Auth](-auth/index.html) | +| [Comment](-comment/index.html) | [jvm]
object [Comment](-comment/index.html) | +| [DCCon](-d-c-con/index.html) | [jvm]
object [DCCon](-d-c-con/index.html) | +| [Firebase](-firebase/index.html) | [jvm]
object [Firebase](-firebase/index.html) | +| [Gallery](-gallery/index.html) | [jvm]
object [Gallery](-gallery/index.html) | +| [MainInfo](-main-info/index.html) | [jvm]
object [MainInfo](-main-info/index.html) | +| [MiniGallery](-mini-gallery/index.html) | [jvm]
object [MiniGallery](-mini-gallery/index.html) | +| [PlayService](-play-service/index.html) | [jvm]
object [PlayService](-play-service/index.html) | +| [Search](-search/index.html) | [jvm]
object [Search](-search/index.html) | +| [User](-user/index.html) | [jvm]
object [User](-user/index.html) | + +## Properties + +| Name | Summary | |---|---| -| [APP_API](-a-p-p_-a-p-i.md)| [jvm] val [APP_API](-a-p-p_-a-p-i.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [AUTH_API](-a-u-t-h_-a-p-i.md)| [jvm] val [AUTH_API](-a-u-t-h_-a-p-i.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MAIN_API](-m-a-i-n_-a-p-i.md)| [jvm] val [MAIN_API](-m-a-i-n_-a-p-i.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.md)| [jvm] val [MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [PC_WEB](-p-c_-w-e-b.md)| [jvm] val [PC_WEB](-p-c_-w-e-b.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [REDIRECT](-r-e-d-i-r-e-c-t.md)| [jvm] val [REDIRECT](-r-e-d-i-r-e-c-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [UPLOAD](-u-p-l-o-a-d.md)| [jvm] val [UPLOAD](-u-p-l-o-a-d.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [APP_API](-a-p-p_-a-p-i.html) | [jvm]
const val [APP_API](-a-p-p_-a-p-i.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [AUTH_API](-a-u-t-h_-a-p-i.html) | [jvm]
const val [AUTH_API](-a-u-t-h_-a-p-i.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MAIN_API](-m-a-i-n_-a-p-i.html) | [jvm]
const val [MAIN_API](-m-a-i-n_-a-p-i.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.html) | [jvm]
const val [MOBILE_WEB](-m-o-b-i-l-e_-w-e-b.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [PC_WEB](-p-c_-w-e-b.html) | [jvm]
const val [PC_WEB](-p-c_-w-e-b.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [REDIRECT](-r-e-d-i-r-e-c-t.html) | [jvm]
const val [REDIRECT](-r-e-d-i-r-e-c-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [UPLOAD](-u-p-l-o-a-d.html) | [jvm]
const val [UPLOAD](-u-p-l-o-a-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-p-a-c-k-a-g-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-p-a-c-k-a-g-e.md index f83471d6..9ebbf09c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-p-a-c-k-a-g-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-p-a-c-k-a-g-e.md @@ -1,14 +1,15 @@ --- -title: DC_APP_PACKAGE - +title: DC_APP_PACKAGE --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[Const](index.md)/[DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[Const](index.html) +/[DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.html) +# DC_APP_PACKAGE +[jvm]\ +const +val [DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DC_APP_PACKAGE -[jvm] -Content -val [DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md index 68be95e4..efdc41f5 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md @@ -1,14 +1,15 @@ --- -title: DC_APP_SIGNATURE - +title: DC_APP_SIGNATURE --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[Const](index.md)/[DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[Const](index.html) +/[DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.html) +# DC_APP_SIGNATURE +[jvm]\ +const +val [DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DC_APP_SIGNATURE -[jvm] -Content -val [DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md index 488ddd7f..33b4c7af 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md @@ -1,14 +1,15 @@ --- -title: DC_APP_VERSION_CODE - +title: DC_APP_VERSION_CODE --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[Const](index.md)/[DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[Const](index.html) +/[DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.html) +# DC_APP_VERSION_CODE +[jvm]\ +const +val [DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DC_APP_VERSION_CODE -[jvm] -Content -val [DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md index 69ebb969..60264f25 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md @@ -1,14 +1,15 @@ --- -title: DC_APP_VERSION_NAME - +title: DC_APP_VERSION_NAME --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[Const](index.md)/[DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[Const](index.html) +/[DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.html) +# DC_APP_VERSION_NAME +[jvm]\ +const +val [DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# DC_APP_VERSION_NAME -[jvm] -Content -val [DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-p-p_-i-d.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-p-p_-i-d.md new file mode 100644 index 00000000..0b0226e1 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-p-p_-i-d.md @@ -0,0 +1,14 @@ +--- +title: APP_ID +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Firebase](index.html)/[APP_ID](-a-p-p_-i-d.html) + +# APP_ID + +[jvm]\ +const val [APP_ID](-a-p-p_-i-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-u-t-h_-v-e-r-s-i-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-u-t-h_-v-e-r-s-i-o-n.md new file mode 100644 index 00000000..2d31f080 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-u-t-h_-v-e-r-s-i-o-n.md @@ -0,0 +1,15 @@ +--- +title: AUTH_VERSION +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Firebase](index.html)/[AUTH_VERSION](-a-u-t-h_-v-e-r-s-i-o-n.html) + +# AUTH_VERSION + +[jvm]\ +const +val [AUTH_VERSION](-a-u-t-h_-v-e-r-s-i-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-c-e-r-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-c-e-r-t.md new file mode 100644 index 00000000..0c5f3293 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-c-e-r-t.md @@ -0,0 +1,14 @@ +--- +title: CERT +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Firebase](index.html)/[CERT](-c-e-r-t.html) + +# CERT + +[jvm]\ +const val [CERT](-c-e-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-s-d-k_-v-e-r-s-i-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-s-d-k_-v-e-r-s-i-o-n.md new file mode 100644 index 00000000..34a3d5d5 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-s-d-k_-v-e-r-s-i-o-n.md @@ -0,0 +1,15 @@ +--- +title: SDK_VERSION +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Firebase](index.html)/[SDK_VERSION](-s-d-k_-v-e-r-s-i-o-n.html) + +# SDK_VERSION + +[jvm]\ +const +val [SDK_VERSION](-s-d-k_-v-e-r-s-i-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/index.md new file mode 100644 index 00000000..2708e5e9 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/index.md @@ -0,0 +1,20 @@ +--- +title: Firebase +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Firebase](index.html) + +# Firebase + +[jvm]\ +object [Firebase](index.html) + +## Properties + +| Name | Summary | +|---|---| +| [APP_ID](-a-p-p_-i-d.html) | [jvm]
const val [APP_ID](-a-p-p_-i-d.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [AUTH_VERSION](-a-u-t-h_-v-e-r-s-i-o-n.html) | [jvm]
const val [AUTH_VERSION](-a-u-t-h_-v-e-r-s-i-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [CERT](-c-e-r-t.html) | [jvm]
const val [CERT](-c-e-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [SDK_VERSION](-s-d-k_-v-e-r-s-i-o-n.html) | [jvm]
const val [SDK_VERSION](-s-d-k_-v-e-r-s-i-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-c-e-r-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-c-e-r-t.md new file mode 100644 index 00000000..1460ce55 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-c-e-r-t.md @@ -0,0 +1,15 @@ +--- +title: X_ANDROID_CERT +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Installations](index.html)/[X_ANDROID_CERT](-x_-a-n-d-r-o-i-d_-c-e-r-t.html) + +# X_ANDROID_CERT + +[jvm]\ +const +val [X_ANDROID_CERT](-x_-a-n-d-r-o-i-d_-c-e-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.md new file mode 100644 index 00000000..581a2c5f --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.md @@ -0,0 +1,15 @@ +--- +title: X_ANDROID_PACKAGE +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Installations](index.html)/[X_ANDROID_PACKAGE](-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.html) + +# X_ANDROID_PACKAGE + +[jvm]\ +const +val [X_ANDROID_PACKAGE](-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-g-o-o-g_-a-p-i_-k-e-y.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-g-o-o-g_-a-p-i_-k-e-y.md new file mode 100644 index 00000000..9a4c4635 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-g-o-o-g_-a-p-i_-k-e-y.md @@ -0,0 +1,15 @@ +--- +title: X_GOOG_API_KEY +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Installations](index.html)/[X_GOOG_API_KEY](-x_-g-o-o-g_-a-p-i_-k-e-y.html) + +# X_GOOG_API_KEY + +[jvm]\ +const +val [X_GOOG_API_KEY](-x_-g-o-o-g_-a-p-i_-k-e-y.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/index.md new file mode 100644 index 00000000..1f9a3c15 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/index.md @@ -0,0 +1,19 @@ +--- +title: Installations +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Installations](index.html) + +# Installations + +[jvm]\ +object [Installations](index.html) + +## Properties + +| Name | Summary | +|---|---| +| [X_ANDROID_CERT](-x_-a-n-d-r-o-i-d_-c-e-r-t.html) | [jvm]
const val [X_ANDROID_CERT](-x_-a-n-d-r-o-i-d_-c-e-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [X_ANDROID_PACKAGE](-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.html) | [jvm]
const val [X_ANDROID_PACKAGE](-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [X_GOOG_API_KEY](-x_-g-o-o-g_-a-p-i_-k-e-y.html) | [jvm]
const val [X_GOOG_API_KEY](-x_-g-o-o-g_-a-p-i_-k-e-y.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-p-p.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-p-p.md new file mode 100644 index 00000000..47c6c574 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-p-p.md @@ -0,0 +1,14 @@ +--- +title: APP +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[APP](-a-p-p.html) + +# APP + +[jvm]\ +const val [APP](-a-p-p.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-u-t-h-o-r-i-z-a-t-i-o-n.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-u-t-h-o-r-i-z-a-t-i-o-n.md new file mode 100644 index 00000000..29622d34 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-u-t-h-o-r-i-z-a-t-i-o-n.md @@ -0,0 +1,15 @@ +--- +title: AUTHORIZATION +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[AUTHORIZATION](-a-u-t-h-o-r-i-z-a-t-i-o-n.html) + +# AUTHORIZATION + +[jvm]\ +const +val [AUTHORIZATION](-a-u-t-h-o-r-i-z-a-t-i-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-c-e-r-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-c-e-r-t.md new file mode 100644 index 00000000..b0fb8509 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-c-e-r-t.md @@ -0,0 +1,14 @@ +--- +title: CERT +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[CERT](-c-e-r-t.html) + +# CERT + +[jvm]\ +const val [CERT](-c-e-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-d-e-v-i-c-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-d-e-v-i-c-e.md new file mode 100644 index 00000000..241c546c --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-d-e-v-i-c-e.md @@ -0,0 +1,14 @@ +--- +title: DEVICE +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[DEVICE](-d-e-v-i-c-e.html) + +# DEVICE + +[jvm]\ +const val [DEVICE](-d-e-v-i-c-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-s-e-n-d-e-r.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-s-e-n-d-e-r.md new file mode 100644 index 00000000..401fc88a --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-s-e-n-d-e-r.md @@ -0,0 +1,14 @@ +--- +title: SENDER +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[SENDER](-s-e-n-d-e-r.html) + +# SENDER + +[jvm]\ +const val [SENDER](-s-e-n-d-e-r.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-u-s-e-r_-a-g-e-n-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-u-s-e-r_-a-g-e-n-t.md new file mode 100644 index 00000000..7f58cbc4 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-u-s-e-r_-a-g-e-n-t.md @@ -0,0 +1,15 @@ +--- +title: USER_AGENT +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[USER_AGENT](-u-s-e-r_-a-g-e-n-t.html) + +# USER_AGENT + +[jvm]\ +const +val [USER_AGENT](-u-s-e-r_-a-g-e-n-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.md new file mode 100644 index 00000000..2e141299 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.md @@ -0,0 +1,15 @@ +--- +title: X_FIREBASE_APP_NAME_HASH +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[X_FIREBASE_APP_NAME_HASH](-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.html) + +# X_FIREBASE_APP_NAME_HASH + +[jvm]\ +const +val [X_FIREBASE_APP_NAME_HASH](-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-s-c-o-p-e.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-s-c-o-p-e.md new file mode 100644 index 00000000..aa8d391d --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-s-c-o-p-e.md @@ -0,0 +1,15 @@ +--- +title: X_SCOPE +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html)/[X_SCOPE](-x_-s-c-o-p-e.html) + +# X_SCOPE + +[jvm]\ +const +val [X_SCOPE](-x_-s-c-o-p-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) + + + + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/index.md new file mode 100644 index 00000000..bf65b7c9 --- /dev/null +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/index.md @@ -0,0 +1,24 @@ +--- +title: Register3 +--- +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.value](../../index.html)/[Const](../index.html) +/[Register3](index.html) + +# Register3 + +[jvm]\ +object [Register3](index.html) + +## Properties + +| Name | Summary | +|---|---| +| [APP](-a-p-p.html) | [jvm]
const val [APP](-a-p-p.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [AUTHORIZATION](-a-u-t-h-o-r-i-z-a-t-i-o-n.html) | [jvm]
const val [AUTHORIZATION](-a-u-t-h-o-r-i-z-a-t-i-o-n.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [CERT](-c-e-r-t.html) | [jvm]
const val [CERT](-c-e-r-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [DEVICE](-d-e-v-i-c-e.html) | [jvm]
const val [DEVICE](-d-e-v-i-c-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [SENDER](-s-e-n-d-e-r.html) | [jvm]
const val [SENDER](-s-e-n-d-e-r.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [USER_AGENT](-u-s-e-r_-a-g-e-n-t.html) | [jvm]
const val [USER_AGENT](-u-s-e-r_-a-g-e-n-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [X_FIREBASE_APP_NAME_HASH](-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.html) | [jvm]
const val [X_FIREBASE_APP_NAME_HASH](-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [X_SCOPE](-x_-s-c-o-p-e.html) | [jvm]
const val [X_SCOPE](-x_-s-c-o-p-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-u-s-e-r_-a-g-e-n-t.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-u-s-e-r_-a-g-e-n-t.md index d47b412d..bad3b734 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-u-s-e-r_-a-g-e-n-t.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/-u-s-e-r_-a-g-e-n-t.md @@ -1,14 +1,15 @@ --- -title: USER_AGENT - +title: USER_AGENT --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[Const](index.md)/[USER_AGENT](-u-s-e-r_-a-g-e-n-t.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[Const](index.html) +/[USER_AGENT](-u-s-e-r_-a-g-e-n-t.html) +# USER_AGENT +[jvm]\ +const +val [USER_AGENT](-u-s-e-r_-a-g-e-n-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# USER_AGENT -[jvm] -Content -val [USER_AGENT](-u-s-e-r_-a-g-e-n-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/index.md index 51b92337..b6886bf7 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/-const/index.md @@ -1,22 +1,28 @@ --- -title: Const - +title: Const --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside.value](../index.md)/[Const](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.value](../index.html)/[Const](index.html) +# Const +[jvm]\ +object [Const](index.html) -# Const - [jvm] class [Const](index.md) +## Types +| Name | Summary | +|---|---| +| [Firebase](-firebase/index.html) | [jvm]
object [Firebase](-firebase/index.html) | +| [Installations](-installations/index.html) | [jvm]
object [Installations](-installations/index.html) | +| [Register3](-register3/index.html) | [jvm]
object [Register3](-register3/index.html) | + +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.md)| [jvm] val [DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md)| [jvm] val [DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md)| [jvm] val [DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md)| [jvm] val [DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [DEFAULT_FCM_TOKEN](-d-e-f-a-u-l-t_-f-c-m_-t-o-k-e-n.md)| [jvm] val [DEFAULT_FCM_TOKEN](-d-e-f-a-u-l-t_-f-c-m_-t-o-k-e-n.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
-| [USER_AGENT](-u-s-e-r_-a-g-e-n-t.md)| [jvm] val [USER_AGENT](-u-s-e-r_-a-g-e-n-t.md): [String](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html)
+| [DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.html) | [jvm]
const val [DC_APP_PACKAGE](-d-c_-a-p-p_-p-a-c-k-a-g-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.html) | [jvm]
const val [DC_APP_SIGNATURE](-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.html) | [jvm]
const val [DC_APP_VERSION_CODE](-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.html) | [jvm]
const val [DC_APP_VERSION_NAME](-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [USER_AGENT](-u-s-e-r_-a-g-e-n-t.html) | [jvm]
const val [USER_AGENT](-u-s-e-r_-a-g-e-n-t.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside.value/index.md b/docs/-kotlin-inside/be.zvz.kotlininside.value/index.md index 99a496ac..2ce3f2d3 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside.value/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside.value/index.md @@ -1,17 +1,14 @@ --- -title: be.zvz.kotlininside.value - +title: be.zvz.kotlininside.value --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside.value](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside.value](index.html) +# Package be.zvz.kotlininside.value +## Types -# Package be.zvz.kotlininside.value - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [ApiUrl](-api-url/index.md)| [jvm]
Content
class [ApiUrl](-api-url/index.md)


-| [Const](-const/index.md)| [jvm]
Content
class [Const](-const/index.md)


+| [ApiUrl](-api-url/index.html) | [jvm]
object [ApiUrl](-api-url/index.html) | +| [Const](-const/index.html) | [jvm]
object [Const](-const/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/create-instance.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/create-instance.md index b496cff6..f68bb595 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/create-instance.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/create-instance.md @@ -1,36 +1,35 @@ --- -title: createInstance - +title: createInstance --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside](../../index.md)/[KotlinInside](../index.md)/[Companion](index.md)/[createInstance](create-instance.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside](../../index.html)/[KotlinInside](../index.html) +/[Companion](index.html)/[createInstance](create-instance.html) +# createInstance +[jvm]\ -# createInstance -[jvm] -Content -@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() -@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() -@[Synchronized](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-synchronized/index.html)() - -fun [createInstance](create-instance.md)(user: [User](../../../be.zvz.kotlininside.session.user/-user/index.md), httpInterface: [HttpInterface](../../../be.zvz.kotlininside.http/-http-interface/index.md), sessionAutoRefresh: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false) -More info +@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() +@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)() -[KotlinInside](../index.md) 인스턴스를 생성합니다. +@[Synchronized](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-synchronized/index.html)() +fun [createInstance](create-instance.html)(user: [User](../../../be.zvz.kotlininside.session.user/-user/index.html), +httpInterface: [HttpInterface](../../../be.zvz.kotlininside.http/-http-interface/index.html), +sessionAutoRefresh: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false) +[KotlinInside](../index.html) 인스턴스를 생성합니다. -## Parameters - -jvm - -| Name| Summary| +## Parameters + +jvm + +| | | |---|---| -| httpInterface|

KotlinInside에서 사용할 HttpInterface

-| sessionAutoRefresh|

KotlinInside가 세션을 12시간마다 자동으로 새로고침 할지 정합니다.

-| user|

인스턴스 생성과 동시에 로그인할 유저

- - +| user | 인스턴스 생성과 동시에 로그인할 유저 | +| httpInterface | KotlinInside에서 사용할 HttpInterface | +| sessionAutoRefresh | KotlinInside가 세션을 12시간마다 자동으로 새로고침 할지 정합니다. | + diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/get-instance.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/get-instance.md index c6b3f070..2261b6f1 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/get-instance.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/get-instance.md @@ -1,25 +1,21 @@ --- -title: getInstance - +title: getInstance --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside](../../index.md)/[KotlinInside](../index.md)/[Companion](index.md)/[getInstance](get-instance.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside](../../index.html)/[KotlinInside](../index.html) +/[Companion](index.html)/[getInstance](get-instance.html) +# getInstance +[jvm]\ -# getInstance -[jvm] -Content -@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() - -fun [getInstance](get-instance.md)(): [KotlinInside](../index.md) -More info +@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)() +fun [getInstance](get-instance.html)(): [KotlinInside](../index.html) -#### Return +#### Return +[KotlinInside](../index.html) 인스턴스를 반환합니다. -[KotlinInside](../index.md) 인스턴스를 반환합니다. - - diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/index.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/index.md index 4a5a8ab8..5a913f32 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/index.md @@ -1,21 +1,18 @@ --- -title: Companion - +title: Companion --- -//[KotlinInside](../../../index.md)/[be.zvz.kotlininside](../../index.md)/[KotlinInside](../index.md)/[Companion](index.md) +//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside](../../index.html)/[KotlinInside](../index.html) +/[Companion](index.html) +# Companion +[jvm]\ +object [Companion](index.html) -# Companion - [jvm] object [Companion](index.md) +## Functions - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [createInstance](create-instance.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()
@[Synchronized](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-synchronized/index.html)()

fun [createInstance](create-instance.md)(user: [User](../../../be.zvz.kotlininside.session.user/-user/index.md), httpInterface: [HttpInterface](../../../be.zvz.kotlininside.http/-http-interface/index.md), sessionAutoRefresh: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false)
More info
[KotlinInside](../index.md) 인스턴스를 생성합니다.


-| [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [getInstance](get-instance.md)| [jvm]
Content
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [getInstance](get-instance.md)(): [KotlinInside](../index.md)


-| [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [createInstance](create-instance.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
@[JvmOverloads](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html)()
@[Synchronized](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-synchronized/index.html)()
fun [createInstance](create-instance.html)(user: [User](../../../be.zvz.kotlininside.session.user/-user/index.html), httpInterface: [HttpInterface](../../../be.zvz.kotlininside.http/-http-interface/index.html), sessionAutoRefresh: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false)
[KotlinInside](../index.html) 인스턴스를 생성합니다. | +| [getInstance](get-instance.html) | [jvm]
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
fun [getInstance](get-instance.html)(): [KotlinInside](../index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/app.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/app.md index 5680ead4..6358fdf0 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/app.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/app.md @@ -1,14 +1,13 @@ --- -title: app - +title: app --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside](../index.md)/[KotlinInside](index.md)/[app](app.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside](../index.html)/[KotlinInside](index.html)/[app](app.html) +# app +[jvm]\ +lateinit var [app](app.html): [App](../../be.zvz.kotlininside.security/-app/index.html) -# app -[jvm] -Content -lateinit var [app](app.md): [App](../../be.zvz.kotlininside.security/-app/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/auth.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/auth.md index f25e2996..c7d0ec08 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/auth.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/auth.md @@ -1,14 +1,13 @@ --- -title: auth - +title: auth --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside](../index.md)/[KotlinInside](index.md)/[auth](auth.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside](../index.html)/[KotlinInside](index.html)/[auth](auth.html) +# auth +[jvm]\ +val [auth](auth.html): [Auth](../../be.zvz.kotlininside.security/-auth/index.html) -# auth -[jvm] -Content -val [auth](auth.md): [Auth](../../be.zvz.kotlininside.security/-auth/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/hashed-app-key.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/hashed-app-key.md index 68e289fd..84fcebdb 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/hashed-app-key.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/hashed-app-key.md @@ -1,14 +1,15 @@ --- -title: hashedAppKey - +title: hashedAppKey --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside](../index.md)/[KotlinInside](index.md)/[hashedAppKey](hashed-app-key.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside](../index.html)/[KotlinInside](index.html) +/[hashedAppKey](hashed-app-key.html) +# hashedAppKey +[jvm]\ +lateinit +var [hashedAppKey](hashed-app-key.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) -# hashedAppKey -[jvm] -Content -lateinit var [hashedAppKey](hashed-app-key.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/http-interface.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/http-interface.md index 33f65d7d..d9ac8e20 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/http-interface.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/http-interface.md @@ -1,14 +1,14 @@ --- -title: httpInterface - +title: httpInterface --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside](../index.md)/[KotlinInside](index.md)/[httpInterface](http-interface.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside](../index.html)/[KotlinInside](index.html) +/[httpInterface](http-interface.html) +# httpInterface +[jvm]\ +val [httpInterface](http-interface.html): [HttpInterface](../../be.zvz.kotlininside.http/-http-interface/index.html) -# httpInterface -[jvm] -Content -val [httpInterface](http-interface.md): [HttpInterface](../../be.zvz.kotlininside.http/-http-interface/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/index.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/index.md index ed103d99..e5166e8e 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/index.md @@ -1,38 +1,27 @@ --- -title: KotlinInside - +title: KotlinInside --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside](../index.md)/[KotlinInside](index.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside](../index.html)/[KotlinInside](index.html) +# KotlinInside +[jvm]\ +class [KotlinInside](index.html) -# KotlinInside - [jvm] class [KotlinInside](index.md) +## Types - -## Types - -| Name| Summary| -|---|---| -| [Companion](-companion/index.md)| [jvm]
Content
object [Companion](-companion/index.md)


- - -## Functions - -| Name| Summary| +| Name | Summary | |---|---| -| [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open operator fun [equals](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2Fequals%2F%23kotlin.Any%3F%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)


-| [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [hashCode](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FhashCode%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)


-| [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)| [jvm]
Content
open fun [toString](../../be.zvz.kotlininside.utils/-string-util/-companion/index.md#%5Bkotlin%2FAny%2FtoString%2F%23%2FPointingToDeclaration%2F%5D%2FFunctions%2F49489957)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


+| [Companion](-companion/index.html) | [jvm]
object [Companion](-companion/index.html) | +## Properties -## Properties - -| Name| Summary| +| Name | Summary | |---|---| -| [app](app.md)| [jvm] lateinit var [app](app.md): [App](../../be.zvz.kotlininside.security/-app/index.md)
-| [auth](auth.md)| [jvm] val [auth](auth.md): [Auth](../../be.zvz.kotlininside.security/-auth/index.md)
-| [hashedAppKey](hashed-app-key.md)| [jvm] lateinit var [hashedAppKey](hashed-app-key.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
-| [httpInterface](http-interface.md)| [jvm] val [httpInterface](http-interface.md): [HttpInterface](../../be.zvz.kotlininside.http/-http-interface/index.md)
-| [session](session.md)| [jvm] lateinit var [session](session.md): [Session](../../be.zvz.kotlininside.session/-session/index.md)
-| [user](user.md)| [jvm] val [user](user.md): [User](../../be.zvz.kotlininside.session.user/-user/index.md)
+| [app](app.html) | [jvm]
lateinit var [app](app.html): [App](../../be.zvz.kotlininside.security/-app/index.html) | +| [auth](auth.html) | [jvm]
val [auth](auth.html): [Auth](../../be.zvz.kotlininside.security/-auth/index.html) | +| [hashedAppKey](hashed-app-key.html) | [jvm]
lateinit var [hashedAppKey](hashed-app-key.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | +| [httpInterface](http-interface.html) | [jvm]
val [httpInterface](http-interface.html): [HttpInterface](../../be.zvz.kotlininside.http/-http-interface/index.html) | +| [session](session.html) | [jvm]
lateinit var [session](session.html): [Session](../../be.zvz.kotlininside.session/-session/index.html) | +| [user](user.html) | [jvm]
val [user](user.html): [User](../../be.zvz.kotlininside.session.user/-user/index.html) | diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/session.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/session.md index a3470261..677fce1c 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/session.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/session.md @@ -1,14 +1,14 @@ --- -title: session - +title: session --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside](../index.md)/[KotlinInside](index.md)/[session](session.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside](../index.html)/[KotlinInside](index.html) +/[session](session.html) +# session +[jvm]\ +lateinit var [session](session.html): [Session](../../be.zvz.kotlininside.session/-session/index.html) -# session -[jvm] -Content -lateinit var [session](session.md): [Session](../../be.zvz.kotlininside.session/-session/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/user.md b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/user.md index 7735906d..3bead258 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/user.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/user.md @@ -1,14 +1,13 @@ --- -title: user - +title: user --- -//[KotlinInside](../../index.md)/[be.zvz.kotlininside](../index.md)/[KotlinInside](index.md)/[user](user.md) +//[KotlinInside](../../../index.html)/[be.zvz.kotlininside](../index.html)/[KotlinInside](index.html)/[user](user.html) +# user +[jvm]\ +val [user](user.html): [User](../../be.zvz.kotlininside.session.user/-user/index.html) -# user -[jvm] -Content -val [user](user.md): [User](../../be.zvz.kotlininside.session.user/-user/index.md) diff --git a/docs/-kotlin-inside/be.zvz.kotlininside/index.md b/docs/-kotlin-inside/be.zvz.kotlininside/index.md index 9145fe5c..e677fd45 100644 --- a/docs/-kotlin-inside/be.zvz.kotlininside/index.md +++ b/docs/-kotlin-inside/be.zvz.kotlininside/index.md @@ -1,16 +1,13 @@ --- -title: be.zvz.kotlininside - +title: be.zvz.kotlininside --- -//[KotlinInside](../index.md)/[be.zvz.kotlininside](index.md) +//[KotlinInside](../../index.html)/[be.zvz.kotlininside](index.html) +# Package be.zvz.kotlininside +## Types -# Package be.zvz.kotlininside - - -## Types - -| Name| Summary| +| Name | Summary | |---|---| -| [KotlinInside](-kotlin-inside/index.md)| [jvm]
Content
class [KotlinInside](-kotlin-inside/index.md)


+| [KotlinInside](-kotlin-inside/index.html) | [jvm]
class [KotlinInside](-kotlin-inside/index.html) | diff --git a/docs/-kotlin-inside/package-list b/docs/-kotlin-inside/package-list index 5bc32812..88d0264e 100644 --- a/docs/-kotlin-inside/package-list +++ b/docs/-kotlin-inside/package-list @@ -1,6 +1,1148 @@ $dokka.format:jekyll-v1 -$dokka.linkExtension:md - +$dokka.linkExtension:html +$dokka.location:be.zvz.kotlininside.api.article////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete.DeleteResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete.DeleteResult/DeleteResult/#kotlin.Boolean#kotlin.String?#kotlin.String?#kotlin.Int?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/-delete-result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete.DeleteResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/cause.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete.DeleteResult/message/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/message.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete.DeleteResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete.DeleteResult/status/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-delete-result/status.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete/ArticleDelete/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/-article-delete.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleDelete/delete/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-delete/delete.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleHitUpvote.HitUpvoteResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleHitUpvote.HitUpvoteResult/HitUpvoteResult/#kotlin.Boolean#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/-hit-upvote-result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleHitUpvote.HitUpvoteResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/cause.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleHitUpvote.HitUpvoteResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-hit-upvote-result/result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleHitUpvote///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleHitUpvote/ArticleHitUpvote/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/-article-hit-upvote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleHitUpvote/upvote/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-hit-upvote/upvote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/GallInfo/#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Boolean#kotlin.Boolean?#kotlin.Int?#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean?#kotlin.String?#kotlin.Int?#kotlin.Boolean?#kotlin.Int?#kotlin.Boolean?#kotlin.Int?#kotlin.collections.Map[kotlin.String,kotlin.String]#kotlin.collections.List[be.zvz.kotlininside.api.type.HeadText]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/-gall-info.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/captcha/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/captcha.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/category/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/category.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/codeCount/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/code-count.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/fileCount/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-count.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/fileSize/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/file-size.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/headText/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/head-text.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/isManager/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-manager.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/isMini/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-mini.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/isMinor/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/is-minor.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/memberJoin/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/member-join.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/membership/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/membership.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/noWrite/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/no-write.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/notifyRecent/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/notify-recent.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/profileImage/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/profile-image.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/relationGall/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/relation-gall.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/title.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/totalMember/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/total-member.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/useAutoDelete/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-auto-delete.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallInfo/useListFix/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-info/use-list-fix.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/GallList/#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.String#kotlin.Int#kotlin.String#kotlin.String?#kotlin.String#kotlin.String#kotlin.String#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/-gall-list.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/bestCheck/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/best-check.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/dateTime/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/date-time.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/gallerCon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/galler-con.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/headText/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/head-text.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/identifier/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/identifier.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/imageIcon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/image-icon.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/ip/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/ip.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/level/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/level.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/memberIcon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/member-icon.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/name.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/subject/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/subject.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/totalComment/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-comment.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/totalVoice/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/total-voice.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/upvote/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/upvoteIcon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/upvote-icon.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/userId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/user-id.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/views/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/views.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/voiceIcon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/voice-icon.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.GallList/winnertaIcon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-gall-list/winnerta-icon.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.ALL///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.ALL/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/name.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.ALL/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/ordinal.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.ALL/type/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-a-l-l/type.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.CONTENT///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.CONTENT/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/name.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.CONTENT/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/ordinal.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.CONTENT/type/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-c-o-n-t-e-n-t/type.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.NAME///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.NAME/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/name.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.NAME/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/ordinal.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.NAME/type/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-n-a-m-e/type.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/name.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/ordinal.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT/type/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t/type.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT_AND_CONTENT///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT_AND_CONTENT/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/name.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT_AND_CONTENT/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/ordinal.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType.SUBJECT_AND_CONTENT/type/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/-s-u-b-j-e-c-t_-a-n-d_-c-o-n-t-e-n-t/type.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList.SearchType/type/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-search-type/type.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList/ArticleList/#kotlin.String#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-article-list.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList/ArticleList/#kotlin.String#kotlin.String#be.zvz.kotlininside.api.article.ArticleList.SearchType#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-article-list.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList/ArticleList/#kotlin.String#kotlin.String#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/-article-list.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList/getGallInfo/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-info.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList/getGallList/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/get-gall-list.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleList/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-list/request.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.FileData///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.FileData/FileData/#kotlin.Int#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/-file-data.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.FileData/block/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/block.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.FileData/fileSize/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-file-data/file-size.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/ModifyResult/#kotlin.Boolean#kotlin.String?#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.String?#kotlin.collections.List[be.zvz.kotlininside.api.type.content.Content]#kotlin.collections.List[be.zvz.kotlininside.api.article.ArticleModify.FileData]#kotlin.collections.List[be.zvz.kotlininside.api.type.HeadText]#kotlin.String?#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/-modify-result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/articleId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/article-id.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/cause.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/content/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/content.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/currentHeadText/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/current-head-text.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/file/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/fileCount/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-count.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/fileSize/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/file-size.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/gallId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/gall-id.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/headText/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/head-text.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify.ModifyResult/subject/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-modify-result/subject.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify/ArticleModify/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/-article-modify.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify/modify/#be.zvz.kotlininside.api.type.Article#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleModify/modifyInfo/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-modify/modify-info.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/ViewInfo/#kotlin.String#kotlin.Int#kotlin.String#kotlin.Int#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.String#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Boolean#kotlin.Int#kotlin.String#kotlin.String#kotlin.Int#kotlin.String#kotlin.String#kotlin.Int#kotlin.String#kotlin.Boolean#kotlin.Boolean#kotlin.String?#kotlin.String#kotlin.Boolean#kotlin.Boolean#kotlin.Int?#kotlin.Boolean?#kotlin.Boolean?#kotlin.Int?#kotlin.collections.List[be.zvz.kotlininside.api.type.HeadText]#kotlin.Boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/-view-info.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/bestCheck/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/best-check.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/category/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/category.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/commentDeleteScope/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/comment-delete-scope.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/dateTime/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/date-time.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/gallTitle/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/gall-title.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/gallerCon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/galler-con.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/headText/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-text.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/headTitle/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/head-title.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/identifier/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/identifier.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/imageCheck/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/image-check.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/ip/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/ip.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/isMini/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-mini.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/isMinor/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-minor.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/isNotice/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/is-notice.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/level/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/level.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/memberGrant/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-grant.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/memberIcon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/member-icon.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/membership/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/membership.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/name.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/nextLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-link.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/nextSubject/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/next-subject.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/previousLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-link.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/previousSubject/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/previous-subject.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/recommendCheck/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/recommend-check.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/subject/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/subject.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/totalComment/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/total-comment.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/useAutoDelete/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-auto-delete.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/useListFix/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/use-list-fix.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/userId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/user-id.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/views/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/views.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/voiceCheck/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/voice-check.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/winnertaCheck/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/winnerta-check.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewInfo/writeType/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-info/write-type.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewMain///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewMain/ViewMain/#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/-view-main.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewMain/content/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/content.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewMain/downvote/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/downvote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewMain/isManager/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/is-manager.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewMain/upvote/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead.ViewMain/upvoteMember/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-view-main/upvote-member.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead/ArticleRead/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/-article-read.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead/getViewInfo/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-info.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead/getViewMain/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/get-view-main.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleRead/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-read/request.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleReport///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleReport/ArticleReport/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/-article-report.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleReport/getLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-report/get-link.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote.VoteResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote.VoteResult/VoteResult/#kotlin.Boolean#kotlin.String#kotlin.Int?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/-vote-result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote.VoteResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/cause.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote.VoteResult/member/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/member.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote.VoteResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-vote-result/result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote/ArticleVote/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/-article-vote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote/downvote/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/downvote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleVote/upvote/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-vote/upvote.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite.WriteResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite.WriteResult/WriteResult/#kotlin.Boolean#kotlin.Int?#kotlin.String?#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/-write-result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite.WriteResult/articleId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/article-id.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite.WriteResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/cause.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite.WriteResult/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/id.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite.WriteResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-write-result/result.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/index.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite/ArticleWrite/#kotlin.String#be.zvz.kotlininside.api.type.Article#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/-article-write.html +$dokka.location:be.zvz.kotlininside.api.article/ArticleWrite/write/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.article/-article-write/write.html +$dokka.location:be.zvz.kotlininside.api.async.article////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleDelete///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleDelete/AsyncArticleDelete/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/-async-article-delete.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleDelete/deleteAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-delete/delete-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleHitUpvote///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleHitUpvote/AsyncArticleHitUpvote/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/-async-article-hit-upvote.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleHitUpvote/upvoteAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-hit-upvote/upvote-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleList///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleList/AsyncArticleList/#kotlin.String#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/-async-article-list.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleList/AsyncArticleList/#kotlin.String#kotlin.String#be.zvz.kotlininside.api.article.ArticleList.SearchType#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/-async-article-list.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleList/AsyncArticleList/#kotlin.String#kotlin.String#kotlin.Int#kotlin.Boolean#kotlin.Boolean#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/-async-article-list.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleList/getGallInfoAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-info-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleList/getGallListAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/get-gall-list-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleList/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-list/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleModify///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleModify/AsyncArticleModify/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/-async-article-modify.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleModify/modifyAsync/#be.zvz.kotlininside.api.type.Article#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleModify/modifyInfoAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-modify/modify-info-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleRead///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleRead/AsyncArticleRead/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/-async-article-read.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleRead/getViewInfoAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-info-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleRead/getViewMainAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/get-view-main-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleRead/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-read/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleReport///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleReport/AsyncArticleReport/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/-async-article-report.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleReport/getLinkAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-report/get-link-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleVote///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleVote/AsyncArticleVote/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/-async-article-vote.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleVote/downvoteAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/downvote-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleVote/upvoteAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-vote/upvote-async.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleWrite///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/index.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleWrite/AsyncArticleWrite/#kotlin.String#be.zvz.kotlininside.api.type.Article#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/-async-article-write.html +$dokka.location:be.zvz.kotlininside.api.async.article/AsyncArticleWrite/writeAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.article/-async-article-write/write-async.html +$dokka.location:be.zvz.kotlininside.api.async.comment////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/index.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentDelete///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/index.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentDelete/AsyncCommentDelete/#kotlin.String#kotlin.Int#kotlin.Int#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/-async-comment-delete.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentDelete/deleteAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-delete/delete-async.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentRead///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/index.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentRead/AsyncCommentRead/#kotlin.String#kotlin.Int#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/-async-comment-read.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentRead/getAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-read/get-async.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentWrite///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/index.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentWrite/AsyncCommentWrite/#kotlin.String#kotlin.Int#be.zvz.kotlininside.api.type.comment.Comment#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/-async-comment-write.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentWrite/replyAsync/#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/reply-async.html +$dokka.location:be.zvz.kotlininside.api.async.comment/AsyncCommentWrite/writeAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.comment/-async-comment-write/write-async.html +$dokka.location:be.zvz.kotlininside.api.async.dccon////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/index.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConBuy///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/index.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConBuy/AsyncDCConBuy/#be.zvz.kotlininside.api.type.DCCon#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/-async-d-c-con-buy.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConBuy/buyAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-buy/buy-async.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConDetail///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/index.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConDetail/AsyncDCConDetail/#be.zvz.kotlininside.api.type.DCCon/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/-async-d-c-con-detail.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConDetail/getAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-detail/get-async.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConList///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/index.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConList/AsyncDCConList/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/-async-d-c-con-list.html +$dokka.location:be.zvz.kotlininside.api.async.dccon/AsyncDCConList/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.dccon/-async-d-c-con-list/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncJoinMiniGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncJoinMiniGallery/AsyncJoinMiniGallery/#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/-async-join-mini-gallery.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncJoinMiniGallery/joinAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/join-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncJoinMiniGallery/requestMemberJoinAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncJoinMiniGallery/requestMemberJoinOkAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-join-mini-gallery/request-member-join-ok-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncQuitMiniGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncQuitMiniGallery/AsyncQuitMiniGallery/#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/-async-quit-mini-gallery.html +$dokka.location:be.zvz.kotlininside.api.async.generic.minigallery/AsyncQuitMiniGallery/quitAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/-async-quit-mini-gallery/quit-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncCheckJoinedMiniGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncCheckJoinedMiniGallery/AsyncCheckJoinedMiniGallery/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/-async-check-joined-mini-gallery.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncCheckJoinedMiniGallery/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-joined-mini-gallery/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncCheckManagedGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncCheckManagedGallery/AsyncCheckManagedGallery/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/-async-check-managed-gallery.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncCheckManagedGallery/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-check-managed-gallery/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncModifyMyGall///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncModifyMyGall/AsyncModifyMyGall/#kotlin.String#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/-async-modify-my-gall.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncModifyMyGall/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-modify-my-gall/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncMyGall///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncMyGall/AsyncMyGall/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/-async-my-gall.html +$dokka.location:be.zvz.kotlininside.api.async.generic.userinfo/AsyncMyGall/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/-async-my-gall/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncGalleryRanking///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncGalleryRanking/AsyncGalleryRanking/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/-async-gallery-ranking.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncGalleryRanking/getAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-ranking/get-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncGallerySearch///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncGallerySearch/AsyncGallerySearch/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/-async-gallery-search.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncGallerySearch/searchAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-gallery-search/search-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMainPage///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMainPage/AsyncMainPage/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/-async-main-page.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMainPage/getBestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-best-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMainPage/getHitAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-hit-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMainPage/getIssueZoomAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-issue-zoom-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMainPage/getNewGalleryAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/get-new-gallery-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMainPage/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-main-page/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMinorGalleryInfo///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMinorGalleryInfo/AsyncMinorGalleryInfo/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/-async-minor-gallery-info.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMinorGalleryInfo/getAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-info/get-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMinorGalleryRanking///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMinorGalleryRanking/AsyncMinorGalleryRanking/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/-async-minor-gallery-ranking.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncMinorGalleryRanking/getAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-minor-gallery-ranking/get-async.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncTotalSearch///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/index.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncTotalSearch/AsyncTotalSearch/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/-async-total-search.html +$dokka.location:be.zvz.kotlininside.api.async.generic/AsyncTotalSearch/searchAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.generic/-async-total-search/search-async.html +$dokka.location:be.zvz.kotlininside.api.async.management////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/index.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncChangeHeadText///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/index.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncChangeHeadText/AsyncChangeHeadText/#kotlin.String#kotlin.Int#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/-async-change-head-text.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncChangeHeadText/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-change-head-text/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncGallerySetting///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/index.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncGallerySetting/AsyncGallerySetting/#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/-async-gallery-setting.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncGallerySetting/getLinkAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-gallery-setting/get-link-async.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncNotice///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/index.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncNotice/AsyncNotice/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/-async-notice.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncNotice/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-notice/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncRecommend///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/index.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncRecommend/AsyncRecommend/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/-async-recommend.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncRecommend/requestAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-recommend/request-async.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncUserBlock///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/index.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncUserBlock/AsyncUserBlock/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session#be.zvz.kotlininside.api.management.UserBlock.BlockOption/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/-async-user-block.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncUserBlock/blockAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/block-async.html +$dokka.location:be.zvz.kotlininside.api.async.management/AsyncUserBlock/getLinkAsync/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.async.management/-async-user-block/get-link-async.html +$dokka.location:be.zvz.kotlininside.api.comment////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentDelete.DeleteResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentDelete.DeleteResult/DeleteResult/#kotlin.Boolean#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/-delete-result.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentDelete.DeleteResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/cause.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentDelete.DeleteResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-delete-result/result.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentDelete///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentDelete/CommentDelete/#kotlin.String#kotlin.Int#kotlin.Int#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/-comment-delete.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentDelete/delete/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-delete/delete.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/CommentData/#kotlin.Int#kotlin.String?#kotlin.String?#kotlin.String#kotlin.String#be.zvz.kotlininside.api.type.comment.Comment#kotlin.Int#kotlin.String#kotlin.Boolean#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/-comment-data.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/content/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/content.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/dateTime/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/date-time.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/gallerCon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/galler-con.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/identifier/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/identifier.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/ipData/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/ip-data.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/isDeleteFlag/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-delete-flag.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/isReply/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/is-reply.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/memberIcon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/member-icon.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/name.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.CommentData/userId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-data/user-id.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.ReadResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.ReadResult/ReadResult/#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.collections.List[be.zvz.kotlininside.api.comment.CommentRead.CommentData]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/-read-result.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.ReadResult/commentList/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/comment-list.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.ReadResult/rePage/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/re-page.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.ReadResult/totalComment/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-comment.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead.ReadResult/totalPage/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-read-result/total-page.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead/CommentRead/#kotlin.String#kotlin.Int#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/-comment-read.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentRead/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-read/request.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite.WriteResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite.WriteResult/WriteResult/#kotlin.Boolean#kotlin.Int?#kotlin.String?#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/-write-result.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite.WriteResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/cause.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite.WriteResult/data/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/data.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite.WriteResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/result.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite.WriteResult/word/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-write-result/word.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/index.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite/CommentWrite/#kotlin.String#kotlin.Int#be.zvz.kotlininside.api.type.comment.Comment#be.zvz.kotlininside.session.Session#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/-comment-write.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite/reply/#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/reply.html +$dokka.location:be.zvz.kotlininside.api.comment/CommentWrite/write/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.comment/-comment-write/write.html +$dokka.location:be.zvz.kotlininside.api.dccon////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConBuy.BuyResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConBuy.BuyResult/BuyResult/#kotlin.Int#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/-buy-result.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConBuy.BuyResult/msg/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/msg.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConBuy.BuyResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-buy-result/result.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConBuy///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConBuy/DCConBuy/#be.zvz.kotlininside.api.type.DCCon#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/-d-c-con-buy.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConBuy/buy/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-buy/buy.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo/DCConInfo/#kotlin.Int#kotlin.String#kotlin.String#kotlin.String#kotlin.Int#kotlin.Boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/-d-c-con-info.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo/description/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/description.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo/getState/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/get-state.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo/mainImg/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/main-img.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo/mandu/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/mandu.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo/packageIndex/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/package-index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DCConInfo/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-info/title.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DetailResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DetailResult/DetailResult/#kotlin.collections.List[be.zvz.kotlininside.api.dccon.DCConDetail.DCConInfo]#kotlin.collections.List[be.zvz.kotlininside.api.type.DCCon]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/-detail-result.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DetailResult/detail/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/detail.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail.DetailResult/info/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-detail-result/info.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail/DCConDetail/#be.zvz.kotlininside.api.type.DCCon/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/-d-c-con-detail.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConDetail/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-detail/request.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConList.ListResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConList.ListResult/ListResult/#kotlin.collections.List[be.zvz.kotlininside.api.type.DCCon]#kotlin.collections.List[kotlin.collections.List[be.zvz.kotlininside.api.type.DCCon]]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/-list-result.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConList.ListResult/list/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/list.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConList.ListResult/tab/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-list-result/tab.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConList///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/index.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConList/DCConList/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/-d-c-con-list.html +$dokka.location:be.zvz.kotlininside.api.dccon/DCConList/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.dccon/-d-c-con-list/request.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinOkResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinOkResult/MemberJoinOkResult/#kotlin.Boolean#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/-member-join-ok-result.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinOkResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/cause.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinOkResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/result.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinOkResult/status/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-ok-result/status.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinResult/MemberJoinResult/#kotlin.Boolean#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/-member-join-result.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinResult/joinQuestion/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/join-question.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery.MemberJoinResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-member-join-result/result.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery/JoinMiniGallery/#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/-join-mini-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery/join/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/join.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery/requestMemberJoin/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/JoinMiniGallery/requestMemberJoinOk/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-join-mini-gallery/request-member-join-ok.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/QuitMiniGallery.MemberQuitResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/QuitMiniGallery.MemberQuitResult/MemberQuitResult/#kotlin.Boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/-member-quit-result.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/QuitMiniGallery.MemberQuitResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-member-quit-result/result.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/QuitMiniGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/QuitMiniGallery/QuitMiniGallery/#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/-quit-mini-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic.minigallery/QuitMiniGallery/quit/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/-quit-mini-gallery/quit.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.CheckResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.CheckResult/CheckResult/#kotlin.collections.List[be.zvz.kotlininside.api.generic.userinfo.CheckJoinedMiniGallery.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.generic.userinfo.CheckJoinedMiniGallery.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.generic.userinfo.CheckJoinedMiniGallery.Gallery]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/-check-result.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.CheckResult/myJoinMiniHold/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-hold.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.CheckResult/myJoinMiniIn/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-in.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.CheckResult/myJoinMiniOut/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-result/my-join-mini-out.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.Gallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.Gallery/Gallery/#kotlin.String#kotlin.String#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.Gallery/hide/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/hide.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.Gallery/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/id.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery.Gallery/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-gallery/title.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery/CheckJoinedMiniGallery/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/-check-joined-mini-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckJoinedMiniGallery/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-joined-mini-gallery/request.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.CheckResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.CheckResult/CheckResult/#kotlin.collections.List[be.zvz.kotlininside.api.generic.userinfo.CheckManagedGallery.Gallery]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/-check-result.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.CheckResult/myManageList/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-result/my-manage-list.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.Gallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.Gallery/Gallery/#kotlin.Int#kotlin.String#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.Gallery/hide/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/hide.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.Gallery/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/id.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.Gallery/managerType/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/manager-type.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.Gallery/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/title.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery.Gallery/type/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-gallery/type.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery/CheckManagedGallery/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/-check-managed-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/CheckManagedGallery/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-check-managed-gallery/request.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/ModifyMyGall.ModifyMyGallResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/ModifyMyGall.ModifyMyGallResult/ModifyMyGallResult/#kotlin.Boolean#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/-modify-my-gall-result.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/ModifyMyGall.ModifyMyGallResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/cause.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/ModifyMyGall.ModifyMyGallResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall-result/result.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/ModifyMyGall///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/ModifyMyGall/ModifyMyGall/#kotlin.String#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/-modify-my-gall.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/ModifyMyGall/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-modify-my-gall/request.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/MyGall.MyGallResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/MyGall.MyGallResult/MyGallResult/#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/-my-gall-result.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/MyGall.MyGallResult/favorite/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/favorite.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/MyGall.MyGallResult/myGall/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall-result/my-gall.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/MyGall///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/index.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/MyGall/MyGall/#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/-my-gall.html +$dokka.location:be.zvz.kotlininside.api.generic.userinfo/MyGall/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/-my-gall/request.html +$dokka.location:be.zvz.kotlininside.api.generic////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.DOWN///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.DOWN/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/name.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.DOWN/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-d-o-w-n/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.STOP///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.STOP/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/name.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.STOP/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-s-t-o-p/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.UNKNOWN///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.UNKNOWN/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.UNKNOWN/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.UP///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.UP/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/name.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType.UP/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/-u-p/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankType///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-rank-type/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem/RankingItem/#kotlin.String#kotlin.String#kotlin.String#be.zvz.kotlininside.api.generic.GalleryRanking.RankType#kotlin.Int#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/-ranking-item.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem/gallId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-id.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem/gallLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-link.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem/gallName/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/gall-name.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem/rank/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem/rankType/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-type.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking.RankingItem/rankUpdown/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-ranking-item/rank-updown.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking/GalleryRanking/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/-gallery-ranking.html +$dokka.location:be.zvz.kotlininside.api.generic/GalleryRanking/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-ranking/request.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch.GallerySearchResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch.GallerySearchResult/GallerySearchResult/#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/-gallery-search-result.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch.GallerySearchResult/mainGallery/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch.GallerySearchResult/mainRecommendGallery/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/main-recommend-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch.GallerySearchResult/minorGallery/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch.GallerySearchResult/minorRecommendGallery/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search-result/minor-recommend-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/index.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch/GallerySearch/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/-gallery-search.html +$dokka.location:be.zvz.kotlininside.api.generic/GallerySearch/search/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-gallery-search/search.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.Article///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.Article/Article/#kotlin.String#kotlin.Int#kotlin.String?#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/-article.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.Article/articleId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/article-id.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.Article/gallId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-id.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.Article/gallName/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/gall-name.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.Article/thumbnail/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/thumbnail.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.Article/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-article/title.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.NewGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.NewGallery/NewGallery/#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/-new-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.NewGallery/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/id.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage.NewGallery/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-new-gallery/title.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage/MainPage/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/-main-page.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage/getBest/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-best.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage/getHit/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-hit.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage/getIssueZoom/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-issue-zoom.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage/getNewGallery/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/get-new-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/MainPage/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-main-page/request.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/InfoResult/#kotlin.String#kotlin.String#kotlin.String?#kotlin.String?#be.zvz.kotlininside.api.generic.MinorGalleryInfo.Manager#kotlin.collections.List[be.zvz.kotlininside.api.generic.MinorGalleryInfo.Manager]#kotlin.String#kotlin.Boolean#kotlin.String#kotlin.String#kotlin.String#be.zvz.kotlininside.api.generic.MinorGalleryInfo.MiniGalleryInfo?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/-info-result.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/categoryName/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/category-name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/createDate/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/create-date.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/description/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/description.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/hotState/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/hot-state.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/id.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/image/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/image.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/koName/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/ko-name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/manager/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/manager.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/mini/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/mini.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/new/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/new.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/subManager/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/sub-manager.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.InfoResult/totalCount/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-info-result/total-count.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.Manager///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.Manager/Manager/#kotlin.Boolean#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/-manager.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.Manager/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/id.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.Manager/isMaster/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/is-master.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.Manager/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-manager/name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.MiniGalleryInfo///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.MiniGalleryInfo/MiniGalleryInfo/#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/-mini-gallery-info.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.MiniGalleryInfo/hide/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/hide.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.MiniGalleryInfo/isMember/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/is-member.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.MiniGalleryInfo/memberLimit/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/member-limit.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo.MiniGalleryInfo/totalMember/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-mini-gallery-info/total-member.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo/MinorGalleryInfo/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/-minor-gallery-info.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryInfo/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-info/request.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.DOWN///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.DOWN/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.DOWN/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-d-o-w-n/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.STOP///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.STOP/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.STOP/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-s-t-o-p/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.UNKNOWN///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.UNKNOWN/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.UNKNOWN/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-n-k-n-o-w-n/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.UP///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.UP/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType.UP/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/-u-p/ordinal.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankType///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-rank-type/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem/RankingItem/#kotlin.String#kotlin.String#kotlin.String#be.zvz.kotlininside.api.generic.MinorGalleryRanking.RankType#kotlin.Int#kotlin.Int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/-ranking-item.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem/gallId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-id.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem/gallLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-link.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem/gallName/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/gall-name.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem/rank/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem/rankType/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-type.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking.RankingItem/rankUpdown/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-ranking-item/rank-updown.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/index.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking/MinorGalleryRanking/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/-minor-gallery-ranking.html +$dokka.location:be.zvz.kotlininside.api.generic/MinorGalleryRanking/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-minor-gallery-ranking/request.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.RealTime///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/index.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.RealTime/RealTime/#kotlin.Int#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/-real-time.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.RealTime/rank/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/rank.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.RealTime/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/title.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.RealTime/url/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-real-time/url.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/index.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle/SearchedArticle/#kotlin.String#kotlin.String#kotlin.String#kotlin.String#kotlin.Int#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/-searched-article.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle/articleId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/article-id.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle/content/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/content.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle/gallId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-id.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle/gallName/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/gall-name.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle/regDate/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/reg-date.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.SearchedArticle/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-searched-article/title.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/index.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult/TotalSearchResult/#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.type.Gallery]#kotlin.collections.List[be.zvz.kotlininside.api.generic.TotalSearch.Wiki]#kotlin.collections.List[be.zvz.kotlininside.api.generic.TotalSearch.SearchedArticle]#kotlin.collections.List[be.zvz.kotlininside.api.generic.TotalSearch.SearchedArticle]#kotlin.collections.List[be.zvz.kotlininside.api.generic.TotalSearch.RealTime]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/-total-search-result.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult/board/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/board.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult/mainGallery/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/main-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult/minorGallery/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/minor-gallery.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult/realTime/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/real-time.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult/todayIssue/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/today-issue.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.TotalSearchResult/wiki/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search-result/wiki.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.Wiki///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/index.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.Wiki/Wiki/#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/-wiki.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.Wiki/gallName/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/gall-name.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.Wiki/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/title.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch.Wiki/url/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-wiki/url.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/index.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch/TotalSearch/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/-total-search.html +$dokka.location:be.zvz.kotlininside.api.generic/TotalSearch/search/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.generic/-total-search/search.html +$dokka.location:be.zvz.kotlininside.api.management////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/index.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText.ChangeResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/index.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText.ChangeResult/ChangeResult/#kotlin.Boolean#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/-change-result.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText.ChangeResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/cause.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText.ChangeResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/result.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText.ChangeResult/state/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-result/state.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/index.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText/ChangeHeadText/#kotlin.String#kotlin.Int#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/-change-head-text.html +$dokka.location:be.zvz.kotlininside.api.management/ChangeHeadText/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-change-head-text/request.html +$dokka.location:be.zvz.kotlininside.api.management/GallerySetting///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/index.html +$dokka.location:be.zvz.kotlininside.api.management/GallerySetting/GallerySetting/#kotlin.String#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/-gallery-setting.html +$dokka.location:be.zvz.kotlininside.api.management/GallerySetting/getLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-link.html +$dokka.location:be.zvz.kotlininside.api.management/GallerySetting/getUserAgent/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-gallery-setting/get-user-agent.html +$dokka.location:be.zvz.kotlininside.api.management/Notice.NoticeResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/index.html +$dokka.location:be.zvz.kotlininside.api.management/Notice.NoticeResult/NoticeResult/#kotlin.Boolean#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/-notice-result.html +$dokka.location:be.zvz.kotlininside.api.management/Notice.NoticeResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/cause.html +$dokka.location:be.zvz.kotlininside.api.management/Notice.NoticeResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/result.html +$dokka.location:be.zvz.kotlininside.api.management/Notice.NoticeResult/state/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice-result/state.html +$dokka.location:be.zvz.kotlininside.api.management/Notice///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/index.html +$dokka.location:be.zvz.kotlininside.api.management/Notice/Notice/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/-notice.html +$dokka.location:be.zvz.kotlininside.api.management/Notice/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-notice/request.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend.RecommendResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/index.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend.RecommendResult/RecommendResult/#kotlin.Boolean#kotlin.String#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/-recommend-result.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend.RecommendResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/cause.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend.RecommendResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/result.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend.RecommendResult/state/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend-result/state.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/index.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend/Recommend/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/-recommend.html +$dokka.location:be.zvz.kotlininside.api.management/Recommend/request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-recommend/request.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.ADVERTISEMENT///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.ADVERTISEMENT/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.ADVERTISEMENT/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/name.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.ADVERTISEMENT/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-a-d-v-e-r-t-i-s-e-m-e-n-t/ordinal.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSS_WORDS///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSS_WORDS/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSS_WORDS/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/name.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSS_WORDS/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-s_-w-o-r-d-s/ordinal.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSTOM///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSTOM/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSTOM/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/name.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.CUSTOM/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-c-u-s-t-o-m/ordinal.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.DEFAMATION///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.DEFAMATION/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.DEFAMATION/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/name.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.DEFAMATION/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-d-e-f-a-m-a-t-i-o-n/ordinal.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.OBSCENE///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.OBSCENE/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.OBSCENE/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/name.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.OBSCENE/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-o-b-s-c-e-n-e/ordinal.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.PIRACY///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.PIRACY/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.PIRACY/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/name.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.PIRACY/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-p-i-r-a-c-y/ordinal.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.SPAMMING///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.SPAMMING/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.SPAMMING/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/name.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory.SPAMMING/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/-s-p-a-m-m-i-n-g/ordinal.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockCategory/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-category/code.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockOption///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockOption/BlockOption/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/-block-option.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockOption/blockCategory/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-category.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockOption/blockHour/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-hour.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockOption/blockReason/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/block-reason.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockOption/commentId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-option/comment-id.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockResult///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockResult/BlockResult/#kotlin.Boolean#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/-block-result.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockResult/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/cause.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock.BlockResult/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-block-result/result.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/index.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock/UserBlock/#kotlin.String#kotlin.Int#be.zvz.kotlininside.session.Session#be.zvz.kotlininside.api.management.UserBlock.BlockOption/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/-user-block.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock/block/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/block.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock/getLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-link.html +$dokka.location:be.zvz.kotlininside.api.management/UserBlock/getUserAgent/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.management/-user-block/get-user-agent.html +$dokka.location:be.zvz.kotlininside.api.type.comment////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/index.html +$dokka.location:be.zvz.kotlininside.api.type.comment/Comment///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-comment/index.html +$dokka.location:be.zvz.kotlininside.api.type.comment/DCConComment///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/index.html +$dokka.location:be.zvz.kotlininside.api.type.comment/DCConComment/DCConComment/#be.zvz.kotlininside.api.type.DCCon/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/-d-c-con-comment.html +$dokka.location:be.zvz.kotlininside.api.type.comment/DCConComment/dcCon/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-d-c-con-comment/dc-con.html +$dokka.location:be.zvz.kotlininside.api.type.comment/StringComment///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/index.html +$dokka.location:be.zvz.kotlininside.api.type.comment/StringComment/StringComment/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/-string-comment.html +$dokka.location:be.zvz.kotlininside.api.type.comment/StringComment/memo/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.comment/-string-comment/memo.html +$dokka.location:be.zvz.kotlininside.api.type.content////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/index.html +$dokka.location:be.zvz.kotlininside.api.type.content/Content///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-content/index.html +$dokka.location:be.zvz.kotlininside.api.type.content/HtmlContent///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/index.html +$dokka.location:be.zvz.kotlininside.api.type.content/HtmlContent/HtmlContent/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/-html-content.html +$dokka.location:be.zvz.kotlininside.api.type.content/HtmlContent/htmlString/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-html-content/html-string.html +$dokka.location:be.zvz.kotlininside.api.type.content/ImageContent///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/index.html +$dokka.location:be.zvz.kotlininside.api.type.content/ImageContent/ImageContent/#java.io.File/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/-image-content.html +$dokka.location:be.zvz.kotlininside.api.type.content/ImageContent/ImageContent/#java.io.InputStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/-image-content.html +$dokka.location:be.zvz.kotlininside.api.type.content/ImageContent/stream/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-image-content/stream.html +$dokka.location:be.zvz.kotlininside.api.type.content/MarkdownContent///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/index.html +$dokka.location:be.zvz.kotlininside.api.type.content/MarkdownContent/MarkdownContent/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/-markdown-content.html +$dokka.location:be.zvz.kotlininside.api.type.content/MarkdownContent/markdownString/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-markdown-content/markdown-string.html +$dokka.location:be.zvz.kotlininside.api.type.content/StringContent///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/index.html +$dokka.location:be.zvz.kotlininside.api.type.content/StringContent/StringContent/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/-string-content.html +$dokka.location:be.zvz.kotlininside.api.type.content/StringContent/string/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type.content/-string-content/string.html +$dokka.location:be.zvz.kotlininside.api.type////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/index.html +$dokka.location:be.zvz.kotlininside.api.type/Article///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-article/index.html +$dokka.location:be.zvz.kotlininside.api.type/Article/Article/#kotlin.String#kotlin.collections.List[be.zvz.kotlininside.api.type.content.Content]#be.zvz.kotlininside.api.type.HeadText?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-article/-article.html +$dokka.location:be.zvz.kotlininside.api.type/Article/content/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-article/content.html +$dokka.location:be.zvz.kotlininside.api.type/Article/headText/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-article/head-text.html +$dokka.location:be.zvz.kotlininside.api.type/Article/subject/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-article/subject.html +$dokka.location:be.zvz.kotlininside.api.type/DCCon///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/index.html +$dokka.location:be.zvz.kotlininside.api.type/DCCon/DCCon/#kotlin.Int#kotlin.Int#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/-d-c-con.html +$dokka.location:be.zvz.kotlininside.api.type/DCCon/detailIndex/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/detail-index.html +$dokka.location:be.zvz.kotlininside.api.type/DCCon/imgLink/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/img-link.html +$dokka.location:be.zvz.kotlininside.api.type/DCCon/memo/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/memo.html +$dokka.location:be.zvz.kotlininside.api.type/DCCon/packageIndex/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/package-index.html +$dokka.location:be.zvz.kotlininside.api.type/DCCon/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-d-c-con/title.html +$dokka.location:be.zvz.kotlininside.api.type/Gallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/index.html +$dokka.location:be.zvz.kotlininside.api.type/Gallery/Gallery/#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/-gallery.html +$dokka.location:be.zvz.kotlininside.api.type/Gallery/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/id.html +$dokka.location:be.zvz.kotlininside.api.type/Gallery/title/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-gallery/title.html +$dokka.location:be.zvz.kotlininside.api.type/HeadText///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/index.html +$dokka.location:be.zvz.kotlininside.api.type/HeadText/HeadText/#kotlin.Int#kotlin.String#kotlin.Int#kotlin.Boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/-head-text.html +$dokka.location:be.zvz.kotlininside.api.type/HeadText/identifier/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/identifier.html +$dokka.location:be.zvz.kotlininside.api.type/HeadText/level/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/level.html +$dokka.location:be.zvz.kotlininside.api.type/HeadText/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/name.html +$dokka.location:be.zvz.kotlininside.api.type/HeadText/selected/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.api.type/-head-text/selected.html +$dokka.location:be.zvz.kotlininside.http////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/index.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient.Proxy///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-proxy/index.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/index.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/DefaultHttpClient/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/DefaultHttpClient/#boolean#boolean#be.zvz.kotlininside.http.DefaultHttpClient.Proxy/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/DefaultHttpClient/#boolean#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/DefaultHttpClient/#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/-default-http-client.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/delete/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/delete.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/get/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/get.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/head/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/head.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/patch/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/patch.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/post/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/post.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/put/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/put.html +$dokka.location:be.zvz.kotlininside.http/DefaultHttpClient/upload/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-default-http-client/upload.html +$dokka.location:be.zvz.kotlininside.http/HttpException///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/index.html +$dokka.location:be.zvz.kotlininside.http/HttpException/HttpException/#int#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/-http-exception.html +$dokka.location:be.zvz.kotlininside.http/HttpException/HttpException/#java.lang.Throwable/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/-http-exception.html +$dokka.location:be.zvz.kotlininside.http/HttpException/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/cause.html +$dokka.location:be.zvz.kotlininside.http/HttpException/errorMessage/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/error-message.html +$dokka.location:be.zvz.kotlininside.http/HttpException/statusCode/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-exception/status-code.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/index.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/addBodyParameter/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-body-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/addHeader/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-header.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/addMultipartFile/#java.lang.String#java.io.InputStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/addMultipartFileList/#java.lang.String#java.util.List/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-file-list.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/addMultipartParameter/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-multipart-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/addPathParameter/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-path-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/addQueryParameter/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/add-query-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/bodyParameter/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/body-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/contentType/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/content-type.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/getBody/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/get-body.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/headers/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/headers.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/multipartContentType/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-content-type.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/multipartFile/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/multipartFileList/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-file-list.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/multipartParameter/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/multipart-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/pathParameter/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/path-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/queryParameter/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/query-parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/setContentTypeAndBody/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/set-content-type-and-body.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface.Option/userAgent/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/-option/user-agent.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/index.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface/delete/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/delete.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface/get/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/get.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface/head/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/head.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface/patch/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/patch.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface/post/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/post.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface/put/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/put.html +$dokka.location:be.zvz.kotlininside.http/HttpInterface/upload/#java.lang.String#be.zvz.kotlininside.http.HttpInterface.Option/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-interface/upload.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.Base64///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/index.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.Base64/encode/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.Base64/encodeBytes/#byte[]#int#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.Base64/encodeBytes/#byte[]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.Base64/encodeBytesToBytes/#byte[]#int#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-base64/encode-bytes-to-bytes.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.ConnectionFactory///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/index.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.ConnectionFactory/DEFAULT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/-d-e-f-a-u-l-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.ConnectionFactory/create/#java.net.URL#java.net.Proxy/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/create.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.ConnectionFactory/create/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-connection-factory/create.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.HttpRequestException///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/index.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.HttpRequestException/HttpRequestException/#java.io.IOException/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/-http-request-exception.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.HttpRequestException/getCause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request-exception/get-cause.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.RequestOutputStream///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/index.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.RequestOutputStream/RequestOutputStream/#java.io.OutputStream#java.lang.String#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/-request-output-stream.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.RequestOutputStream/write/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-request-output-stream/write.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.UploadProgress///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/index.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.UploadProgress/DEFAULT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/-d-e-f-a-u-l-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest.UploadProgress/onUpload/#long#long/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-upload-progress/on-upload.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/index.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/CHARSET_UTF8/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-h-a-r-s-e-t_-u-t-f8.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/CONTENT_TYPE_FORM/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-f-o-r-m.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/CONTENT_TYPE_JSON/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-c-o-n-t-e-n-t_-t-y-p-e_-j-s-o-n.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/ENCODING_GZIP/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-e-n-c-o-d-i-n-g_-g-z-i-p.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_ACCEPT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_ACCEPT_CHARSET/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-c-h-a-r-s-e-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_ACCEPT_ENCODING/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-c-c-e-p-t_-e-n-c-o-d-i-n-g.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_AUTHORIZATION/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-a-u-t-h-o-r-i-z-a-t-i-o-n.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_CACHE_CONTROL/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-a-c-h-e_-c-o-n-t-r-o-l.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_CONTENT_ENCODING/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-e-n-c-o-d-i-n-g.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_CONTENT_LENGTH/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-l-e-n-g-t-h.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_CONTENT_TYPE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-c-o-n-t-e-n-t_-t-y-p-e.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_DATE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-d-a-t-e.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_ETAG/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-t-a-g.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_EXPIRES/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-e-x-p-i-r-e-s.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_IF_NONE_MATCH/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-i-f_-n-o-n-e_-m-a-t-c-h.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_LAST_MODIFIED/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-a-s-t_-m-o-d-i-f-i-e-d.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_LOCATION/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-l-o-c-a-t-i-o-n.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_PROXY_AUTHORIZATION/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-p-r-o-x-y_-a-u-t-h-o-r-i-z-a-t-i-o-n.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_REFERER/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-r-e-f-e-r-e-r.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_SERVER/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-s-e-r-v-e-r.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HEADER_USER_AGENT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-h-e-a-d-e-r_-u-s-e-r_-a-g-e-n-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HttpRequest/#java.lang.CharSequence#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/HttpRequest/#java.net.URL#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-http-request.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/METHOD_DELETE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-d-e-l-e-t-e.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/METHOD_GET/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-g-e-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/METHOD_HEAD/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-h-e-a-d.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/METHOD_OPTIONS/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-o-p-t-i-o-n-s.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/METHOD_POST/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-o-s-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/METHOD_PUT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-p-u-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/METHOD_TRACE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-m-e-t-h-o-d_-t-r-a-c-e.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/PARAM_CHARSET/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/-p-a-r-a-m_-c-h-a-r-s-e-t.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/accept/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/acceptCharset/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-charset.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/acceptEncoding/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-encoding.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/acceptGzipEncoding/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-gzip-encoding.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/acceptJson/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/accept-json.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/append/#java.lang.CharSequence#java.lang.Object.../PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/append.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/append/#java.lang.CharSequence#java.util.Map/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/append.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/authorization/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/authorization.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/badRequest/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bad-request.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/basic/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/basic.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/body/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/body/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/body/#java.util.concurrent.atomic.AtomicReference#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/body/#java.util.concurrent.atomic.AtomicReference/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/body.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/buffer/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/bufferSize/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer-size.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/bufferSize/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffer-size.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/bufferedReader/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffered-reader.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/bufferedReader/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/buffered-reader.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/bytes/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/bytes.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/cacheControl/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/cache-control.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/charset/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/charset.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/chunk/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/chunk.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/code/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/code.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/code/#java.util.concurrent.atomic.AtomicInteger/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/code.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/connectTimeout/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connect-timeout.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/connection/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/connection.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/contentEncoding/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-encoding.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/contentLength/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-length.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/contentLength/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-length.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/contentLength/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-length.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/contentType/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-type.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/contentType/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-type.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/contentType/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/content-type.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/created/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/created.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/date/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/dateHeader/#java.lang.String#long/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date-header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/dateHeader/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/date-header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/delete/#java.lang.CharSequence#boolean#java.lang.Object.../PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/delete/#java.lang.CharSequence#java.util.Map#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/delete/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/delete/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/delete.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/disconnect/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/disconnect.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/eTag/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/e-tag.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/encode/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/encode.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/expires/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/expires.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/followRedirects/#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/follow-redirects.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/form/#java.lang.Object#java.lang.Object#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/form/#java.lang.Object#java.lang.Object/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/form/#java.util.Map.Entry#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/form/#java.util.Map.Entry/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/form/#java.util.Map#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/form/#java.util.Map/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/form.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/generateBoundary/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/generate-boundary.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/get/#java.lang.CharSequence#boolean#java.lang.Object.../PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/get/#java.lang.CharSequence#java.util.Map#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/get/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/get/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/get.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/head/#java.lang.CharSequence#boolean#java.lang.Object.../PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/head/#java.lang.CharSequence#java.util.Map#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/head/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/head/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/head.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/header/#java.lang.String#java.lang.Number/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/header/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/header/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/header/#java.util.Map.Entry/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/headers/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/headers.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/headers/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/headers.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/headers/#java.util.Map/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/headers.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/ifModifiedSince/#long/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-modified-since.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/ifNoneMatch/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/if-none-match.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/ignoreCloseExceptions/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ignore-close-exceptions.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/ignoreCloseExceptions/#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ignore-close-exceptions.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/intHeader/#java.lang.String#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/int-header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/intHeader/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/int-header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/isBodyEmpty/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/is-body-empty.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/keepAlive/#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/keep-alive.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/lastModified/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/last-modified.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/location/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/location.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/maxConnections/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/max-connections.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/message/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/message.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/method/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/method.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/noContent/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/no-content.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/nonProxyHosts/#java.lang.String.../PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/non-proxy-hosts.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/notFound/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-found.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/notModified/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/not-modified.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/ok/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/ok.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/options/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/options.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/options/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/options.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/parameter/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameter.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/parameters/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/parameters.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.io.File/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.io.InputStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.Number/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.String#java.io.File/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.String#java.lang.Number/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.String#java.lang.String#java.io.File/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.String#java.lang.String#java.io.InputStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.String#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/part/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/partHeader/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/part-header.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/post/#java.lang.CharSequence#boolean#java.lang.Object.../PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/post/#java.lang.CharSequence#java.util.Map#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/post/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/post/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/post.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/progress/#be.zvz.kotlininside.http.HttpRequest.UploadProgress/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/progress.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/proxyAuthorization/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-authorization.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/proxyBasic/#java.lang.String#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-basic.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/proxyHost/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-host.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/proxyPort/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/proxy-port.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/put/#java.lang.CharSequence#boolean#java.lang.Object.../PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/put/#java.lang.CharSequence#java.util.Map#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/put/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/put/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/put.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/readTimeout/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/read-timeout.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/reader/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/reader.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/reader/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/reader.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/receive/#java.io.File/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/receive/#java.io.OutputStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/receive/#java.io.PrintStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/receive/#java.io.Writer/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/receive/#java.lang.Appendable/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/receive.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/referer/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/referer.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/send/#byte[]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/send/#java.io.File/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/send/#java.io.InputStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/send/#java.io.Reader/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/send/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/send.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/server/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/serverError/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/server-error.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/setConnectionFactory/#be.zvz.kotlininside.http.HttpRequest.ConnectionFactory/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-connection-factory.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/setMultipartFormDataBoundary/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/set-multipart-form-data-boundary.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/stream/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/stream.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/toString/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/to-string.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/trace/#java.lang.CharSequence/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trace.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/trace/#java.net.URL/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trace.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/trustAllCerts/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-certs.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/trustAllHosts/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/trust-all-hosts.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/uncompress/#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/uncompress.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/url/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/url.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/useCaches/#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-caches.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/useProxy/#java.lang.String#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/use-proxy.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/userAgent/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/user-agent.html +$dokka.location:be.zvz.kotlininside.http/HttpRequest/writer/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-http-request/writer.html +$dokka.location:be.zvz.kotlininside.http/Request.Companion///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/index.html +$dokka.location:be.zvz.kotlininside.http/Request.Companion/getDefaultOption/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/get-default-option.html +$dokka.location:be.zvz.kotlininside.http/Request.Companion/redirectUrl/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-request/-companion/redirect-url.html +$dokka.location:be.zvz.kotlininside.http/Request///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-request/index.html +$dokka.location:be.zvz.kotlininside.http/Request/Request/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.http/-request/-request.html +$dokka.location:be.zvz.kotlininside.json////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/index.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/index.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/NULL_BROWSER/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/-n-u-l-l_-b-r-o-w-s-e-r.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/as/#java.lang.Class/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asBoolean/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-boolean.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asBoolean/#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-boolean.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asInteger/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-integer.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asInteger/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-integer.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asLong/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-long.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asLong/#long/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-long.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asNullableBoolean/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-boolean.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asNullableInteger/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-integer.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/asNullableLong/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/as-nullable-long.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/create/#com.fasterxml.jackson.databind.JsonNode/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/create.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/format/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/format.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/get/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/get.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/index/#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/--index--.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/isList/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-list.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/isMap/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-map.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/isNull/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/is-null.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/mapper/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/mapper.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/parse/#java.io.InputStream/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/parse.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/parse/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/parse.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/put/#java.lang.String#java.lang.Object/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/put.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/safeText/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/safe-text.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/stringify/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/stringify.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/text/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/text.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/toMap/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-map.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/toString/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/to-string.html +$dokka.location:be.zvz.kotlininside.json/JsonBrowser/values/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.json/-json-browser/values.html +$dokka.location:be.zvz.kotlininside.migbase64////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/index.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/index.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/decode/#byte[]#int#int/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/decode/#byte[]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/decode/#char[]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/decode/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/decodeFast/#byte[]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode-fast.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/decodeFast/#char[]/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode-fast.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/decodeFast/#java.lang.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/decode-fast.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/encodeToByte/#byte[]#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-byte.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/encodeToByte/#byte[]#int#int#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-byte.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/encodeToChar/#byte[]#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-char.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64/encodeToString/#byte[]#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64/encode-to-string.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64IO///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/index.html +$dokka.location:be.zvz.kotlininside.migbase64/Base64IO/encode/#java.io.InputStream#java.io.OutputStream#boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.migbase64/-base64-i-o/encode.html +$dokka.location:be.zvz.kotlininside.security////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/index.html +$dokka.location:be.zvz.kotlininside.security/App///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-app/index.html +$dokka.location:be.zvz.kotlininside.security/App/App/#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-app/-app.html +$dokka.location:be.zvz.kotlininside.security/App/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-app/id.html +$dokka.location:be.zvz.kotlininside.security/App/token/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-app/token.html +$dokka.location:be.zvz.kotlininside.security/Auth.AppCheck///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/index.html +$dokka.location:be.zvz.kotlininside.security/Auth.AppCheck/AppCheck/#kotlin.Boolean#kotlin.String?#kotlin.Boolean?#kotlin.Boolean?#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/-app-check.html +$dokka.location:be.zvz.kotlininside.security/Auth.AppCheck/date/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/date.html +$dokka.location:be.zvz.kotlininside.security/Auth.AppCheck/notice/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice.html +$dokka.location:be.zvz.kotlininside.security/Auth.AppCheck/noticeUpdate/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/notice-update.html +$dokka.location:be.zvz.kotlininside.security/Auth.AppCheck/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/result.html +$dokka.location:be.zvz.kotlininside.security/Auth.AppCheck/version/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-app-check/version.html +$dokka.location:be.zvz.kotlininside.security/Auth///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/index.html +$dokka.location:be.zvz.kotlininside.security/Auth/Auth/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/-auth.html +$dokka.location:be.zvz.kotlininside.security/Auth/fcmToken/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/fcm-token.html +$dokka.location:be.zvz.kotlininside.security/Auth/fetchAppId/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-app-id.html +$dokka.location:be.zvz.kotlininside.security/Auth/fetchFcmToken/#kotlin.String?#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/fetch-fcm-token.html +$dokka.location:be.zvz.kotlininside.security/Auth/fid/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/fid.html +$dokka.location:be.zvz.kotlininside.security/Auth/generateHashedAppKey/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/generate-hashed-app-key.html +$dokka.location:be.zvz.kotlininside.security/Auth/getAppCheck/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-check.html +$dokka.location:be.zvz.kotlininside.security/Auth/getAppId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/get-app-id.html +$dokka.location:be.zvz.kotlininside.security/Auth/login/#be.zvz.kotlininside.session.user.User/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/login.html +$dokka.location:be.zvz.kotlininside.security/Auth/refreshToken/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.security/-auth/refresh-token.html +$dokka.location:be.zvz.kotlininside.session.user.named////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/index.html +$dokka.location:be.zvz.kotlininside.session.user.named/DuplicateNamed///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/index.html +$dokka.location:be.zvz.kotlininside.session.user.named/DuplicateNamed/DuplicateNamed/#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/-duplicate-named.html +$dokka.location:be.zvz.kotlininside.session.user.named/DuplicateNamed/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/id.html +$dokka.location:be.zvz.kotlininside.session.user.named/DuplicateNamed/password/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-duplicate-named/password.html +$dokka.location:be.zvz.kotlininside.session.user.named/Named///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/index.html +$dokka.location:be.zvz.kotlininside.session.user.named/Named/Named/#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/-named.html +$dokka.location:be.zvz.kotlininside.session.user.named/Named/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/id.html +$dokka.location:be.zvz.kotlininside.session.user.named/Named/password/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user.named/-named/password.html +$dokka.location:be.zvz.kotlininside.session.user////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/index.html +$dokka.location:be.zvz.kotlininside.session.user/Anonymous///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/index.html +$dokka.location:be.zvz.kotlininside.session.user/Anonymous/Anonymous/#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/-anonymous.html +$dokka.location:be.zvz.kotlininside.session.user/Anonymous/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/id.html +$dokka.location:be.zvz.kotlininside.session.user/Anonymous/password/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-anonymous/password.html +$dokka.location:be.zvz.kotlininside.session.user/LoginUser///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/index.html +$dokka.location:be.zvz.kotlininside.session.user/LoginUser/LoginUser/#kotlin.String#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/-login-user.html +$dokka.location:be.zvz.kotlininside.session.user/LoginUser/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/id.html +$dokka.location:be.zvz.kotlininside.session.user/LoginUser/password/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-login-user/password.html +$dokka.location:be.zvz.kotlininside.session.user/User///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user/index.html +$dokka.location:be.zvz.kotlininside.session.user/User/id/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user/id.html +$dokka.location:be.zvz.kotlininside.session.user/User/password/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user/password.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.ANONYMOUS///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.ANONYMOUS/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/name.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.ANONYMOUS/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/ordinal.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.ANONYMOUS/stype/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/stype.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.DUPLICATE_NAMED///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/index.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.DUPLICATE_NAMED/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/name.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.DUPLICATE_NAMED/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/ordinal.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.DUPLICATE_NAMED/stype/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-d-u-p-l-i-c-a-t-e_-n-a-m-e-d/stype.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.NAMED///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/index.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.NAMED/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/name.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.NAMED/ordinal/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/ordinal.html +$dokka.location:be.zvz.kotlininside.session.user/UserType.NAMED/stype/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/-n-a-m-e-d/stype.html +$dokka.location:be.zvz.kotlininside.session.user/UserType///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/index.html +$dokka.location:be.zvz.kotlininside.session.user/UserType/stype/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session.user/-user-type/stype.html +$dokka.location:be.zvz.kotlininside.session////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/index.html +$dokka.location:be.zvz.kotlininside.session/Session///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session/index.html +$dokka.location:be.zvz.kotlininside.session/Session/Session/#be.zvz.kotlininside.session.user.User#be.zvz.kotlininside.session.SessionDetail?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session/-session.html +$dokka.location:be.zvz.kotlininside.session/Session/detail/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session/detail.html +$dokka.location:be.zvz.kotlininside.session/Session/user/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session/user.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/index.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/SessionDetail/#kotlin.Boolean#kotlin.String#kotlin.String#kotlin.String#kotlin.String#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.Int#kotlin.String#kotlin.String?/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/-session-detail.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/cause/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/cause.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/isAdult/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-adult.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/isDormancy/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-dormancy.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/isOtp/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/is-otp.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/mailSend/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/mail-send.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/name/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/name.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/pwCampaign/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/pw-campaign.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/result/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/result.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/stype/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/stype.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/userId/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-id.html +$dokka.location:be.zvz.kotlininside.session/SessionDetail/userNo/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.session/-session-detail/user-no.html +$dokka.location:be.zvz.kotlininside.utils////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.utils/index.html +$dokka.location:be.zvz.kotlininside.utils/StringUtil.Companion///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/index.html +$dokka.location:be.zvz.kotlininside.utils/StringUtil.Companion/mdToHtml/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/md-to-html.html +$dokka.location:be.zvz.kotlininside.utils/StringUtil.Companion/toHtml/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/to-html.html +$dokka.location:be.zvz.kotlininside.utils/StringUtil.Companion/ynToBoolean/#kotlin.String/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-companion/yn-to-boolean.html +$dokka.location:be.zvz.kotlininside.utils/StringUtil///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/index.html +$dokka.location:be.zvz.kotlininside.utils/StringUtil/StringUtil/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.utils/-string-util/-string-util.html +$dokka.location:be.zvz.kotlininside.value////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/DELETE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-e-l-e-t-e.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/DOWNVOTE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-d-o-w-n-v-o-t-e.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/HIT_UPVOTE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-h-i-t_-u-p-v-o-t-e.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/LIST/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-l-i-s-t.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/MODIFY/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-m-o-d-i-f-y.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/READ/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-a-d.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/REPORT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-r-e-p-o-r-t.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/UPVOTE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-u-p-v-o-t-e.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Article/WRITE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-article/-w-r-i-t-e.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Auth///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Auth/APP_CHECK/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-c-h-e-c-k.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Auth/APP_ID/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-a-p-p_-i-d.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Auth/LOGIN/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-auth/-l-o-g-i-n.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Comment///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Comment/DELETE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-d-e-l-e-t-e.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Comment/OK/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-o-k.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Comment/READ/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-comment/-r-e-a-d.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.DCCon///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.DCCon/DCCON/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-d-c-con/-d-c-c-o-n.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Firebase///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Firebase/INSTALLATIONS/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-firebase/-i-n-s-t-a-l-l-a-t-i-o-n-s.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Gallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Gallery/MINOR_BLOCK_ADD/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-a-d-d.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Gallery/MINOR_BLOCK_WEB/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-b-l-o-c-k_-w-e-b.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Gallery/MINOR_INFO/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-i-n-f-o.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Gallery/MINOR_MANAGEMENT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-m-e-n-t.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Gallery/MINOR_MANAGER_REQUEST/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-gallery/-m-i-n-o-r_-m-a-n-a-g-e-r_-r-e-q-u-e-s-t.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MainInfo///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MainInfo/APP_MAIN/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-a-p-p_-m-a-i-n.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MainInfo/GALLERY_RANKING/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MainInfo/MINOR_GALLERY_RANKING/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-main-info/-m-i-n-o-r_-g-a-l-l-e-r-y_-r-a-n-k-i-n-g.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MiniGallery///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MiniGallery/JOIN/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MiniGallery/JOIN_OK/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-j-o-i-n_-o-k.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.MiniGallery/QUIT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-mini-gallery/-q-u-i-t.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.PlayService///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.PlayService/REGISTER3/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-play-service/-r-e-g-i-s-t-e-r3.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Search///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.Search/SEARCH/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-search/-s-e-a-r-c-h.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.User///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.User/MY_GALL/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.User/MY_GALL_MODIFY/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-g-a-l-l_-m-o-d-i-f-y.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.User/MY_MANAGE_GALL_CHECK/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-a-n-a-g-e_-g-a-l-l_-c-h-e-c-k.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl.User/MY_MINI_JOIN_CHECK/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-user/-m-y_-m-i-n-i_-j-o-i-n_-c-h-e-c-k.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/index.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl/APP_API/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-p-p_-a-p-i.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl/AUTH_API/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-a-u-t-h_-a-p-i.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl/MAIN_API/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-a-i-n_-a-p-i.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl/MOBILE_WEB/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-m-o-b-i-l-e_-w-e-b.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl/PC_WEB/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-p-c_-w-e-b.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl/REDIRECT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-r-e-d-i-r-e-c-t.html +$dokka.location:be.zvz.kotlininside.value/ApiUrl/UPLOAD/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-api-url/-u-p-l-o-a-d.html +$dokka.location:be.zvz.kotlininside.value/Const.Firebase///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/index.html +$dokka.location:be.zvz.kotlininside.value/Const.Firebase/APP_ID/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-p-p_-i-d.html +$dokka.location:be.zvz.kotlininside.value/Const.Firebase/AUTH_VERSION/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-a-u-t-h_-v-e-r-s-i-o-n.html +$dokka.location:be.zvz.kotlininside.value/Const.Firebase/CERT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-c-e-r-t.html +$dokka.location:be.zvz.kotlininside.value/Const.Firebase/SDK_VERSION/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-firebase/-s-d-k_-v-e-r-s-i-o-n.html +$dokka.location:be.zvz.kotlininside.value/Const.Installations///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/index.html +$dokka.location:be.zvz.kotlininside.value/Const.Installations/X_ANDROID_CERT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-c-e-r-t.html +$dokka.location:be.zvz.kotlininside.value/Const.Installations/X_ANDROID_PACKAGE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-a-n-d-r-o-i-d_-p-a-c-k-a-g-e.html +$dokka.location:be.zvz.kotlininside.value/Const.Installations/X_GOOG_API_KEY/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-installations/-x_-g-o-o-g_-a-p-i_-k-e-y.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/index.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/APP/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-p-p.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/AUTHORIZATION/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-a-u-t-h-o-r-i-z-a-t-i-o-n.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/CERT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-c-e-r-t.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/DEVICE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-d-e-v-i-c-e.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/SENDER/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-s-e-n-d-e-r.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/USER_AGENT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-u-s-e-r_-a-g-e-n-t.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/X_FIREBASE_APP_NAME_HASH/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-f-i-r-e-b-a-s-e_-a-p-p_-n-a-m-e_-h-a-s-h.html +$dokka.location:be.zvz.kotlininside.value/Const.Register3/X_SCOPE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-register3/-x_-s-c-o-p-e.html +$dokka.location:be.zvz.kotlininside.value/Const///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/index.html +$dokka.location:be.zvz.kotlininside.value/Const/DC_APP_PACKAGE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-p-a-c-k-a-g-e.html +$dokka.location:be.zvz.kotlininside.value/Const/DC_APP_SIGNATURE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-s-i-g-n-a-t-u-r-e.html +$dokka.location:be.zvz.kotlininside.value/Const/DC_APP_VERSION_CODE/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-c-o-d-e.html +$dokka.location:be.zvz.kotlininside.value/Const/DC_APP_VERSION_NAME/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-d-c_-a-p-p_-v-e-r-s-i-o-n_-n-a-m-e.html +$dokka.location:be.zvz.kotlininside.value/Const/USER_AGENT/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside.value/-const/-u-s-e-r_-a-g-e-n-t.html +$dokka.location:be.zvz.kotlininside////PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/index.html +$dokka.location:be.zvz.kotlininside/KotlinInside.Companion///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/index.html +$dokka.location:be.zvz.kotlininside/KotlinInside.Companion/createInstance/#be.zvz.kotlininside.session.user.User#be.zvz.kotlininside.http.HttpInterface#kotlin.Boolean/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/create-instance.html +$dokka.location:be.zvz.kotlininside/KotlinInside.Companion/getInstance/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/-companion/get-instance.html +$dokka.location:be.zvz.kotlininside/KotlinInside///PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/index.html +$dokka.location:be.zvz.kotlininside/KotlinInside/app/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/app.html +$dokka.location:be.zvz.kotlininside/KotlinInside/auth/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/auth.html +$dokka.location:be.zvz.kotlininside/KotlinInside/hashedAppKey/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/hashed-app-key.html +$dokka.location:be.zvz.kotlininside/KotlinInside/httpInterface/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/http-interface.html +$dokka.location:be.zvz.kotlininside/KotlinInside/session/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/session.html +$dokka.location:be.zvz.kotlininside/KotlinInside/user/#/PointingToDeclaration/-kotlin-inside/be.zvz.kotlininside/-kotlin-inside/user.html be.zvz.kotlininside be.zvz.kotlininside.api.article be.zvz.kotlininside.api.async.article diff --git a/docs/index.md b/docs/index.md index a0909884..8664a6b2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,39 @@ --- -redirect_to: "https://organization.github.io/KotlinInside/-kotlin-inside/index.html" +title: KotlinInside --- +//[KotlinInside](index.html) + +# KotlinInside + +## Packages + +| Name | +|---| +| [be.zvz.kotlininside](-kotlin-inside/be.zvz.kotlininside/index.html) | +| [be.zvz.kotlininside.api.article](-kotlin-inside/be.zvz.kotlininside.api.article/index.html) | +| [be.zvz.kotlininside.api.async.article](-kotlin-inside/be.zvz.kotlininside.api.async.article/index.html) | +| [be.zvz.kotlininside.api.async.comment](-kotlin-inside/be.zvz.kotlininside.api.async.comment/index.html) | +| [be.zvz.kotlininside.api.async.dccon](-kotlin-inside/be.zvz.kotlininside.api.async.dccon/index.html) | +| [be.zvz.kotlininside.api.async.generic](-kotlin-inside/be.zvz.kotlininside.api.async.generic/index.html) | +| [be.zvz.kotlininside.api.async.generic.minigallery](-kotlin-inside/be.zvz.kotlininside.api.async.generic.minigallery/index.html) | +| [be.zvz.kotlininside.api.async.generic.userinfo](-kotlin-inside/be.zvz.kotlininside.api.async.generic.userinfo/index.html) | +| [be.zvz.kotlininside.api.async.management](-kotlin-inside/be.zvz.kotlininside.api.async.management/index.html) | +| [be.zvz.kotlininside.api.comment](-kotlin-inside/be.zvz.kotlininside.api.comment/index.html) | +| [be.zvz.kotlininside.api.dccon](-kotlin-inside/be.zvz.kotlininside.api.dccon/index.html) | +| [be.zvz.kotlininside.api.generic](-kotlin-inside/be.zvz.kotlininside.api.generic/index.html) | +| [be.zvz.kotlininside.api.generic.minigallery](-kotlin-inside/be.zvz.kotlininside.api.generic.minigallery/index.html) | +| [be.zvz.kotlininside.api.generic.userinfo](-kotlin-inside/be.zvz.kotlininside.api.generic.userinfo/index.html) | +| [be.zvz.kotlininside.api.management](-kotlin-inside/be.zvz.kotlininside.api.management/index.html) | +| [be.zvz.kotlininside.api.type](-kotlin-inside/be.zvz.kotlininside.api.type/index.html) | +| [be.zvz.kotlininside.api.type.comment](-kotlin-inside/be.zvz.kotlininside.api.type.comment/index.html) | +| [be.zvz.kotlininside.api.type.content](-kotlin-inside/be.zvz.kotlininside.api.type.content/index.html) | +| [be.zvz.kotlininside.http](-kotlin-inside/be.zvz.kotlininside.http/index.html) | +| [be.zvz.kotlininside.json](-kotlin-inside/be.zvz.kotlininside.json/index.html) | +| [be.zvz.kotlininside.migbase64](-kotlin-inside/be.zvz.kotlininside.migbase64/index.html) | +| [be.zvz.kotlininside.security](-kotlin-inside/be.zvz.kotlininside.security/index.html) | +| [be.zvz.kotlininside.session](-kotlin-inside/be.zvz.kotlininside.session/index.html) | +| [be.zvz.kotlininside.session.user](-kotlin-inside/be.zvz.kotlininside.session.user/index.html) | +| [be.zvz.kotlininside.session.user.named](-kotlin-inside/be.zvz.kotlininside.session.user.named/index.html) | +| [be.zvz.kotlininside.utils](-kotlin-inside/be.zvz.kotlininside.utils/index.html) | +| [be.zvz.kotlininside.value](-kotlin-inside/be.zvz.kotlininside.value/index.html) | + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f371643e..05679dc3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/java/be/zvz/kotlininside/http/DefaultHttpClient.java b/src/main/java/be/zvz/kotlininside/http/DefaultHttpClient.java index ca8b5832..75ba1eb0 100644 --- a/src/main/java/be/zvz/kotlininside/http/DefaultHttpClient.java +++ b/src/main/java/be/zvz/kotlininside/http/DefaultHttpClient.java @@ -1,6 +1,5 @@ package be.zvz.kotlininside.http; -import be.zvz.kotlininside.json.JsonBrowser; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -121,20 +120,26 @@ private void setPostRequestHeaders(@NotNull Option option, HttpRequest request, if (option.getUserAgent() != null) request.header("User-Agent", option.getUserAgent()); - boolean firstKey = false; - for (Map.Entry entry : option.getBodyParameter().entrySet()) { - if (!firstKey) { - bodyData.append(urlEncode(entry.getKey())).append("=").append(urlEncode(entry.getValue())); - firstKey = true; - } else { - bodyData.append("&").append(urlEncode(entry.getKey())).append("=").append(urlEncode(entry.getValue())); + if (option.getBody() != null && option.getContentType() != null) { + request.header("Content-Type", option.getContentType()); + bodyData.append(option.getBody()); + } else { + request.header("Content-Type", "application/x-www-form-urlencoded"); + boolean firstKey = false; + for (Map.Entry entry : option.getBodyParameter().entrySet()) { + if (!firstKey) { + bodyData.append(urlEncode(entry.getKey())).append("=").append(urlEncode(entry.getValue())); + firstKey = true; + } else { + bodyData.append("&").append(urlEncode(entry.getKey())).append("=").append(urlEncode(entry.getValue())); + } } } } @Nullable @Override - public JsonBrowser get(@NotNull String url, @Nullable Option option) throws HttpException { + public String get(@NotNull String url, @Nullable Option option) throws HttpException { HttpRequest request = useCache( useGzipEncoding( useProxy( @@ -154,51 +159,16 @@ public JsonBrowser get(@NotNull String url, @Nullable Option option) throws Http try { // HTTP API로 변경될 경우 필요한 코드 - /* - int requestCode = request.code(); - - if (requestCode == HttpURLConnection.HTTP_MOVED_TEMP || - requestCode == HttpURLConnection.HTTP_MOVED_PERM || - requestCode == HttpURLConnection.HTTP_SEE_OTHER) { - - String redirectUrl = request.header("Location"); - - HttpRequest temp = gzipEncode(HttpRequest.get(redirectUrl)) - .acceptJson() - .followRedirects(true); - - if (option != null) { - temp.headers(option.getHeaders()); - if (option.getUserAgent() != null) - temp.header("User-Agent", option.getUserAgent()); - } - - JsonBrowser json = JsonBrowser.parse( - temp.body() - ); - - return json; - } else { - return JsonBrowser.parse( - request.body() - ); - } - */ - - return JsonBrowser.parse( - request.body() - ); + return request.body(); } catch (HttpRequest.HttpRequestException e) { throw new HttpException(request.code(), e.getMessage()); - } catch (IOException e) { - throw new HttpException(e); } } @Nullable @Override - public JsonBrowser post(@NotNull String url, @Nullable Option option) throws HttpException { + public String post(@NotNull String url, @Nullable Option option) throws HttpException { HttpRequest request = useCache( useGzipEncoding( useProxy( @@ -216,45 +186,41 @@ public JsonBrowser post(@NotNull String url, @Nullable Option option) throws Htt } try { - return JsonBrowser.parse( - request - .send(bodyData.toString()) - .body() - ); + return request + .send(bodyData.toString()) + .body(); } catch (HttpRequest.HttpRequestException e) { throw new HttpException(request.code(), e.getMessage()); - } catch (IOException e) { - throw new HttpException(e); } } @Nullable @Override - public JsonBrowser delete(@NotNull String url, @Nullable Option option) throws HttpException { + public String delete(@NotNull String url, @Nullable Option option) throws HttpException { throw new UnsupportedOperationException("Not implemented yet"); } @Nullable @Override - public JsonBrowser head(@NotNull String url, @Nullable Option option) throws HttpException { + public String head(@NotNull String url, @Nullable Option option) throws HttpException { throw new UnsupportedOperationException("Not implemented yet"); } @Nullable @Override - public JsonBrowser put(@NotNull String url, @Nullable Option option) throws HttpException { + public String put(@NotNull String url, @Nullable Option option) throws HttpException { throw new UnsupportedOperationException("Not implemented yet"); } @Nullable @Override - public JsonBrowser patch(@NotNull String url, @Nullable Option option) throws HttpException { + public String patch(@NotNull String url, @Nullable Option option) throws HttpException { throw new UnsupportedOperationException("Not implemented yet"); } @Nullable @Override - public JsonBrowser upload(@NotNull String url, @Nullable Option option) throws HttpException { + public String upload(@NotNull String url, @Nullable Option option) throws HttpException { HttpRequest request = useCache( useGzipEncoding( useProxy( @@ -292,15 +258,11 @@ public JsonBrowser upload(@NotNull String url, @Nullable Option option) throws H } try { - return JsonBrowser.parse( - request - .send(bodyData.toString()) - .body() - ); + return request + .send(bodyData.toString()) + .body(); } catch (HttpRequest.HttpRequestException e) { throw new HttpException(request.code(), e.getMessage()); - } catch (IOException e) { - throw new HttpException(e); } } diff --git a/src/main/java/be/zvz/kotlininside/http/HttpInterface.java b/src/main/java/be/zvz/kotlininside/http/HttpInterface.java index 35a1b3fe..9492f401 100644 --- a/src/main/java/be/zvz/kotlininside/http/HttpInterface.java +++ b/src/main/java/be/zvz/kotlininside/http/HttpInterface.java @@ -1,6 +1,5 @@ package be.zvz.kotlininside.http; -import be.zvz.kotlininside.json.JsonBrowser; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -10,19 +9,19 @@ import java.util.Map; public interface HttpInterface { - @Nullable JsonBrowser get(@NotNull String url, @Nullable Option option) throws HttpException; + @Nullable String get(@NotNull String url, @Nullable Option option) throws HttpException; - @Nullable JsonBrowser post(@NotNull String url, @Nullable Option option) throws HttpException; + @Nullable String post(@NotNull String url, @Nullable Option option) throws HttpException; - @Nullable JsonBrowser delete(@NotNull String url, @Nullable Option option) throws HttpException; + @Nullable String delete(@NotNull String url, @Nullable Option option) throws HttpException; - @Nullable JsonBrowser head(@NotNull String url, @Nullable Option option) throws HttpException; + @Nullable String head(@NotNull String url, @Nullable Option option) throws HttpException; - @Nullable JsonBrowser put(@NotNull String url, @Nullable Option option) throws HttpException; + @Nullable String put(@NotNull String url, @Nullable Option option) throws HttpException; - @Nullable JsonBrowser patch(@NotNull String url, @Nullable Option option) throws HttpException; + @Nullable String patch(@NotNull String url, @Nullable Option option) throws HttpException; - @Nullable JsonBrowser upload(@NotNull String url, @Nullable Option option) throws HttpException; + @Nullable String upload(@NotNull String url, @Nullable Option option) throws HttpException; final class Option { @NotNull @@ -40,6 +39,10 @@ final class Option { @NotNull private final Map multipartParameter = new LinkedHashMap<>(); @Nullable + private String contentType = null; + @Nullable + private String rawBody = null; + @Nullable private String userAgent = null; @Nullable private String multipartContentType = null; @@ -49,6 +52,28 @@ public String getUserAgent() { return this.userAgent; } + /** + * @param contentType body의 content-type + * @param body body + * @return this + */ + @NotNull + public Option setContentTypeAndBody(@NotNull String contentType, @NotNull String body) { + this.contentType = contentType; + this.rawBody = body; + return this; + } + + @Nullable + public String getContentType() { + return contentType; + } + + @Nullable + public String getBody() { + return rawBody; + } + /** * @param userAgent 설정할 User-Agent 문자열 * @return this diff --git a/src/main/java/be/zvz/kotlininside/json/JsonBrowser.java b/src/main/java/be/zvz/kotlininside/json/JsonBrowser.java index be4749e3..188358e1 100644 --- a/src/main/java/be/zvz/kotlininside/json/JsonBrowser.java +++ b/src/main/java/be/zvz/kotlininside/json/JsonBrowser.java @@ -20,6 +20,7 @@ import com.fasterxml.jackson.core.JsonFactory; import com.fasterxml.jackson.core.JsonParser; +import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; @@ -41,7 +42,16 @@ public class JsonBrowser { public static final JsonBrowser NULL_BROWSER = new JsonBrowser(null); - private static final ObjectMapper mapper = setupMapper(); + private static ObjectMapper mapper = setupMapper(); + + @NotNull + public static ObjectMapper getMapper() { + return mapper; + } + + public static void setMapper(@NotNull ObjectMapper objectMapper) { + mapper = objectMapper; + } private final JsonNode node; @@ -83,10 +93,19 @@ private static ObjectMapper setupMapper() { } @NotNull - private static JsonBrowser create(JsonNode node) { + public static JsonBrowser create(JsonNode node) { return node != null ? new JsonBrowser(node) : NULL_BROWSER; } + @Nullable + public String stringify() { + try { + return mapper.writeValueAsString(node); + } catch (JsonProcessingException ignored) { + return null; + } + } + /** * @return True if the value represents a list. */ diff --git a/src/main/kotlin/be/zvz/kotlininside/KotlinInside.kt b/src/main/kotlin/be/zvz/kotlininside/KotlinInside.kt index 49e18e08..e497a8e3 100644 --- a/src/main/kotlin/be/zvz/kotlininside/KotlinInside.kt +++ b/src/main/kotlin/be/zvz/kotlininside/KotlinInside.kt @@ -39,7 +39,7 @@ class KotlinInside private constructor( } } }, - 43200 * 1000, 43200 * 1000 + 43200L * 1000, 43200L * 1000 ) } } diff --git a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleDelete.kt b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleDelete.kt index dc936375..80e04b4d 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleDelete.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleDelete.kt @@ -3,16 +3,16 @@ package be.zvz.kotlininside.api.article import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl -import be.zvz.kotlininside.value.Const class ArticleDelete @JvmOverloads constructor( private val gallId: String, private val articleId: Int, private val session: Session, - private val fcmToken: String = Const.DEFAULT_FCM_TOKEN + private val fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { data class DeleteResult( val result: Boolean, @@ -42,7 +42,7 @@ class ArticleDelete @JvmOverloads constructor( .addMultipartParameter("user_id", session.detail!!.userId) } - var json = KotlinInside.getInstance().httpInterface.upload(ApiUrl.Article.DELETE, option)!! + var json = JsonBrowser.parse(KotlinInside.getInstance().httpInterface.upload(ApiUrl.Article.DELETE, option)) if (json.isList) json = json.index(0) diff --git a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleHitUpvote.kt b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleHitUpvote.kt index a5152be2..9c2ea93f 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleHitUpvote.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleHitUpvote.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.article import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -33,7 +34,8 @@ class ArticleHitUpvote( .addMultipartParameter("confirm_id", session.detail!!.userId) } - val json = KotlinInside.getInstance().httpInterface.upload(ApiUrl.Article.HIT_UPVOTE, option)!!.index(0) + val json = JsonBrowser.parse(KotlinInside.getInstance().httpInterface.upload(ApiUrl.Article.HIT_UPVOTE, option)) + .index(0) return HitUpvoteResult( result = json.get("result").asBoolean(), diff --git a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleList.kt b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleList.kt index 1e8d2852..6b9a4626 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleList.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleList.kt @@ -138,7 +138,12 @@ class ArticleList @JvmOverloads constructor( } } }.toString() - json = KotlinInside.getInstance().httpInterface.get(Request.redirectUrl(url), Request.getDefaultOption())!! + json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.get( + Request.redirectUrl(url), + Request.getDefaultOption() + ) + ) } /** diff --git a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleModify.kt b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleModify.kt index dea9cdd6..3a652449 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleModify.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleModify.kt @@ -7,6 +7,7 @@ import be.zvz.kotlininside.api.type.content.Content import be.zvz.kotlininside.api.type.content.HtmlContent import be.zvz.kotlininside.api.type.content.ImageContent import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -52,10 +53,12 @@ class ArticleModify( .addMultipartParameter("no", articleId.toString()) .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Article.MODIFY, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Article.MODIFY, + option + ) + ).index(0) val result = json.get("result").asBoolean() diff --git a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleRead.kt b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleRead.kt index 49977623..e01c4f7e 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleRead.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleRead.kt @@ -77,7 +77,12 @@ class ArticleRead @JvmOverloads constructor( } }.toString() - json = KotlinInside.getInstance().httpInterface.get(Request.redirectUrl(url), Request.getDefaultOption())!! + json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.get( + Request.redirectUrl(url), + Request.getDefaultOption() + ) + ) } /** diff --git a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleVote.kt b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleVote.kt index 90a1193f..f61d8ad1 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleVote.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleVote.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.article import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.LoginUser import be.zvz.kotlininside.value.ApiUrl @@ -33,10 +34,12 @@ class ArticleVote( option.addMultipartParameter("confirm_id", session.detail!!.userId) } - var json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Article.UPVOTE, - option - )!! + var json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Article.UPVOTE, + option + ) + ) if (json.isList) json = json.index(0) @@ -63,10 +66,12 @@ class ArticleVote( option.addMultipartParameter("confirm_id", session.detail!!.userId) } - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Article.DOWNVOTE, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Article.DOWNVOTE, + option + ) + ).index(0) return VoteResult( result = json.get("result").asBoolean(), diff --git a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleWrite.kt b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleWrite.kt index 801eb648..40910609 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleWrite.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/article/ArticleWrite.kt @@ -8,11 +8,11 @@ import be.zvz.kotlininside.api.type.content.MarkdownContent import be.zvz.kotlininside.api.type.content.StringContent import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.utils.StringUtil import be.zvz.kotlininside.value.ApiUrl -import be.zvz.kotlininside.value.Const import java.net.URLEncoder class ArticleWrite internal constructor( @@ -20,14 +20,14 @@ class ArticleWrite internal constructor( private val article: Article, private val session: Session, private val mode: String, - private val fcmToken: String = Const.DEFAULT_FCM_TOKEN + private val fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { @JvmOverloads constructor( gallId: String, article: Article, session: Session, - fcmToken: String = Const.DEFAULT_FCM_TOKEN + fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) : this( gallId = gallId, article = article, @@ -94,10 +94,12 @@ class ArticleWrite internal constructor( } } - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Article.WRITE, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Article.WRITE, + option + ) + ).index(0) return WriteResult( result = json.get("result").asBoolean(), diff --git a/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleDelete.kt b/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleDelete.kt index 4fb454f8..eeb0c3a2 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleDelete.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleDelete.kt @@ -1,8 +1,8 @@ package be.zvz.kotlininside.api.async.article +import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.article.ArticleDelete import be.zvz.kotlininside.session.Session -import be.zvz.kotlininside.value.Const import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.async import kotlinx.coroutines.coroutineScope @@ -11,7 +11,7 @@ class AsyncArticleDelete @JvmOverloads constructor( gallId: String, articleId: Int, session: Session, - fcmToken: String = Const.DEFAULT_FCM_TOKEN + fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { private val articleDelete = ArticleDelete(gallId, articleId, session, fcmToken) diff --git a/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleRead.kt b/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleRead.kt index 2ff37da6..9e20132b 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleRead.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleRead.kt @@ -7,9 +7,9 @@ import kotlinx.coroutines.async import kotlinx.coroutines.coroutineScope class AsyncArticleRead @JvmOverloads constructor( - private val gallId: String, - private val articleId: Int, - private val session: Session? = null + gallId: String, + articleId: Int, + session: Session? = null ) { private val articleRead = ArticleRead(gallId, articleId, session) diff --git a/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleWrite.kt b/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleWrite.kt index fd03418a..1100ff80 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleWrite.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/async/article/AsyncArticleWrite.kt @@ -1,9 +1,9 @@ package be.zvz.kotlininside.api.async.article +import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.article.ArticleWrite import be.zvz.kotlininside.api.type.Article import be.zvz.kotlininside.session.Session -import be.zvz.kotlininside.value.Const import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.async import kotlinx.coroutines.coroutineScope @@ -12,7 +12,7 @@ class AsyncArticleWrite @JvmOverloads constructor( gallId: String, article: Article, session: Session, - fcmToken: String = Const.DEFAULT_FCM_TOKEN + fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { private val articleWrite = ArticleWrite(gallId, article, session, fcmToken) diff --git a/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentDelete.kt b/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentDelete.kt index d86b0796..2b02b2c4 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentDelete.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentDelete.kt @@ -1,8 +1,8 @@ package be.zvz.kotlininside.api.async.comment +import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.comment.CommentDelete import be.zvz.kotlininside.session.Session -import be.zvz.kotlininside.value.Const import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.async import kotlinx.coroutines.coroutineScope @@ -12,7 +12,7 @@ class AsyncCommentDelete @JvmOverloads constructor( articleId: Int, commentId: Int, session: Session, - fcmToken: String = Const.DEFAULT_FCM_TOKEN + fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { private val commentDelete = CommentDelete(gallId, articleId, commentId, session, fcmToken) diff --git a/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentWrite.kt b/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentWrite.kt index a5f15d86..8ee9c634 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentWrite.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/async/comment/AsyncCommentWrite.kt @@ -1,19 +1,19 @@ package be.zvz.kotlininside.api.async.comment +import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.comment.CommentWrite import be.zvz.kotlininside.api.type.comment.Comment import be.zvz.kotlininside.session.Session -import be.zvz.kotlininside.value.Const import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.async import kotlinx.coroutines.coroutineScope class AsyncCommentWrite @JvmOverloads constructor( - private val gallId: String, - private val articleId: Int, - private val comment: Comment, - private val session: Session, - private val fcmToken: String = Const.DEFAULT_FCM_TOKEN + gallId: String, + articleId: Int, + comment: Comment, + session: Session, + fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { private val commentWrite = CommentWrite(gallId, articleId, comment, session, fcmToken) diff --git a/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentDelete.kt b/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentDelete.kt index 0b0dd016..7783bbe4 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentDelete.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentDelete.kt @@ -3,17 +3,17 @@ package be.zvz.kotlininside.api.comment import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl -import be.zvz.kotlininside.value.Const class CommentDelete @JvmOverloads constructor( private val gallId: String, private val articleId: Int, private val commentId: Int, private val session: Session, - private val fcmToken: String = Const.DEFAULT_FCM_TOKEN + private val fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { data class DeleteResult( val result: Boolean, @@ -44,7 +44,8 @@ class CommentDelete @JvmOverloads constructor( .addMultipartParameter("board_id", session.user.id) } - val json = KotlinInside.getInstance().httpInterface.upload(ApiUrl.Comment.DELETE, option)!!.index(0) + val json = + JsonBrowser.parse(KotlinInside.getInstance().httpInterface.upload(ApiUrl.Comment.DELETE, option)).index(0) return DeleteResult( result = json.get("result").asBoolean(), diff --git a/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentRead.kt b/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentRead.kt index 50957b52..4e3e2724 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentRead.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentRead.kt @@ -7,6 +7,7 @@ import be.zvz.kotlininside.api.type.comment.DCConComment import be.zvz.kotlininside.api.type.comment.StringComment import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.value.ApiUrl class CommentRead( @@ -43,7 +44,12 @@ class CommentRead( val url = "${ApiUrl.Comment.READ}?id=$gallId&no=$articleId&re_page=$rePage&app_id=${KotlinInside.getInstance().auth.getAppId()}" - val json = KotlinInside.getInstance().httpInterface.get(Request.redirectUrl(url), Request.getDefaultOption())!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.get( + Request.redirectUrl(url), + Request.getDefaultOption() + ) + ) .index(0) return ReadResult( diff --git a/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentWrite.kt b/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentWrite.kt index 244732e9..bc84b64e 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentWrite.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/comment/CommentWrite.kt @@ -7,17 +7,17 @@ import be.zvz.kotlininside.api.type.comment.StringComment import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.HttpInterface import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl -import be.zvz.kotlininside.value.Const class CommentWrite @JvmOverloads constructor( private val gallId: String, private val articleId: Int, private val comment: Comment, private val session: Session, - private val fcmToken: String = Const.DEFAULT_FCM_TOKEN + private val fcmToken: String = KotlinInside.getInstance().auth.fcmToken ) { data class WriteResult( val result: Boolean, @@ -51,7 +51,8 @@ class CommentWrite @JvmOverloads constructor( .addMultipartParameter("user_id", session.detail!!.userId) } - val json = KotlinInside.getInstance().httpInterface.upload(ApiUrl.Comment.OK, option)!!.index(0) + val json = + JsonBrowser.parse(KotlinInside.getInstance().httpInterface.upload(ApiUrl.Comment.OK, option)).index(0) return WriteResult( result = json.get("result").asBoolean(), @@ -89,7 +90,8 @@ class CommentWrite @JvmOverloads constructor( .addMultipartParameter("user_id", session.detail!!.userId) } - val json = KotlinInside.getInstance().httpInterface.upload(ApiUrl.Comment.OK, option)!!.index(0) + val json = + JsonBrowser.parse(KotlinInside.getInstance().httpInterface.upload(ApiUrl.Comment.OK, option)).index(0) return WriteResult( result = json.get("result").asBoolean(), @@ -116,7 +118,12 @@ class CommentWrite @JvmOverloads constructor( .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) val dcConJson = - KotlinInside.getInstance().httpInterface.upload(ApiUrl.DCCon.DCCON, dcConRequestOption)!! + JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.DCCon.DCCON, + dcConRequestOption + ) + ) when (dcConJson.get("result").asBoolean()) { true -> { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConBuy.kt b/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConBuy.kt index 3a8f2b10..1b432769 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConBuy.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConBuy.kt @@ -4,6 +4,7 @@ import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.type.DCCon import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -34,10 +35,12 @@ class DCConBuy( .addMultipartParameter("type", "buy_dccon") .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.DCCon.DCCON, - option - )!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.DCCon.DCCON, + option + ) + ) return BuyResult( result = json.get("result").asInteger(), diff --git a/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConDetail.kt b/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConDetail.kt index 45199ee9..acbbca6a 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConDetail.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConDetail.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.dccon import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.type.DCCon import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.utils.StringUtil import be.zvz.kotlininside.value.ApiUrl @@ -33,10 +34,12 @@ class DCConDetail( .addMultipartParameter("type", "package_detail") .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.DCCon.DCCON, - option - )!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.DCCon.DCCON, + option + ) + ) return when { json.isList -> { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConList.kt b/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConList.kt index 247a3ef5..7b816b23 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConList.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/dccon/DCConList.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.dccon import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.type.DCCon import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.LoginUser import be.zvz.kotlininside.value.ApiUrl @@ -22,10 +23,12 @@ class DCConList( option.addMultipartParameter("user_id", session.detail!!.userId) } - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.DCCon.DCCON, - option - )!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.DCCon.DCCON, + option + ) + ) return ListResult( tab = mutableListOf().apply { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/GalleryRanking.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/GalleryRanking.kt index 7d4964ed..99bf66e8 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/GalleryRanking.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/GalleryRanking.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.generic import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.value.ApiUrl class GalleryRanking { @@ -30,10 +31,12 @@ class GalleryRanking { @Throws(HttpException::class) fun request(): List { return mutableListOf().apply { - val json = KotlinInside.getInstance().httpInterface.get( - ApiUrl.MainInfo.GALLERY_RANKING, - Request.getDefaultOption() - )!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.get( + ApiUrl.MainInfo.GALLERY_RANKING, + Request.getDefaultOption() + ) + ) json.values().forEach { add( RankingItem( diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/GallerySearch.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/GallerySearch.kt index f2eadd05..511ccf8b 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/GallerySearch.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/GallerySearch.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.generic import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.type.Gallery import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.value.ApiUrl class GallerySearch( @@ -25,10 +26,12 @@ class GallerySearch( .addMultipartParameter("keyword", keyword) .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Search.SEARCH, - option - )!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Search.SEARCH, + option + ) + ) return GallerySearchResult( mainGallery = mutableListOf().apply { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/MainPage.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/MainPage.kt index 5f7fd4fd..17c5b7a0 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/MainPage.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/MainPage.kt @@ -28,7 +28,12 @@ class MainPage { */ @Throws(HttpException::class) fun request() { - json = KotlinInside.getInstance().httpInterface.get(ApiUrl.MainInfo.APP_MAIN, Request.getDefaultOption())!! + json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.get( + ApiUrl.MainInfo.APP_MAIN, + Request.getDefaultOption() + ) + ) .index(0) } diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryInfo.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryInfo.kt index d79e1e3f..8887971c 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryInfo.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryInfo.kt @@ -2,6 +2,7 @@ package be.zvz.kotlininside.api.generic import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.value.ApiUrl class MinorGalleryInfo( @@ -45,10 +46,12 @@ class MinorGalleryInfo( .addMultipartParameter("id", gallId) .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Gallery.MINOR_INFO, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Gallery.MINOR_INFO, + option + ) + ).index(0) val miniGalleryInfo = json.get("mini") return InfoResult( diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryRanking.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryRanking.kt index 1d3cd5aa..d59b1841 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryRanking.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/MinorGalleryRanking.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.generic import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.value.ApiUrl class MinorGalleryRanking { @@ -30,10 +31,12 @@ class MinorGalleryRanking { @Throws(HttpException::class) fun request(): List { return mutableListOf().apply { - val json = KotlinInside.getInstance().httpInterface.get( - ApiUrl.MainInfo.MINOR_GALLERY_RANKING, - Request.getDefaultOption() - )!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.get( + ApiUrl.MainInfo.MINOR_GALLERY_RANKING, + Request.getDefaultOption() + ) + ) json.values().forEach { add( RankingItem( diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/TotalSearch.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/TotalSearch.kt index 4476131b..98bd4538 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/TotalSearch.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/TotalSearch.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.generic import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.type.Gallery import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.value.ApiUrl class TotalSearch( @@ -49,10 +50,12 @@ class TotalSearch( .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) .addMultipartParameter("search_type", "search_main") - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Search.SEARCH, - option - )!! + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Search.SEARCH, + option + ) + ) return TotalSearchResult( mainGallery = mutableListOf().apply { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/JoinMiniGallery.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/JoinMiniGallery.kt index 402df0fe..fd971b92 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/JoinMiniGallery.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/JoinMiniGallery.kt @@ -2,6 +2,7 @@ package be.zvz.kotlininside.api.generic.minigallery import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -38,10 +39,12 @@ class JoinMiniGallery( .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) .addMultipartParameter("id", gallId) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.MiniGallery.JOIN, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.MiniGallery.JOIN, + option + ) + ).index(0) return MemberJoinResult( result = json.get("result").asBoolean(), @@ -59,10 +62,12 @@ class JoinMiniGallery( .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) .addMultipartParameter("id", gallId) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.MiniGallery.JOIN_OK, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.MiniGallery.JOIN_OK, + option + ) + ).index(0) return MemberJoinOkResult( result = json.get("result").asBoolean(), diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/QuitMiniGallery.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/QuitMiniGallery.kt index 459d4924..69e188ca 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/QuitMiniGallery.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/minigallery/QuitMiniGallery.kt @@ -2,6 +2,7 @@ package be.zvz.kotlininside.api.generic.minigallery import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -24,10 +25,12 @@ class QuitMiniGallery( .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) .addMultipartParameter("id", gallId) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.MiniGallery.QUIT, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.MiniGallery.QUIT, + option + ) + ).index(0) return MemberQuitResult( result = json.get("result").asBoolean() diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckJoinedMiniGallery.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckJoinedMiniGallery.kt index a2b29795..9a0c0b6e 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckJoinedMiniGallery.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckJoinedMiniGallery.kt @@ -2,6 +2,7 @@ package be.zvz.kotlininside.api.generic.userinfo import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -35,10 +36,12 @@ class CheckJoinedMiniGallery( .addMultipartParameter("user_id", session.detail!!.userId) .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.User.MY_MINI_JOIN_CHECK, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.User.MY_MINI_JOIN_CHECK, + option + ) + ).index(0) return CheckResult( myJoinMiniIn = mutableListOf().apply { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckManagedGallery.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckManagedGallery.kt index d8ff9293..3ed77b8a 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckManagedGallery.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/CheckManagedGallery.kt @@ -2,6 +2,7 @@ package be.zvz.kotlininside.api.generic.userinfo import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -35,10 +36,12 @@ class CheckManagedGallery( .addMultipartParameter("user_id", session.detail!!.userId) .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.User.MY_MANAGE_GALL_CHECK, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.User.MY_MANAGE_GALL_CHECK, + option + ) + ).index(0) return CheckResult( myManageList = mutableListOf().apply { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/ModifyMyGall.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/ModifyMyGall.kt index 6a7717e3..d2ea543c 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/ModifyMyGall.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/ModifyMyGall.kt @@ -2,6 +2,7 @@ package be.zvz.kotlininside.api.generic.userinfo import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -28,10 +29,12 @@ class ModifyMyGall( .addMultipartParameter("mode", "favori_gall") .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.User.MY_GALL_MODIFY, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.User.MY_GALL_MODIFY, + option, + ) + ).index(0) return ModifyMyGallResult( result = json.get("result").asBoolean(), diff --git a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/MyGall.kt b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/MyGall.kt index ba1cff47..40a291f4 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/MyGall.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/generic/userinfo/MyGall.kt @@ -3,6 +3,7 @@ package be.zvz.kotlininside.api.generic.userinfo import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.api.type.Gallery import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.user.Anonymous import be.zvz.kotlininside.value.ApiUrl @@ -29,10 +30,12 @@ class MyGall( .addMultipartParameter("user_id", session.detail!!.userId) .addMultipartParameter("app_id", KotlinInside.getInstance().auth.getAppId()) - val json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.User.MY_GALL, - option - )!!.index(0) + val json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.User.MY_GALL, + option + ) + ).index(0) return MyGallResult( myGall = mutableListOf().apply { diff --git a/src/main/kotlin/be/zvz/kotlininside/api/management/ChangeHeadText.kt b/src/main/kotlin/be/zvz/kotlininside/api/management/ChangeHeadText.kt index 413a2417..cc682586 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/management/ChangeHeadText.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/management/ChangeHeadText.kt @@ -1,7 +1,6 @@ package be.zvz.kotlininside.api.management import be.zvz.kotlininside.KotlinInside -import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session @@ -41,18 +40,18 @@ class ChangeHeadText( lateinit var json: JsonBrowser try { - json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Gallery.MINOR_MANAGER_REQUEST, - option - )!!.index(0) - } catch (e: HttpException) { - if (e.cause is IOException) { - return ChangeResult( - result = false, - cause = "권한이 없습니다.", - state = "" + json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Gallery.MINOR_MANAGER_REQUEST, + option ) - } + ).index(0) + } catch (e: IOException) { + return ChangeResult( + result = false, + cause = "권한이 없습니다.", + state = "" + ) } return ChangeResult( diff --git a/src/main/kotlin/be/zvz/kotlininside/api/management/Notice.kt b/src/main/kotlin/be/zvz/kotlininside/api/management/Notice.kt index 26cdaedc..c63aa79d 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/management/Notice.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/management/Notice.kt @@ -39,10 +39,12 @@ class Notice( lateinit var json: JsonBrowser try { - json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Gallery.MINOR_MANAGER_REQUEST, - option - )!!.index(0) + json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Gallery.MINOR_MANAGER_REQUEST, + option + ) + ).index(0) } catch (e: HttpException) { if (e.cause is IOException) { return NoticeResult( diff --git a/src/main/kotlin/be/zvz/kotlininside/api/management/Recommend.kt b/src/main/kotlin/be/zvz/kotlininside/api/management/Recommend.kt index e28e502e..15303aac 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/management/Recommend.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/management/Recommend.kt @@ -39,10 +39,12 @@ class Recommend( lateinit var json: JsonBrowser try { - json = KotlinInside.getInstance().httpInterface.upload( - ApiUrl.Gallery.MINOR_MANAGER_REQUEST, - option - )!!.index(0) + json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.upload( + ApiUrl.Gallery.MINOR_MANAGER_REQUEST, + option + ) + ).index(0) } catch (e: HttpException) { if (e.cause is IOException) { return RecommendResult( diff --git a/src/main/kotlin/be/zvz/kotlininside/api/management/UserBlock.kt b/src/main/kotlin/be/zvz/kotlininside/api/management/UserBlock.kt index 8d4bdbc6..15f98970 100644 --- a/src/main/kotlin/be/zvz/kotlininside/api/management/UserBlock.kt +++ b/src/main/kotlin/be/zvz/kotlininside/api/management/UserBlock.kt @@ -1,7 +1,6 @@ package be.zvz.kotlininside.api.management import be.zvz.kotlininside.KotlinInside -import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.Request import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session @@ -67,17 +66,17 @@ class UserBlock @JvmOverloads constructor( lateinit var json: JsonBrowser try { - json = KotlinInside.getInstance().httpInterface.post( - ApiUrl.Gallery.MINOR_BLOCK_ADD, - requestOption - )!! - } catch (e: HttpException) { - if (e.cause is IOException) { - return BlockResult( - result = false, - cause = "권한이 없습니다." + json = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.post( + ApiUrl.Gallery.MINOR_BLOCK_ADD, + requestOption ) - } + ) + } catch (e: IOException) { + return BlockResult( + result = false, + cause = "권한이 없습니다." + ) } return BlockResult( diff --git a/src/main/kotlin/be/zvz/kotlininside/security/Auth.kt b/src/main/kotlin/be/zvz/kotlininside/security/Auth.kt index 91baa603..02aa46e5 100644 --- a/src/main/kotlin/be/zvz/kotlininside/security/Auth.kt +++ b/src/main/kotlin/be/zvz/kotlininside/security/Auth.kt @@ -4,6 +4,7 @@ import be.zvz.kotlininside.KotlinInside import be.zvz.kotlininside.http.HttpException import be.zvz.kotlininside.http.HttpInterface import be.zvz.kotlininside.http.Request +import be.zvz.kotlininside.json.JsonBrowser import be.zvz.kotlininside.session.Session import be.zvz.kotlininside.session.SessionDetail import be.zvz.kotlininside.session.user.Anonymous @@ -24,7 +25,9 @@ class Auth { private lateinit var time: String private lateinit var formattedTime: String - var fcmToken: String = Const.DEFAULT_FCM_TOKEN + lateinit var fcmToken: String + lateinit var fid: String + lateinit var refreshToken: String data class AppCheck( val result: Boolean, @@ -34,35 +37,83 @@ class Auth { val date: String? = null ) + @JvmOverloads + fun fetchFcmToken(argFid: String? = null, argRefreshToken: String? = null): String { + val firebaseInstallations = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.post( + ApiUrl.Firebase.INSTALLATIONS, + HttpInterface.Option() + .addHeader("X-Android-Package", Const.Installations.X_ANDROID_PACKAGE) + .addHeader("X-Android-Cert", Const.Installations.X_ANDROID_CERT) + .addHeader("x-goog-api-key", Const.Installations.X_GOOG_API_KEY) + .setContentTypeAndBody( + "application/json", + JsonBrowser.getMapper().writeValueAsString( + JsonBrowser.getMapper().createObjectNode().apply { + argFid?.let { + put("fid", it) + } + argRefreshToken?.let { + put("refreshToken", it) + } + put("appId", Const.Firebase.APP_ID) + put("authVersion", Const.Firebase.AUTH_VERSION) + put("sdkVersion", Const.Firebase.SDK_VERSION) + } + ) + ) + ) + ) + + fid = firebaseInstallations.get("fid").safeText() + refreshToken = firebaseInstallations.get("refreshToken").safeText() + val token = firebaseInstallations.get("authToken").get("token").safeText() + val register3 = KotlinInside.getInstance().httpInterface.post( + ApiUrl.PlayService.REGISTER3, + HttpInterface.Option() + .addHeader("Authorization", Const.Register3.AUTHORIZATION) + .setUserAgent(Const.Register3.USER_AGENT) + .addBodyParameter("sender", Const.Register3.SENDER) + .addBodyParameter("X-appid", fid) + .addBodyParameter("X-scope", Const.Register3.X_SCOPE) + .addBodyParameter("X-Goog-Firebase-Installations-Auth", token) + .addBodyParameter("X-gmp_app_id", Const.Firebase.APP_ID) + .addBodyParameter("X-firebase-app-name-hash", Const.Register3.X_FIREBASE_APP_NAME_HASH) + .addBodyParameter("app", Const.Register3.APP) + .addBodyParameter("device", Const.Register3.DEVICE) + .addBodyParameter("app_ver", Const.DC_APP_VERSION_CODE) + .addBodyParameter("cert", Const.Register3.CERT) + )!! + return register3.split("=")[1] + } + /** * app_check에서 정보를 얻어오는 메소드입니다. * @return [AppCheck] AppCheck 또는 null을 반환합니다. * @exception [HttpException] app_check에 접근 할 수 없는 경우, HttpException이 발생합니다. */ fun getAppCheck(): AppCheck { - val appCheck = KotlinInside.getInstance().httpInterface.get(ApiUrl.Auth.APP_CHECK, Request.getDefaultOption()) + val appCheck = JsonBrowser.parse( + KotlinInside.getInstance().httpInterface.get( + ApiUrl.Auth.APP_CHECK, + Request.getDefaultOption() + ) + ) - when { - appCheck !== null -> { - if (!appCheck.get("result").isNull) - return AppCheck( - result = appCheck.get("result").asBoolean() - ) + if (!appCheck.get("result").isNull) + return AppCheck( + result = appCheck.get("result").asBoolean() + ) - val json = appCheck.index(0) + val json = appCheck.index(0) - return AppCheck( - result = json.get("result").asBoolean(), - version = json.get("ver").text(), - notice = json.get("notice").asBoolean(), - noticeUpdate = json.get("notice_update").asBoolean(), - date = json.get("date").text() - ) - } - else -> return AppCheck( - result = false - ) - } + return AppCheck( + result = json.get("result").asBoolean(), + version = json.get("ver").text(), + notice = json.get("notice").asBoolean(), + noticeUpdate = json.get("notice_update").asBoolean(), + date = json.get("date").text() + ) } private fun getDayOfWeekMonday(day: Int): Int { @@ -154,20 +205,25 @@ class Auth { * @return [java.lang.String] app_id를 반환합니다. */ fun fetchAppId(hashedAppKey: String): String { + if (!::fcmToken.isInitialized) { + fcmToken = fetchFcmToken() + } + val appId = try { val option = Request.getDefaultOption() .addMultipartParameter("value_token", hashedAppKey) .addMultipartParameter("signature", Const.DC_APP_SIGNATURE) + .addMultipartParameter("pkg", Const.DC_APP_PACKAGE) .addMultipartParameter("vCode", Const.DC_APP_VERSION_CODE) .addMultipartParameter("vName", Const.DC_APP_VERSION_NAME) .addMultipartParameter("client_token", fcmToken) - KotlinInside.getInstance().httpInterface.upload(ApiUrl.Auth.APP_ID, option) + JsonBrowser.parse(KotlinInside.getInstance().httpInterface.upload(ApiUrl.Auth.APP_ID, option)) } catch (e: HttpException) { return "" } - return appId!!.index(0).get("app_id").text()!! + return appId.index(0).get("app_id").text()!! } /** @@ -186,7 +242,8 @@ class Auth { .addBodyParameter("mode", "login_normal") .addBodyParameter("client_token", fcmToken) - val json = KotlinInside.getInstance().httpInterface.post(ApiUrl.Auth.LOGIN, option)!!.index(0) + val json = + JsonBrowser.parse(KotlinInside.getInstance().httpInterface.post(ApiUrl.Auth.LOGIN, option)).index(0) val detail = SessionDetail( result = json.get("result").asBoolean(), diff --git a/src/main/kotlin/be/zvz/kotlininside/value/ApiUrl.kt b/src/main/kotlin/be/zvz/kotlininside/value/ApiUrl.kt index bdd9f776..607e61e8 100644 --- a/src/main/kotlin/be/zvz/kotlininside/value/ApiUrl.kt +++ b/src/main/kotlin/be/zvz/kotlininside/value/ApiUrl.kt @@ -14,6 +14,15 @@ object ApiUrl { const val HTTPS = "https://" } + object Firebase { + const val INSTALLATIONS = + Protocol.HTTPS + "firebaseinstallations.googleapis.com/v1/projects/dcinside-b3f40/installations" + } + + object PlayService { + const val REGISTER3 = Protocol.HTTPS + "android.clients.google.com/c2dm/register3" + } + object Article { const val LIST = APP_API + "gall_list_new.php" const val READ = APP_API + "gall_view_new.php" diff --git a/src/main/kotlin/be/zvz/kotlininside/value/Const.kt b/src/main/kotlin/be/zvz/kotlininside/value/Const.kt index 149e7e37..a6054d40 100644 --- a/src/main/kotlin/be/zvz/kotlininside/value/Const.kt +++ b/src/main/kotlin/be/zvz/kotlininside/value/Const.kt @@ -1,15 +1,33 @@ package be.zvz.kotlininside.value -import org.apache.commons.lang3.RandomStringUtils - object Const { const val DC_APP_SIGNATURE = "ReOo4u96nnv8Njd7707KpYiIVYQ3FlcKHDJE046Pg6s=" const val DC_APP_PACKAGE = "com.dcinside.app" - const val DC_APP_VERSION_CODE = "30516" - const val DC_APP_VERSION_NAME = "4.2.13" + const val DC_APP_VERSION_CODE = "30519" + const val DC_APP_VERSION_NAME = "4.3.3" const val USER_AGENT = "dcinside.app" - @JvmStatic - val DEFAULT_FCM_TOKEN = - RandomStringUtils.randomAlphanumeric(11) + ":APA91bFMI-0d1b0wJmlIWoDPVa_V5Nv0OWnAefN7fGLegy6D76TN_CRo5RSUO-6V7Wnq44t7Rzx0A4kICVZ7wX-hJd3mrczE5NnLud722k5c-XRjIxYGVM9yZBScqE3oh4xbJOe2AvDe" + object Firebase { + const val APP_ID = "1:477369754343:android:1f4e2da7c458e2a7" + const val AUTH_VERSION = "FIS_v2" + const val SDK_VERSION = "fire-rc:20.0.4" + const val CERT = "E6DA04787492CDBD34C77F31B890A3FAA3682D44" + } + + object Installations { + const val X_ANDROID_PACKAGE = DC_APP_PACKAGE + const val X_ANDROID_CERT = Firebase.CERT + const val X_GOOG_API_KEY = "AIzaSyDcbVof_4Bi2GwJ1H8NjSwSTaMPPZeCE38" + } + + object Register3 { + const val SENDER = "477369754343" + const val X_SCOPE = "*" + const val X_FIREBASE_APP_NAME_HASH = "R1dAH9Ui7M-ynoznwBdw01tLxhI" + const val AUTHORIZATION = "AidLogin 3910262491275030690:6306554093401018224" + const val USER_AGENT = "Android-GCM/1.5" + const val APP = DC_APP_PACKAGE + const val DEVICE = "3910262491275030690" + const val CERT = Firebase.CERT + } }