public class ConferenceFetcher extends Fetcher<Conference>
Constructor and Description |
---|
ConferenceFetcher(String pathSid)
Construct a new ConferenceFetcher.
|
ConferenceFetcher(String pathAccountSid,
String pathSid)
Construct a new ConferenceFetcher.
|
Modifier and Type | Method and Description |
---|---|
Conference |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public ConferenceFetcher(String pathSid)
pathSid
- The unique string that identifies this resourcepublic Conference fetch(TwilioRestClient client)
fetch
in class Fetcher<Conference>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.