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 long
count()
Required - API name:count
static SyncJobListResponse
final List<ConnectorSyncJob>
results()
Required - API name:results
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
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSyncJobListResponseDeserializer
protected static void setupSyncJobListResponseDeserializer(ObjectDeserializer<SyncJobListResponse.Builder> op)
-