public static enum KyuubiRestClient.ApiVersion extends Enum<KyuubiRestClient.ApiVersion>
| Enum Constant and Description |
|---|
V1 |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiNamespace() |
static KyuubiRestClient.ApiVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KyuubiRestClient.ApiVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KyuubiRestClient.ApiVersion V1
public static KyuubiRestClient.ApiVersion[] values()
for (KyuubiRestClient.ApiVersion c : KyuubiRestClient.ApiVersion.values()) System.out.println(c);
public static KyuubiRestClient.ApiVersion 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 getApiNamespace()
Copyright © 2023 The Apache Software Foundation. All rights reserved.