Class GetCalendarsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.GetCalendarsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GetCalendarsResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetCalendarsResponse.BuilderBuilder forGetCalendarsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetCalendarsResponse>_DESERIALIZERJson deserializer forGetCalendarsResponse -
Constructor Summary
Constructors Constructor Description GetCalendarsResponse(GetCalendarsResponse.Builder builder)GetCalendarsResponse(java.util.function.Function<GetCalendarsResponse.Builder,GetCalendarsResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<Calendar>calendars()Required - API name:calendarslongcount()Required - API name:countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGetCalendarsResponseDeserializer(DelegatingDeserializer<GetCalendarsResponse.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetCalendarsResponse
-
-
Constructor Details
-
GetCalendarsResponse
-
GetCalendarsResponse
public GetCalendarsResponse(java.util.function.Function<GetCalendarsResponse.Builder,GetCalendarsResponse.Builder> fn)
-
-
Method Details
-
calendars
Required - API name:calendars -
count
public long count()Required - API name:count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGetCalendarsResponseDeserializer
protected static void setupGetCalendarsResponseDeserializer(DelegatingDeserializer<GetCalendarsResponse.Builder> op)
-