Class SyncJobListRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.connector.SyncJobListRequest
Get all connector sync jobs.
 
Get information about all stored connector sync jobs listed by their creation date in ascending order.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<SyncJobListRequest,SyncJobListResponse, ErrorResponse> Endpoint "connector.sync_job_list".
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringA connector id to fetch connector sync jobs forfinal Integerfrom()Starting offsetfinal List<SyncJobType>jobType()A comma-separated list of job types to fetch the sync jobs forstatic SyncJobListRequestfinal Integersize()Specifies a max number of results to getfinal SyncStatusstatus()A sync job status to fetch connector sync jobs forMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "connector.sync_job_list".
 
- 
- 
Method Details- 
ofpublic static SyncJobListRequest of(Function<SyncJobListRequest.Builder, ObjectBuilder<SyncJobListRequest>> fn) 
- 
connectorIdA connector id to fetch connector sync jobs forAPI name: connector_id
- 
fromStarting offsetAPI name: from
- 
jobTypeA comma-separated list of job types to fetch the sync jobs forAPI name: job_type
- 
sizeSpecifies a max number of results to getAPI name: size
- 
statusA sync job status to fetch connector sync jobs forAPI name: status
 
-