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