Class PostStartBasicRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.license.PostStartBasicRequest
public class PostStartBasicRequest extends RequestBase
The start basic API enables you to initiate an indefinite basic license,
which gives access to all the basic features. If the basic license does not
support all of the features that are available with your current license,
however, you are notified in the response. You must then re-submit the API
request with the acknowledge parameter set to true. To check the status of
your basic license, use the following API: Get
basic status.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostStartBasicRequest.BuilderBuilder forPostStartBasicRequest.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<PostStartBasicRequest,PostStartBasicResponse,ErrorResponse>_ENDPOINTEndpoint "license.post_start_basic". -
Method Summary
Modifier and Type Method Description java.lang.Booleanacknowledge()whether the user has acknowledged acknowledge messages (default: false)static PostStartBasicRequestof(java.util.function.Function<PostStartBasicRequest.Builder,ObjectBuilder<PostStartBasicRequest>> fn)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<PostStartBasicRequest,PostStartBasicResponse,ErrorResponse> _ENDPOINTEndpoint "license.post_start_basic".
-
-
Method Details
-
of
public static PostStartBasicRequest of(java.util.function.Function<PostStartBasicRequest.Builder,ObjectBuilder<PostStartBasicRequest>> fn) -
acknowledge
@Nullable public final java.lang.Boolean acknowledge()whether the user has acknowledged acknowledge messages (default: false)API name:
acknowledge
-