public enum NotificationType extends java.lang.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 |
|---|---|
java.lang.String |
toString() |
static NotificationType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<NotificationType>Copyright © 2017-2022 Okta. All Rights Reserved.