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