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 RecurrencePatternRecurringInfo.getRecurrencePattern()Represents a recurrence pattern of the recurring task.RecurrencePattern.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static RecurrencePatternReturns 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) voidRecurringInfo.setRecurrencePattern(RecurrencePattern recurrencePattern) voidRecurrencePattern.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, RecurrencePattern enumeration)