-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #214 from effectivemade/backendApp/feature/docFix
Backend app/feature/doc fix
- Loading branch information
Showing
1,147 changed files
with
9,059 additions
and
61,466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...nd/documentation/gfm/com.backend.effectiveoffice/model/-ending/-count/-count.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Ending](../index.md)/[Count](index.md)/[Count](-count.md) | ||
|
||
# Count | ||
|
||
[jvm]\ | ||
constructor(value: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) |
18 changes: 18 additions & 0 deletions
18
...end/documentation/gfm/com.backend.effectiveoffice/model/-ending/-count/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Ending](../index.md)/[Count](index.md) | ||
|
||
# Count | ||
|
||
[jvm]\ | ||
data class [Count](index.md)(val value: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) : [Ending](../index.md) | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [Count](-count.md) | [jvm]<br>constructor(value: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [value](value.md) | [jvm]<br>val [value](value.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
6 changes: 6 additions & 0 deletions
6
...end/documentation/gfm/com.backend.effectiveoffice/model/-ending/-count/value.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Ending](../index.md)/[Count](index.md)/[value](value.md) | ||
|
||
# value | ||
|
||
[jvm]\ | ||
val [value](value.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
6 changes: 6 additions & 0 deletions
6
...end/documentation/gfm/com.backend.effectiveoffice/model/-ending/-empty/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Ending](../index.md)/[Empty](index.md) | ||
|
||
# Empty | ||
|
||
[jvm]\ | ||
object [Empty](index.md) : [Ending](../index.md) |
6 changes: 6 additions & 0 deletions
6
...nd/documentation/gfm/com.backend.effectiveoffice/model/-ending/-until/-until.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Ending](../index.md)/[Until](index.md)/[Until](-until.md) | ||
|
||
# Until | ||
|
||
[jvm]\ | ||
constructor(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) |
18 changes: 18 additions & 0 deletions
18
...end/documentation/gfm/com.backend.effectiveoffice/model/-ending/-until/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Ending](../index.md)/[Until](index.md) | ||
|
||
# Until | ||
|
||
[jvm]\ | ||
data class [Until](index.md)(val value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Ending](../index.md) | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [Until](-until.md) | [jvm]<br>constructor(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [value](value.md) | [jvm]<br>val [value](value.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | |
6 changes: 6 additions & 0 deletions
6
...end/documentation/gfm/com.backend.effectiveoffice/model/-ending/-until/value.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Ending](../index.md)/[Until](index.md)/[value](value.md) | ||
|
||
# value | ||
|
||
[jvm]\ | ||
val [value](value.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
21 changes: 21 additions & 0 deletions
21
...iceBackend/documentation/gfm/com.backend.effectiveoffice/model/-ending/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[Ending](index.md) | ||
|
||
# Ending | ||
|
||
sealed class [Ending](index.md) | ||
|
||
#### Inheritors | ||
|
||
| | | ||
|---| | ||
| [Count](-count/index.md) | | ||
| [Until](-until/index.md) | | ||
| [Empty](-empty/index.md) | | ||
|
||
## Types | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [Count](-count/index.md) | [jvm]<br>data class [Count](-count/index.md)(val value: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)) : [Ending](index.md) | | ||
| [Empty](-empty/index.md) | [jvm]<br>object [Empty](-empty/index.md) : [Ending](index.md) | | ||
| [Until](-until/index.md) | [jvm]<br>data class [Until](-until/index.md)(val value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Ending](index.md) | |
13 changes: 13 additions & 0 deletions
13
...d/documentation/gfm/com.backend.effectiveoffice/model/-freq/-d-a-i-l-y/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Freq](../index.md)/[DAILY](index.md) | ||
|
||
# DAILY | ||
|
||
[jvm]\ | ||
[DAILY](index.md) | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](../-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040) | [jvm]<br>val [name](../-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](../-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040) | [jvm]<br>val [ordinal](../-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
13 changes: 13 additions & 0 deletions
13
...cumentation/gfm/com.backend.effectiveoffice/model/-freq/-m-o-n-t-h-l-y/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Freq](../index.md)/[MONTHLY](index.md) | ||
|
||
# MONTHLY | ||
|
||
[jvm]\ | ||
[MONTHLY](index.md) | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](../-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040) | [jvm]<br>val [name](../-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](../-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040) | [jvm]<br>val [ordinal](../-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
13 changes: 13 additions & 0 deletions
13
...documentation/gfm/com.backend.effectiveoffice/model/-freq/-w-e-e-k-l-y/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Freq](../index.md)/[WEEKLY](index.md) | ||
|
||
# WEEKLY | ||
|
||
[jvm]\ | ||
[WEEKLY](index.md) | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](../-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040) | [jvm]<br>val [name](../-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](../-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040) | [jvm]<br>val [ordinal](../-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
13 changes: 13 additions & 0 deletions
13
...documentation/gfm/com.backend.effectiveoffice/model/-freq/-y-e-a-r-l-y/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Freq](../index.md)/[YEARLY](index.md) | ||
|
||
# YEARLY | ||
|
||
[jvm]\ | ||
[YEARLY](index.md) | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](index.md#-372974862%2FProperties%2F-1216412040) | [jvm]<br>val [name](index.md#-372974862%2FProperties%2F-1216412040): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](index.md#-739389684%2FProperties%2F-1216412040) | [jvm]<br>val [ordinal](index.md#-739389684%2FProperties%2F-1216412040): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
29 changes: 29 additions & 0 deletions
29
...fficeBackend/documentation/gfm/com.backend.effectiveoffice/model/-freq/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[Freq](index.md) | ||
|
||
# Freq | ||
|
||
[jvm]\ | ||
enum [Freq](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[Freq](index.md)> | ||
|
||
## Entries | ||
|
||
| | | | ||
|---|---| | ||
| [DAILY](-d-a-i-l-y/index.md) | [jvm]<br>[DAILY](-d-a-i-l-y/index.md) | | ||
| [WEEKLY](-w-e-e-k-l-y/index.md) | [jvm]<br>[WEEKLY](-w-e-e-k-l-y/index.md) | | ||
| [MONTHLY](-m-o-n-t-h-l-y/index.md) | [jvm]<br>[MONTHLY](-m-o-n-t-h-l-y/index.md) | | ||
| [YEARLY](-y-e-a-r-l-y/index.md) | [jvm]<br>[YEARLY](-y-e-a-r-l-y/index.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040) | [jvm]<br>val [name](-y-e-a-r-l-y/index.md#-372974862%2FProperties%2F-1216412040): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040) | [jvm]<br>val [ordinal](-y-e-a-r-l-y/index.md#-739389684%2FProperties%2F-1216412040): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [valueOf](value-of.md) | [jvm]<br>fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Freq](index.md)<br>Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) | | ||
| [values](values.md) | [jvm]<br>fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Freq](index.md)><br>Returns an array containing the constants of this enum type, in the order they're declared. | |
14 changes: 14 additions & 0 deletions
14
...ceBackend/documentation/gfm/com.backend.effectiveoffice/model/-freq/value-of.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[Freq](index.md)/[valueOf](value-of.md) | ||
|
||
# valueOf | ||
|
||
[jvm]\ | ||
fun [valueOf](value-of.md)(value: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [Freq](index.md) | ||
|
||
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) | ||
|
||
#### Throws | ||
|
||
| | | | ||
|---|---| | ||
| [IllegalArgumentException](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-argument-exception/index.html) | if this enum type has no constant with the specified name | |
10 changes: 10 additions & 0 deletions
10
...ficeBackend/documentation/gfm/com.backend.effectiveoffice/model/-freq/values.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[Freq](index.md)/[values](values.md) | ||
|
||
# values | ||
|
||
[jvm]\ | ||
fun [values](values.md)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)<[Freq](index.md)> | ||
|
||
Returns an array containing the constants of this enum type, in the order they're declared. | ||
|
||
This method may be used to iterate over the constants. |
6 changes: 6 additions & 0 deletions
6
...on/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/-recurrence-d-t-o.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[RecurrenceDTO](-recurrence-d-t-o.md) | ||
|
||
# RecurrenceDTO | ||
|
||
[jvm]\ | ||
constructor(interval: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, freq: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), count: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, until: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, byDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf()) |
6 changes: 6 additions & 0 deletions
6
...documentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/by-day.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[byDay](by-day.md) | ||
|
||
# byDay | ||
|
||
[jvm]\ | ||
val [byDay](by-day.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> |
6 changes: 6 additions & 0 deletions
6
...ocumentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/by-hour.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[byHour](by-hour.md) | ||
|
||
# byHour | ||
|
||
[jvm]\ | ||
val [byHour](by-hour.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> |
6 changes: 6 additions & 0 deletions
6
...cumentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/by-month.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[byMonth](by-month.md) | ||
|
||
# byMonth | ||
|
||
[jvm]\ | ||
val [byMonth](by-month.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> |
6 changes: 6 additions & 0 deletions
6
...entation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/by-year-day.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[byYearDay](by-year-day.md) | ||
|
||
# byYearDay | ||
|
||
[jvm]\ | ||
val [byYearDay](by-year-day.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> |
6 changes: 6 additions & 0 deletions
6
.../documentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/count.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[count](count.md) | ||
|
||
# count | ||
|
||
[jvm]\ | ||
val [count](count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null |
6 changes: 6 additions & 0 deletions
6
...d/documentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/freq.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[freq](freq.md) | ||
|
||
# freq | ||
|
||
[jvm]\ | ||
val [freq](freq.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
33 changes: 33 additions & 0 deletions
33
.../documentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md) | ||
|
||
# RecurrenceDTO | ||
|
||
[jvm]\ | ||
@Serializable | ||
|
||
data class [RecurrenceDTO](index.md)(val interval: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, val freq: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), val count: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, val until: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, val byDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), val byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), val byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), val byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf()) | ||
|
||
## Constructors | ||
|
||
| | | | ||
|---|---| | ||
| [RecurrenceDTO](-recurrence-d-t-o.md) | [jvm]<br>constructor(interval: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, freq: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), count: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, until: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, byDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf(), byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> = listOf()) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [byDay](by-day.md) | [jvm]<br>val [byDay](by-day.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> | | ||
| [byHour](by-hour.md) | [jvm]<br>val [byHour](by-hour.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> | | ||
| [byMonth](by-month.md) | [jvm]<br>val [byMonth](by-month.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> | | ||
| [byYearDay](by-year-day.md) | [jvm]<br>val [byYearDay](by-year-day.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> | | ||
| [count](count.md) | [jvm]<br>val [count](count.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null | | ||
| [freq](freq.md) | [jvm]<br>val [freq](freq.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [interval](interval.md) | [jvm]<br>val [interval](interval.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null | | ||
| [until](until.md) | [jvm]<br>val [until](until.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null | | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [toRecurrence](../-recurrence/-companion/to-recurrence.md) | [jvm]<br>fun [RecurrenceDTO](index.md).[toRecurrence](../-recurrence/-companion/to-recurrence.md)(): [Recurrence](../-recurrence/index.md) | |
6 changes: 6 additions & 0 deletions
6
...cumentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/interval.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[interval](interval.md) | ||
|
||
# interval | ||
|
||
[jvm]\ | ||
val [interval](interval.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null |
6 changes: 6 additions & 0 deletions
6
.../documentation/gfm/com.backend.effectiveoffice/model/-recurrence-d-t-o/until.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[RecurrenceDTO](index.md)/[until](until.md) | ||
|
||
# until | ||
|
||
[jvm]\ | ||
val [until](until.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null |
12 changes: 12 additions & 0 deletions
12
...mentation/gfm/com.backend.effectiveoffice/model/-recurrence/-companion/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Recurrence](../index.md)/[Companion](index.md) | ||
|
||
# Companion | ||
|
||
[jvm]\ | ||
object [Companion](index.md) | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [toRecurrence](to-recurrence.md) | [jvm]<br>fun [RecurrenceDTO](../../-recurrence-d-t-o/index.md).[toRecurrence](to-recurrence.md)(): [Recurrence](../index.md) | |
6 changes: 6 additions & 0 deletions
6
...n/gfm/com.backend.effectiveoffice/model/-recurrence/-companion/to-recurrence.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../../index.md)/[model](../../index.md)/[Recurrence](../index.md)/[Companion](index.md)/[toRecurrence](to-recurrence.md) | ||
|
||
# toRecurrence | ||
|
||
[jvm]\ | ||
fun [RecurrenceDTO](../../-recurrence-d-t-o/index.md).[toRecurrence](to-recurrence.md)(): [Recurrence](../index.md) |
6 changes: 6 additions & 0 deletions
6
.../documentation/gfm/com.backend.effectiveoffice/model/-recurrence/-recurrence.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[Recurrence](index.md)/[Recurrence](-recurrence.md) | ||
|
||
# Recurrence | ||
|
||
[jvm]\ | ||
constructor(interval: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html), freq: [Freq](../-freq/index.md), ending: [Ending](../-ending/index.md), byDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>, byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>, byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>, byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)>) |
6 changes: 6 additions & 0 deletions
6
...ckend/documentation/gfm/com.backend.effectiveoffice/model/-recurrence/by-day.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[Recurrence](index.md)/[byDay](by-day.md) | ||
|
||
# byDay | ||
|
||
[jvm]\ | ||
val [byDay](by-day.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> |
6 changes: 6 additions & 0 deletions
6
...kend/documentation/gfm/com.backend.effectiveoffice/model/-recurrence/by-hour.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[com.backend.effectiveoffice](../../../index.md)/[model](../index.md)/[Recurrence](index.md)/[byHour](by-hour.md) | ||
|
||
# byHour | ||
|
||
[jvm]\ | ||
val [byHour](by-hour.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)> |
Oops, something went wrong.