Package com.twilio.rest.routes.v2
Class SipDomainFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<SipDomain>
-
- com.twilio.rest.routes.v2.SipDomainFetcher
-
-
Constructor Summary
Constructors Constructor Description SipDomainFetcher(String pathSipDomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SipDomain
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
SipDomainFetcher
public SipDomainFetcher(String pathSipDomain)
-
-