Class PostCalendarEventsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.PostCalendarEventsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class PostCalendarEventsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PostCalendarEventsResponse>Json deserializer forPostCalendarEventsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<CalendarEvent>events()Required - API name:eventsstatic PostCalendarEventsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupPostCalendarEventsResponseDeserializer(ObjectDeserializer<PostCalendarEventsResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPostCalendarEventsResponse
-
-
Method Details
-
of
public static PostCalendarEventsResponse of(Function<PostCalendarEventsResponse.Builder, ObjectBuilder<PostCalendarEventsResponse>> fn) -
events
Required - API name:events -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPostCalendarEventsResponseDeserializer
protected static void setupPostCalendarEventsResponseDeserializer(ObjectDeserializer<PostCalendarEventsResponse.Builder> op)
-