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, valueOf
getParamNamesIterator, getParamSubstitute
public 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.CommandMeta
public SolrRequest.METHOD getHttpMethod()
CollectionApiMapping.CommandMeta
getHttpMethod
in interface CollectionApiMapping.CommandMeta
public CollectionApiMapping.V2EndPoint getEndPoint()
getEndPoint
in interface CollectionApiMapping.CommandMeta
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.