public static enum AppPortalConstants.AppPortal extends Enum<AppPortalConstants.AppPortal>
| Enum Constant and Description |
|---|
CONSOLE |
MY_ACCOUNT |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerKey() |
String |
getDescription() |
String |
getEndpoint() |
String |
getName() |
String |
getPath() |
static AppPortalConstants.AppPortal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppPortalConstants.AppPortal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppPortalConstants.AppPortal MY_ACCOUNT
public static final AppPortalConstants.AppPortal CONSOLE
public static AppPortalConstants.AppPortal[] values()
for (AppPortalConstants.AppPortal c : AppPortalConstants.AppPortal.values()) System.out.println(c);
public static AppPortalConstants.AppPortal 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 getName()
public String getDescription()
public String getConsumerKey()
public String getPath()
public String getEndpoint()
Copyright © 2021 WSO2. All rights reserved.