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