java.io.Serializable, java.lang.Comparable<AbfsHttpConstants.ApiVersion>public static enum AbfsHttpConstants.ApiVersion extends java.lang.Enum<AbfsHttpConstants.ApiVersion>
| Enum Constant | Description |
|---|---|
APR_10_2021 |
|
AUG_03_2023 |
|
DEC_12_2019 |
| Modifier and Type | Method | Description |
|---|---|---|
static AbfsHttpConstants.ApiVersion |
getCurrentVersion() |
|
java.lang.String |
toString() |
|
static AbfsHttpConstants.ApiVersion |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbfsHttpConstants.ApiVersion[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbfsHttpConstants.ApiVersion DEC_12_2019
public static final AbfsHttpConstants.ApiVersion APR_10_2021
public static final AbfsHttpConstants.ApiVersion AUG_03_2023
public static AbfsHttpConstants.ApiVersion[] values()
for (AbfsHttpConstants.ApiVersion c : AbfsHttpConstants.ApiVersion.values()) System.out.println(c);
public static AbfsHttpConstants.ApiVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<AbfsHttpConstants.ApiVersion>public static AbfsHttpConstants.ApiVersion getCurrentVersion()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.