public static enum KotlinClientCodegen.RequestDateConverter extends Enum<KotlinClientCodegen.RequestDateConverter>
| Modifier and Type | Method and Description |
|---|---|
static KotlinClientCodegen.RequestDateConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KotlinClientCodegen.RequestDateConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KotlinClientCodegen.RequestDateConverter TO_STRING
public static final KotlinClientCodegen.RequestDateConverter TO_JSON
public final String value
public static KotlinClientCodegen.RequestDateConverter[] values()
for (KotlinClientCodegen.RequestDateConverter c : KotlinClientCodegen.RequestDateConverter.values()) System.out.println(c);
public static KotlinClientCodegen.RequestDateConverter 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 nullCopyright © 2021. All rights reserved.