Class GetCalendarEventsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.GetCalendarEventsResponse
- All Implemented Interfaces:
- JsonpSerializable
@JsonpDeserializable
public class GetCalendarEventsResponse
extends Object
implements JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetCalendarEventsResponse>Json deserializer forGetCalendarEventsResponse
- 
Method SummaryModifier and TypeMethodDescriptionfinal longcount()Required - API name:countfinal List<CalendarEvent>events()Required - API name:eventsstatic GetCalendarEventsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetCalendarEventsResponseDeserializer(ObjectDeserializer<GetCalendarEventsResponse.Builder> op) toString()
- 
Field Details- 
_DESERIALIZERJson deserializer forGetCalendarEventsResponse
 
- 
- 
Method Details- 
ofpublic static GetCalendarEventsResponse of(Function<GetCalendarEventsResponse.Builder, ObjectBuilder<GetCalendarEventsResponse>> fn) 
- 
countpublic final long count()Required - API name:count
- 
eventsRequired - API name:events
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupGetCalendarEventsResponseDeserializerprotected static void setupGetCalendarEventsResponseDeserializer(ObjectDeserializer<GetCalendarEventsResponse.Builder> op) 
 
-