Class SyncJobListResponse
java.lang.Object
co.elastic.clients.elasticsearch.connector.SyncJobListResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SyncJobListResponse>Json deserializer forSyncJobListResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal longcount()Required - API name:countstatic SyncJobListResponsefinal List<ConnectorSyncJob>results()Required - API name:resultsvoidserialize(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
-
_DESERIALIZER
Json deserializer forSyncJobListResponse
-
-
Method Details
-
of
public static SyncJobListResponse of(Function<SyncJobListResponse.Builder, ObjectBuilder<SyncJobListResponse>> fn) -
count
public final long count()Required - API name:count -
results
Required - API name:results -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSyncJobListResponseDeserializer
protected static void setupSyncJobListResponseDeserializer(ObjectDeserializer<SyncJobListResponse.Builder> op)
-