public static enum CollectionApiMapping.ConfigSetEndPoint extends Enum<CollectionApiMapping.ConfigSetEndPoint> implements CollectionApiMapping.V2EndPoint
Enum Constant and Description |
---|
CONFIG_COMMANDS |
CONFIG_DEL |
LIST_CONFIG |
Modifier and Type | Method and Description |
---|---|
String |
getSpecName() |
static CollectionApiMapping.ConfigSetEndPoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionApiMapping.ConfigSetEndPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionApiMapping.ConfigSetEndPoint LIST_CONFIG
public static final CollectionApiMapping.ConfigSetEndPoint CONFIG_COMMANDS
public static final CollectionApiMapping.ConfigSetEndPoint CONFIG_DEL
public final String spec
public static CollectionApiMapping.ConfigSetEndPoint[] values()
for (CollectionApiMapping.ConfigSetEndPoint c : CollectionApiMapping.ConfigSetEndPoint.values()) System.out.println(c);
public static CollectionApiMapping.ConfigSetEndPoint 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 getSpecName()
getSpecName
in interface CollectionApiMapping.V2EndPoint
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.