Class DeleteLicenseRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.license.DeleteLicenseRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class DeleteLicenseRequest extends RequestBase
-
Nested Class Summary
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 DeleteLicenseRequest
_INSTANCE
Singleton instance forDeleteLicenseRequest
.static Endpoint<DeleteLicenseRequest,DeleteLicenseResponse,ElasticsearchError>
ENDPOINT
Endpoint "license.delete
". -
Constructor Summary
Constructors Constructor Description DeleteLicenseRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_INSTANCE
Singleton instance forDeleteLicenseRequest
. -
ENDPOINT
public static final Endpoint<DeleteLicenseRequest,DeleteLicenseResponse,ElasticsearchError> ENDPOINTEndpoint "license.delete
".
-
-
Constructor Details
-
DeleteLicenseRequest
public DeleteLicenseRequest()
-