public static enum ApplicationKeyGenerateRequestDTO.KeyTypeEnum extends Enum<ApplicationKeyGenerateRequestDTO.KeyTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationKeyGenerateRequestDTO.KeyTypeEnum.Adapter |
| Enum Constant and Description |
|---|
PRODUCTION |
SANDBOX |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationKeyGenerateRequestDTO.KeyTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ApplicationKeyGenerateRequestDTO.KeyTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationKeyGenerateRequestDTO.KeyTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationKeyGenerateRequestDTO.KeyTypeEnum PRODUCTION
public static final ApplicationKeyGenerateRequestDTO.KeyTypeEnum SANDBOX
public static ApplicationKeyGenerateRequestDTO.KeyTypeEnum[] values()
for (ApplicationKeyGenerateRequestDTO.KeyTypeEnum c : ApplicationKeyGenerateRequestDTO.KeyTypeEnum.values()) System.out.println(c);
public static ApplicationKeyGenerateRequestDTO.KeyTypeEnum 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 getValue()
public String toString()
toString in class Enum<ApplicationKeyGenerateRequestDTO.KeyTypeEnum>public static ApplicationKeyGenerateRequestDTO.KeyTypeEnum fromValue(String text)
Copyright © 2020 WSO2 Inc. All rights reserved.