Class ConferenceFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Conference>
-
- com.twilio.rest.api.v2010.account.ConferenceFetcher
-
public class ConferenceFetcher extends Fetcher<Conference>
-
-
Constructor Summary
Constructors Constructor Description ConferenceFetcher(String sid)
ConferenceFetcher(String accountSid, String sid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conference
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Conference fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<Conference>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-