Class DeleteCalendarJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.DeleteCalendarJobResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class DeleteCalendarJobResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DeleteCalendarJobResponse>Json deserializer forDeleteCalendarJobResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - A string that uniquely identifies a calendar.final StringA description of the calendar.jobIds()Required - A list of anomaly detection job identifiers or group names.static DeleteCalendarJobResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupDeleteCalendarJobResponseDeserializer(ObjectDeserializer<DeleteCalendarJobResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDeleteCalendarJobResponse
-
-
Method Details
-
of
public static DeleteCalendarJobResponse of(Function<DeleteCalendarJobResponse.Builder, ObjectBuilder<DeleteCalendarJobResponse>> fn) -
calendarId
Required - A string that uniquely identifies a calendar.API name:
calendar_id -
description
A description of the calendar.API name:
description -
jobIds
Required - A list of anomaly detection job identifiers or group names.API name:
job_ids -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDeleteCalendarJobResponseDeserializer
protected static void setupDeleteCalendarJobResponseDeserializer(ObjectDeserializer<DeleteCalendarJobResponse.Builder> op)
-