Class UnfollowRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.UnfollowRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class UnfollowRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnfollowRequest.Builder
Builder forUnfollowRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<UnfollowRequest,UnfollowResponse,ElasticsearchError>
ENDPOINT
Endpoint "ccr.unfollow
". -
Constructor Summary
Constructors Constructor Description UnfollowRequest(UnfollowRequest.Builder builder)
UnfollowRequest(java.util.function.Function<UnfollowRequest.Builder,UnfollowRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
index()
Required - The name of the follower index that should be turned into a regular index.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
Endpoint "ccr.unfollow
".
-
-
Constructor Details
-
UnfollowRequest
-
UnfollowRequest
public UnfollowRequest(java.util.function.Function<UnfollowRequest.Builder,UnfollowRequest.Builder> fn)
-
-
Method Details
-
index
public java.lang.String index()Required - The name of the follower index that should be turned into a regular index.API name:
index
-