类 ComponentTemplatesExistRequest
java.lang.Object
org.easysearch.client.indices.GetComponentTemplatesRequest
org.easysearch.client.indices.ComponentTemplatesExistRequest
- 所有已实现的接口:
Validatable
public class ComponentTemplatesExistRequest extends GetComponentTemplatesRequest
A request to check for the existence of component templates
-
字段概要
从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 ComponentTemplatesExistRequest(java.lang.String name)Create a request to check for the existence of component template. -
方法概要
从类继承的方法 org.easysearch.client.indices.GetComponentTemplatesRequest
getMasterNodeTimeout, isLocal, name, setLocal, setMasterNodeTimeout, setMasterNodeTimeout从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
ComponentTemplatesExistRequest
public ComponentTemplatesExistRequest(java.lang.String name)Create a request to check for the existence of component template. Name must be provided- 参数:
name- the name of template to check for the existence of
-