Class XpackInfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.xpack.XpackInfoRequest
public class XpackInfoRequest extends RequestBase
Provides general information about the installed X-Pack features.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXpackInfoRequest.BuilderBuilder forXpackInfoRequest.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<XpackInfoRequest,XpackInfoResponse,ErrorResponse>_ENDPOINTEndpoint "xpack.info". -
Method Summary
Modifier and Type Method Description java.lang.BooleanacceptEnterprise()If this param is used it must be set to truejava.util.List<java.lang.String>categories()A comma-separated list of the information categories to include in the response.java.lang.Booleanhuman()Defines whether additional human-readable information is included in the response.static XpackInfoRequestof(java.util.function.Function<XpackInfoRequest.Builder,ObjectBuilder<XpackInfoRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "xpack.info".
-
-
Method Details
-
of
public static XpackInfoRequest of(java.util.function.Function<XpackInfoRequest.Builder,ObjectBuilder<XpackInfoRequest>> fn) -
acceptEnterprise
@Nullable public final java.lang.Boolean acceptEnterprise()If this param is used it must be set to trueAPI name:
accept_enterprise -
categories
public final java.util.List<java.lang.String> categories()A comma-separated list of the information categories to include in the response. For example,build,license,features.API name:
categories -
human
@Nullable public final java.lang.Boolean human()Defines whether additional human-readable information is included in the response. In particular, it adds descriptions and a tag line.API name:
human
-