Uses of Enum Class
com.aspose.tasks.cloud.model.RecurrencePattern
Packages that use RecurrencePattern
-
Uses of RecurrencePattern in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return RecurrencePatternModifier and TypeMethodDescriptionstatic RecurrencePattern
RecurringInfo.getRecurrencePattern()
Represents a recurrence pattern of the recurring task.RecurrencePattern.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static RecurrencePattern
Returns the enum constant of this class with the specified name.static RecurrencePattern[]
RecurrencePattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type RecurrencePatternModifier and TypeMethodDescriptionRecurringInfo.recurrencePattern
(RecurrencePattern recurrencePattern) void
RecurringInfo.setRecurrencePattern
(RecurrencePattern recurrencePattern) void
RecurrencePattern.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, RecurrencePattern enumeration)