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