Uses of Enum Class
com.aspose.tasks.cloud.model.CalendarExceptionType
Packages that use CalendarExceptionType
-
Uses of CalendarExceptionType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return CalendarExceptionTypeModifier and TypeMethodDescriptionstatic CalendarExceptionType
CalendarException.getType()
The exception type.CalendarExceptionType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static CalendarExceptionType
Returns the enum constant of this class with the specified name.static CalendarExceptionType[]
CalendarExceptionType.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 CalendarExceptionTypeModifier and TypeMethodDescriptionvoid
CalendarException.setType
(CalendarExceptionType type) CalendarException.type
(CalendarExceptionType type) void
CalendarExceptionType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, CalendarExceptionType enumeration)