Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static NotificationPref |
NotificationPref.BOTH |
static NotificationPref |
NotificationPref.EMAIL |
static NotificationPref |
NotificationPref.NONE |
static NotificationPref |
NotificationPref.PHONE |
Modifier and Type | Method and Description |
---|---|
static NotificationPref |
NotificationPref.fromValue(String val)
Intantiate an enumeration member from a value.
|
NotificationPref |
AccountRequest.getNotificationPref()
Get notificationPref
|
NotificationPref |
Account.getNotificationPref()
Get notificationPref
|
static NotificationPref[] |
NotificationPref.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
AccountRequest |
AccountRequest.notificationPref(NotificationPref notificationPref) |
Account |
Account.notificationPref(NotificationPref notificationPref) |
void |
AccountRequest.setNotificationPref(NotificationPref notificationPref) |
void |
Account.setNotificationPref(NotificationPref notificationPref) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved