public class JobFetcher extends Fetcher<Job>
Constructor and Description |
---|
JobFetcher(String pathJobSid)
Construct a new JobFetcher.
|
Modifier and Type | Method and Description |
---|---|
Job |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public JobFetcher(String pathJobSid)
pathJobSid
- The job_sidpublic Job fetch(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.