Uses of Enum Class
com.aspose.tasks.cloud.model.MonthItemType
Packages that use MonthItemType
-
Uses of MonthItemType in com.aspose.tasks.cloud.model
Subclasses with type arguments of type MonthItemType in com.aspose.tasks.cloud.modelModifier and TypeClassDescriptionenumSpecifies the month item for which an exception recurrence is scheduled.static classMethods in com.aspose.tasks.cloud.model that return MonthItemTypeModifier and TypeMethodDescriptionstatic MonthItemTypeCalendarException.getMonthItem()The month item for which an exception recurrence is scheduled.MonthItemType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static MonthItemTypeReturns the enum constant of this class with the specified name.static MonthItemType[]MonthItemType.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 MonthItemTypeModifier and TypeMethodDescriptionCalendarException.monthItem(MonthItemType monthItem) voidCalendarException.setMonthItem(MonthItemType monthItem) voidMonthItemType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, MonthItemType enumeration)