Class DeleteLicenseResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch.license.DeleteLicenseResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable public class DeleteLicenseResponse extends AcknowledgedResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteLicenseResponse.BuilderBuilder forDeleteLicenseResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
AcknowledgedResponseBase.AbstractBuilder<BuilderT extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DeleteLicenseResponse>_DESERIALIZERJson deserializer forDeleteLicenseResponse -
Method Summary
Modifier and Type Method Description static DeleteLicenseResponseof(java.util.function.Function<DeleteLicenseResponse.Builder,ObjectBuilder<DeleteLicenseResponse>> fn)protected static voidsetupDeleteLicenseResponseDeserializer(ObjectDeserializer<DeleteLicenseResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, serializeInternal, setupAcknowledgedResponseBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDeleteLicenseResponse
-
-
Method Details
-
of
public static DeleteLicenseResponse of(java.util.function.Function<DeleteLicenseResponse.Builder,ObjectBuilder<DeleteLicenseResponse>> fn) -
setupDeleteLicenseResponseDeserializer
protected static void setupDeleteLicenseResponseDeserializer(ObjectDeserializer<DeleteLicenseResponse.Builder> op)
-