Class RecordingFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Recording>
-
- com.twilio.rest.api.v2010.account.RecordingFetcher
-
-
Constructor Summary
Constructors Constructor Description RecordingFetcher(String pathSid)RecordingFetcher(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Recordingfetch(TwilioRestClient client)Execute a request using specified client.RecordingFetchersetIncludeSoftDeleted(Boolean includeSoftDeleted)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
setIncludeSoftDeleted
public RecordingFetcher setIncludeSoftDeleted(Boolean includeSoftDeleted)
-
-