Uses of Enum Class
net.spreadsheetspace.sdk.sbc.model.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in net.spreadsheetspace.sdk.sbc.model
Subclasses with type arguments of type NotificationType in net.spreadsheetspace.sdk.sbc.modelMethods in net.spreadsheetspace.sdk.sbc.model that return NotificationTypeModifier and TypeMethodDescriptionMessage.getNotificationType()static NotificationTypeNotificationType.getTypeByString(String type) static NotificationTypeNotificationType.lookup(int val) static NotificationTypeReturns the enum constant of this class with the specified name.static NotificationType[]NotificationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.spreadsheetspace.sdk.sbc.model with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidMessage.setNotificationType(NotificationType notificationType) Constructors in net.spreadsheetspace.sdk.sbc.model with parameters of type NotificationType