Skip to content

Commit

Permalink
Merge pull request #214 from effectivemade/backendApp/feature/docFix
Browse files Browse the repository at this point in the history
Backend app/feature/doc fix
  • Loading branch information
zavyalov-daniil authored Nov 14, 2023
2 parents 5c30a6d + e006f2c commit 170ff09
Show file tree
Hide file tree
Showing 1,147 changed files with 9,059 additions and 61,466 deletions.
3 changes: 2 additions & 1 deletion effectiveOfficeBackend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ DATABASE_USERNAME=postgres
MIGRATIONS_ENABLE=true
SERVICE_ACCOUNT_KEY_PATH={your firebase service account credentials json}
JSON_CREDENTIALS={your google calendar service account credentials json}
APPLICATION_URL=https://deployed.app.example.yandexcloud.net
APPLICATION_URL=https://deployed.app.example.yandexcloud.net
LOG_LEVEL=debug
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))
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) |
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)
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)
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))
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) |
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)
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) |
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) |
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) |
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) |
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) |
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)&lt;[Freq](index.md)&gt;

## 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)&lt;[Freq](index.md)&gt;<br>Returns an array containing the constants of this enum type, in the order they're declared. |
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 |
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)&lt;[Freq](index.md)&gt;

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.
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf())
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;
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
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)
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), val byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), val byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), val byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = 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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = listOf(), byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; = 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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; |
| [byHour](by-hour.md) | [jvm]<br>val [byHour](by-hour.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; |
| [byMonth](by-month.md) | [jvm]<br>val [byMonth](by-month.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; |
| [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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt; |
| [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) |
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
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
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) |
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)
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;, byMonth: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;, byYearDay: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;, byHour: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;)
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;
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)&lt;[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)&gt;
Loading

0 comments on commit 170ff09

Please sign in to comment.