Uses of Class
com.aspose.tasks.cloud.model.RecurringInfo
Packages that use RecurringInfo
Package
Description
-
Uses of RecurringInfo in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return RecurringInfoModifier and TypeMethodDescriptionRecurringInfo.dailyRepetitions(Integer dailyRepetitions) RecurringInfo.dailyUseWorkdays(Boolean dailyUseWorkdays) RecurringInfo.endDate(org.threeten.bp.OffsetDateTime endDate) RecurringInfo.monthlyDay(Integer monthlyDay) RecurringInfo.monthlyOrdinalDay(DayOfWeek monthlyOrdinalDay) RecurringInfo.monthlyOrdinalNumber(OrdinalNumber monthlyOrdinalNumber) RecurringInfo.monthlyOrdinalRepetitions(Integer monthlyOrdinalRepetitions) RecurringInfo.monthlyRepetitions(Integer monthlyRepetitions) RecurringInfo.monthlyUseOrdinalDay(Boolean monthlyUseOrdinalDay) RecurringInfo.occurrences(Integer occurrences) RecurringInfo.recurrencePattern(RecurrencePattern recurrencePattern) RecurringInfo.startDate(org.threeten.bp.OffsetDateTime startDate) RecurringInfo.useEndDate(Boolean useEndDate) RecurringInfo.weeklyDays(WeekDayType weeklyDays) RecurringInfo.weeklyRepetitions(Integer weeklyRepetitions) RecurringInfo.yearlyDate(org.threeten.bp.OffsetDateTime yearlyDate) RecurringInfo.yearlyOrdinalDay(DayOfWeek yearlyOrdinalDay) RecurringInfo.yearlyOrdinalMonth(Month yearlyOrdinalMonth) RecurringInfo.yearlyOrdinalNumber(OrdinalNumber yearlyOrdinalNumber) RecurringInfo.yearlyUseOrdinalDay(Boolean yearlyUseOrdinalDay) -
Uses of RecurringInfo in com.aspose.tasks.cloud.model.requests
Methods in com.aspose.tasks.cloud.model.requests that return RecurringInfoModifier and TypeMethodDescriptionPostTaskRecurringInfoRequest.getrecurringInfo()PutTaskRecurringInfoRequest.getrecurringInfo()Methods in com.aspose.tasks.cloud.model.requests with parameters of type RecurringInfoModifier and TypeMethodDescriptionvoidPostTaskRecurringInfoRequest.setrecurringInfo(RecurringInfo value) voidPutTaskRecurringInfoRequest.setrecurringInfo(RecurringInfo value) Constructors in com.aspose.tasks.cloud.model.requests with parameters of type RecurringInfoModifierConstructorDescriptionPostTaskRecurringInfoRequest(String name, Integer parentTaskUid, String taskName, RecurringInfo recurringInfo, String calendarName, String fileName, String storage, String folder) PutTaskRecurringInfoRequest(String name, Integer taskUid, RecurringInfo recurringInfo, String fileName, String storage, String folder) -
Uses of RecurringInfo in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return RecurringInfoModifier and TypeMethodDescriptionRecurringInfoResponse.getRecurringInfo()Gets or sets RecurringInfoMethods in com.aspose.tasks.cloud.model.responses with parameters of type RecurringInfoModifier and TypeMethodDescriptionRecurringInfoResponse.recurringInfo(RecurringInfo recurringInfo) voidRecurringInfoResponse.setRecurringInfo(RecurringInfo recurringInfo)