public final class NotificationMethod
extends Enum
The method used by this notification.
| Modifier and Type | Field and Description |
|---|---|
static int |
Email
Reminders are sent via email.
|
static int |
Sms
Reminders are sent via SMS.
|
public static final int Email
Reminders are sent via email.
public static final int Sms
Reminders are sent via SMS.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.