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