Class GetCalendarsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.GetCalendarsResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetCalendarsResponse>Json deserializer forGetCalendarsResponse
- 
Method SummaryModifier and TypeMethodDescriptionRequired - API name:calendarsfinal longcount()Required - API name:countstatic GetCalendarsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forGetCalendarsResponse
 
- 
- 
Method Details- 
ofpublic static GetCalendarsResponse of(Function<GetCalendarsResponse.Builder, ObjectBuilder<GetCalendarsResponse>> fn) 
- 
calendarsRequired - API name:calendars
- 
countpublic final long count()Required - API name:count
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupGetCalendarsResponseDeserializerprotected static void setupGetCalendarsResponseDeserializer(ObjectDeserializer<GetCalendarsResponse.Builder> op) 
 
-