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