Class JobsClient
- java.lang.Object
-
- com.intercom.api.resources.unstable.jobs.JobsClient
-
public class JobsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description JobsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jobsstatus(JobsStatusRequest request)Retrieve the status of job execution.Jobsstatus(JobsStatusRequest request, RequestOptions requestOptions)Retrieve the status of job execution.RawJobsClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
JobsClient
public JobsClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawJobsClient withRawResponse()
Get responses with HTTP metadata like headers
-
status
public Jobs status(JobsStatusRequest request)
Retrieve the status of job execution.
-
status
public Jobs status(JobsStatusRequest request, RequestOptions requestOptions)
Retrieve the status of job execution.
-
-