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