Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Feb 15, 2022
1 parent fdd2de6 commit b3a726f
Show file tree
Hide file tree
Showing 43 changed files with 778 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: AsyncNoMemberBlock
---
//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html)/[AsyncNoMemberBlock](index.html)/[AsyncNoMemberBlock](-async-no-member-block.html)



# AsyncNoMemberBlock



[jvm]\
fun [AsyncNoMemberBlock](-async-no-member-block.html)(session: [Session](../../be.zvz.kotlininside.session/-session/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), option: [NoMemberBlock.BlockOption](../../be.zvz.kotlininside.api.management/-no-member-block/-block-option/index.html) = NoMemberBlock.BlockOption())




Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: blockAsync
---
//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html)/[AsyncNoMemberBlock](index.html)/[blockAsync](block-async.html)



# blockAsync



[jvm]\
suspend fun [blockAsync](block-async.html)(): Deferred<[NoMemberBlock.BlockResult](../../be.zvz.kotlininside.api.management/-no-member-block/-block-result/index.html)>




Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: AsyncNoMemberBlock
---
//[KotlinInside](../../../index.html)/[be.zvz.kotlininside.api.async.management](../index.html)/[AsyncNoMemberBlock](index.html)



# AsyncNoMemberBlock



[jvm]\
class [AsyncNoMemberBlock](index.html)(session: [Session](../../be.zvz.kotlininside.session/-session/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), option: [NoMemberBlock.BlockOption](../../be.zvz.kotlininside.api.management/-no-member-block/-block-option/index.html))



## Functions


| Name | Summary |
|---|---|
| [blockAsync](block-async.html) | [jvm]<br>suspend fun [blockAsync](block-async.html)(): Deferred&lt;[NoMemberBlock.BlockResult](../../be.zvz.kotlininside.api.management/-no-member-block/-block-result/index.html)&gt; |

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ title: be.zvz.kotlininside.api.async.management
|---|---|
| [AsyncChangeHeadText](-async-change-head-text/index.html) | [jvm]<br>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]<br>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)) |
| [AsyncNoMemberBlock](-async-no-member-block/index.html) | [jvm]<br>class [AsyncNoMemberBlock](-async-no-member-block/index.html)(session: [Session](../be.zvz.kotlininside.session/-session/index.html), gallId: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), option: [NoMemberBlock.BlockOption](../be.zvz.kotlininside.api.management/-no-member-block/-block-option/index.html)) |
| [AsyncNotice](-async-notice/index.html) | [jvm]<br>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]<br>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]<br>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)) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,20 @@ fun [request](request.html)(): [ChangeHeadText.ChangeResult](-change-result/inde



#### Return



변경 요청 결과



## Throws


| | |
|---|---|
| [be.zvz.kotlininside.exception.InsufficientPermissionException](../../be.zvz.kotlininside.exception/-insufficient-permission-exception/index.html) | 유저 세션이 [Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.html)일 경우, 예외를 반환합니다. |



Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/s



갤러리 관리 페이지 URL을 반환합니다.
갤러리 관리 페이지 URL



Expand All @@ -31,7 +31,7 @@ fun [getLink](get-link.html)(): [String](https://kotlinlang.org/api/latest/jvm/s

| | |
|---|---|
| [kotlin.RuntimeException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-runtime-exception/index.html) | 유저 세션이 [Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.html)일 경우, 예외를 반환합니다. |
| [be.zvz.kotlininside.exception.InsufficientPermissionException](../../be.zvz.kotlininside.exception/-insufficient-permission-exception/index.html) | 유저 세션이 [Anonymous](../../be.zvz.kotlininside.session.user/-anonymous/index.html)일 경우, 예외를 반환합니다. |



Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: BlockOption
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../index.html)/[BlockOption](index.html)/[BlockOption](-block-option.html)



# BlockOption



[jvm]\
fun [BlockOption](-block-option.html)()




Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: ImageRestrictionOption
---
//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html)/[NoMemberBlock](../../index.html)/[BlockOption](../index.html)/[ImageRestrictionOption](index.html)/[ImageRestrictionOption](-image-restriction-option.html)



# ImageRestrictionOption



[jvm]\
fun [ImageRestrictionOption](-image-restriction-option.html)(time: [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html), type: [NoMemberBlock.ImageStatus](../../-image-status/index.html))




Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: ImageRestrictionOption
---
//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html)/[NoMemberBlock](../../index.html)/[BlockOption](../index.html)/[ImageRestrictionOption](index.html)



# ImageRestrictionOption



[jvm]\
class [ImageRestrictionOption](index.html)(time: [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html), type: [NoMemberBlock.ImageStatus](../../-image-status/index.html))



## Properties


| Name | Summary |
|---|---|
| [time](time.html) | [jvm]<br>val [time](time.html): [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html) |
| [type](type.html) | [jvm]<br>val [type](type.html): [NoMemberBlock.ImageStatus](../../-image-status/index.html) |

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: time
---
//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html)/[NoMemberBlock](../../index.html)/[BlockOption](../index.html)/[ImageRestrictionOption](index.html)/[time](time.html)



# time



[jvm]\
val [time](time.html): [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html)




Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: type
---
//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html)/[NoMemberBlock](../../index.html)/[BlockOption](../index.html)/[ImageRestrictionOption](index.html)/[type](type.html)



# type



[jvm]\
val [type](type.html): [NoMemberBlock.ImageStatus](../../-image-status/index.html)




Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: cellular
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../index.html)/[BlockOption](index.html)/[cellular](cellular.html)



# cellular



[jvm]\
val [cellular](cellular.html): [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html)? = null




Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: image
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../index.html)/[BlockOption](index.html)/[image](image.html)



# image



[jvm]\
val [image](image.html): [NoMemberBlock.BlockOption.ImageRestrictionOption](-image-restriction-option/index.html)? = null




Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: BlockOption
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../index.html)/[BlockOption](index.html)



# BlockOption



[jvm]\
class [BlockOption](index.html)



## Types


| Name | Summary |
|---|---|
| [ImageRestrictionOption](-image-restriction-option/index.html) | [jvm]<br>class [ImageRestrictionOption](-image-restriction-option/index.html)(time: [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html), type: [NoMemberBlock.ImageStatus](../-image-status/index.html)) |


## Properties


| Name | Summary |
|---|---|
| [cellular](cellular.html) | [jvm]<br>val [cellular](cellular.html): [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html)? = null |
| [image](image.html) | [jvm]<br>val [image](image.html): [NoMemberBlock.BlockOption.ImageRestrictionOption](-image-restriction-option/index.html)? = null |
| [proxy](proxy.html) | [jvm]<br>val [proxy](proxy.html): [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html)? = null |

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: proxy
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../index.html)/[BlockOption](index.html)/[proxy](proxy.html)



# proxy



[jvm]\
val [proxy](proxy.html): [Date](https://docs.oracle.com/javase/7/docs/api/java/util/Date.html)? = null




Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: BlockResult
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../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))




Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: cause
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../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)




Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: BlockResult
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../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))



## Properties


| Name | Summary |
|---|---|
| [cause](cause.html) | [jvm]<br>val [cause](cause.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [result](result.html) | [jvm]<br>val [result](result.html): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) |

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: result
---
//[KotlinInside](../../../../index.html)/[be.zvz.kotlininside.api.management](../../index.html)/[NoMemberBlock](../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)




Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: ANONYMOUS
---
//[KotlinInside](../../../../../index.html)/[be.zvz.kotlininside.api.management](../../../index.html)/[NoMemberBlock](../../index.html)/[ImageStatus](../index.html)/[ANONYMOUS](index.html)



# ANONYMOUS



[jvm]\
[ANONYMOUS](index.html)("A")



## Properties


| Name | Summary |
|---|---|
| [name](../../../../be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.html#-372974862%2FProperties%2F863300109) | [jvm]<br>val [name](../../../../be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.html#-372974862%2FProperties%2F863300109): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [ordinal](../../../../be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.html#-739389684%2FProperties%2F863300109) | [jvm]<br>val [ordinal](../../../../be.zvz.kotlininside.session.user/-user-type/-a-n-o-n-y-m-o-u-s/index.html#-739389684%2FProperties%2F863300109): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| [value](../value.html) | [jvm]<br>val [value](../value.html): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |

Loading

0 comments on commit b3a726f

Please sign in to comment.