CalendarData

@Serializable
data class CalendarData(val calendarInstanceId: Long? = null, val calendarTypeOptions: List<EnumOptionData>? = null, val centerId: String? = null, val createdByUserId: Long? = null, val createdByUsername: String? = null, val createdDate: LocalDate? = null, val dateFormat: String? = null, val description: String? = null, val duration: Int? = null, val endDate: LocalDate? = null, val entityId: Long? = null, val entityType: EnumOptionData? = null, val entityTypeOptions: List<EnumOptionData>? = null, val firstReminder: Int? = null, val frequency: EnumOptionData? = null, val frequencyNthDayTypeOptions: List<EnumOptionData>? = null, val frequencyOptions: List<EnumOptionData>? = null, val humanReadable: String? = null, val id: Long? = null, val interval: Int? = null, val lastUpdatedByUserId: Long? = null, val lastUpdatedByUsername: String? = null, val lastUpdatedDate: LocalDate? = null, val locale: String? = null, val location: String? = null, val meetingTime: LocalTime? = null, val nextTenRecurringDates: List<LocalDate>? = null, val recentEligibleMeetingDate: LocalDate? = null, val recurrence: String? = null, val recurringDates: List<LocalDate>? = null, val remindBy: EnumOptionData? = null, val remindByOptions: List<EnumOptionData>? = null, val repeating: Boolean? = null, val repeatsOnDay: EnumOptionData? = null, val repeatsOnDayOfMonth: Int? = null, val repeatsOnDayOptions: List<EnumOptionData>? = null, val repeatsOnNthDayOfMonth: EnumOptionData? = null, val rowIndex: Int? = null, val secondReminder: Int? = null, val startDate: LocalDate? = null, val title: String? = null, val type: EnumOptionData? = null, val typeId: String? = null)

Parameters

calendarInstanceId
calendarTypeOptions
centerId
createdByUserId
createdByUsername
createdDate
dateFormat
description
duration
endDate
entityId
entityType
entityTypeOptions
firstReminder
frequency
frequencyNthDayTypeOptions
frequencyOptions
humanReadable
id
interval
lastUpdatedByUserId
lastUpdatedByUsername
lastUpdatedDate
locale
location
meetingTime
nextTenRecurringDates
recentEligibleMeetingDate
recurrence
recurringDates
remindBy
remindByOptions
repeating
repeatsOnDay
repeatsOnDayOfMonth
repeatsOnDayOptions
repeatsOnNthDayOfMonth
rowIndex
secondReminder
startDate
title
type
typeId

Constructors

Link copied to clipboard
constructor(calendarInstanceId: Long? = null, calendarTypeOptions: List<EnumOptionData>? = null, centerId: String? = null, createdByUserId: Long? = null, createdByUsername: String? = null, createdDate: LocalDate? = null, dateFormat: String? = null, description: String? = null, duration: Int? = null, endDate: LocalDate? = null, entityId: Long? = null, entityType: EnumOptionData? = null, entityTypeOptions: List<EnumOptionData>? = null, firstReminder: Int? = null, frequency: EnumOptionData? = null, frequencyNthDayTypeOptions: List<EnumOptionData>? = null, frequencyOptions: List<EnumOptionData>? = null, humanReadable: String? = null, id: Long? = null, interval: Int? = null, lastUpdatedByUserId: Long? = null, lastUpdatedByUsername: String? = null, lastUpdatedDate: LocalDate? = null, locale: String? = null, location: String? = null, meetingTime: LocalTime? = null, nextTenRecurringDates: List<LocalDate>? = null, recentEligibleMeetingDate: LocalDate? = null, recurrence: String? = null, recurringDates: List<LocalDate>? = null, remindBy: EnumOptionData? = null, remindByOptions: List<EnumOptionData>? = null, repeating: Boolean? = null, repeatsOnDay: EnumOptionData? = null, repeatsOnDayOfMonth: Int? = null, repeatsOnDayOptions: List<EnumOptionData>? = null, repeatsOnNthDayOfMonth: EnumOptionData? = null, rowIndex: Int? = null, secondReminder: Int? = null, startDate: LocalDate? = null, title: String? = null, type: EnumOptionData? = null, typeId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val centerId: String? = null
Link copied to clipboard
val createdByUserId: Long? = null
Link copied to clipboard
Link copied to clipboard
val createdDate: LocalDate? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val duration: Int? = null
Link copied to clipboard
val endDate: LocalDate? = null
Link copied to clipboard
val entityId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val firstReminder: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val humanReadable: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val interval: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lastUpdatedDate: LocalDate? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val location: String? = null
Link copied to clipboard
val meetingTime: LocalTime? = null
Link copied to clipboard
val nextTenRecurringDates: List<LocalDate>? = null
Link copied to clipboard
val recentEligibleMeetingDate: LocalDate? = null
Link copied to clipboard
val recurrence: String? = null
Link copied to clipboard
val recurringDates: List<LocalDate>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val repeating: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rowIndex: Int? = null
Link copied to clipboard
val secondReminder: Int? = null
Link copied to clipboard
val startDate: LocalDate? = null
Link copied to clipboard
val title: String? = null
Link copied to clipboard
val type: EnumOptionData? = null
Link copied to clipboard
val typeId: String? = null