Class TaskActionsFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<TaskActions>
-
- com.twilio.rest.autopilot.v1.assistant.task.TaskActionsFetcher
-
public class TaskActionsFetcher extends Fetcher<TaskActions>
-
-
Constructor Summary
Constructors Constructor Description TaskActionsFetcher(String pathAssistantSid, String pathTaskSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskActionsfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public TaskActions fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<TaskActions>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-