public enum NotificationType extends Enum<NotificationType>
| Enum Constant and Description | 
|---|
AD_AGENT  | 
APP_IMPORT  | 
CONNECTOR_AGENT  | 
IWA_AGENT  | 
LDAP_AGENT  | 
OKTA_ANNOUNCEMENT  | 
OKTA_ISSUE  | 
OKTA_UPDATE  | 
RATELIMIT_NOTIFICATION  | 
REPORT_SUSPICIOUS_ACTIVITY  | 
SDK_UNKNOWN  | 
USER_DEPROVISION  | 
USER_LOCKED_OUT  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
toString()  | 
static NotificationType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NotificationType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final NotificationType CONNECTOR_AGENT
public static final NotificationType USER_LOCKED_OUT
public static final NotificationType APP_IMPORT
public static final NotificationType LDAP_AGENT
public static final NotificationType AD_AGENT
public static final NotificationType OKTA_ANNOUNCEMENT
public static final NotificationType OKTA_ISSUE
public static final NotificationType OKTA_UPDATE
public static final NotificationType IWA_AGENT
public static final NotificationType USER_DEPROVISION
public static final NotificationType REPORT_SUSPICIOUS_ACTIVITY
public static final NotificationType RATELIMIT_NOTIFICATION
public static final NotificationType SDK_UNKNOWN
public static NotificationType[] values()
for (NotificationType c : NotificationType.values()) System.out.println(c);
public static NotificationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<NotificationType>Copyright © 2017–2023 Okta. All rights reserved.