public static enum ParametersGettingVersionDto.TypeEnum extends Enum<ParametersGettingVersionDto.TypeEnum>
| Enum Constant and Description |
|---|
HTTP_ENDPOINT |
HTTP_ENDPOINT_BASIC_AUTH |
KUBERNETES_CONFIGMAP |
KUBERNETES_IMAGES |
OPENSHIFT_CONFIGURATION |
SHELL_SCRIPT |
SQL_QUERY |
SSM |
| Modifier and Type | Method and Description |
|---|---|
static ParametersGettingVersionDto.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ParametersGettingVersionDto.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParametersGettingVersionDto.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParametersGettingVersionDto.TypeEnum HTTP_ENDPOINT
public static final ParametersGettingVersionDto.TypeEnum HTTP_ENDPOINT_BASIC_AUTH
public static final ParametersGettingVersionDto.TypeEnum KUBERNETES_CONFIGMAP
public static final ParametersGettingVersionDto.TypeEnum KUBERNETES_IMAGES
public static final ParametersGettingVersionDto.TypeEnum OPENSHIFT_CONFIGURATION
public static final ParametersGettingVersionDto.TypeEnum SHELL_SCRIPT
public static final ParametersGettingVersionDto.TypeEnum SQL_QUERY
public static final ParametersGettingVersionDto.TypeEnum SSM
public static ParametersGettingVersionDto.TypeEnum[] values()
for (ParametersGettingVersionDto.TypeEnum c : ParametersGettingVersionDto.TypeEnum.values()) System.out.println(c);
public static ParametersGettingVersionDto.TypeEnum 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<ParametersGettingVersionDto.TypeEnum>public static ParametersGettingVersionDto.TypeEnum fromValue(String value)
Copyright © 2025. All rights reserved.