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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<PostCalendarEventsResponse>
Json deserializer forPostCalendarEventsResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal List<CalendarEvent>
events()
Required - API name:events
static PostCalendarEventsResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupPostCalendarEventsResponseDeserializer
(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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPostCalendarEventsResponseDeserializer
protected static void setupPostCalendarEventsResponseDeserializer(ObjectDeserializer<PostCalendarEventsResponse.Builder> op)
-