public static enum CollectionApiMapping.ConfigSetMeta extends Enum<CollectionApiMapping.ConfigSetMeta> implements CollectionApiMapping.CommandMeta
| Modifier and Type | Field and Description |
|---|---|
ConfigSetParams.ConfigSetAction |
action |
String |
cmdName |
CollectionApiMapping.ConfigSetEndPoint |
endPoint |
SolrRequest.METHOD |
method |
| Modifier and Type | Method and Description |
|---|---|
CollectionApiMapping.V2EndPoint |
getEndPoint() |
SolrRequest.METHOD |
getHttpMethod()
the http method supported by this command
|
String |
getName() |
static CollectionApiMapping.ConfigSetMeta |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionApiMapping.ConfigSetMeta[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetParamNamesIterator, getParamSubstitutepublic static final CollectionApiMapping.ConfigSetMeta LIST
public static final CollectionApiMapping.ConfigSetMeta CREATE
public static final CollectionApiMapping.ConfigSetMeta DEL
public final CollectionApiMapping.ConfigSetEndPoint endPoint
public final SolrRequest.METHOD method
public final String cmdName
public final ConfigSetParams.ConfigSetAction action
public static CollectionApiMapping.ConfigSetMeta[] values()
for (CollectionApiMapping.ConfigSetMeta c : CollectionApiMapping.ConfigSetMeta.values()) System.out.println(c);
public static CollectionApiMapping.ConfigSetMeta 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 getName()
getName in interface CollectionApiMapping.CommandMetapublic SolrRequest.METHOD getHttpMethod()
CollectionApiMapping.CommandMetagetHttpMethod in interface CollectionApiMapping.CommandMetapublic CollectionApiMapping.V2EndPoint getEndPoint()
getEndPoint in interface CollectionApiMapping.CommandMetaCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.