Package com.twilio.rest.assistants.v1
Class SessionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Session>
-
- com.twilio.rest.assistants.v1.SessionFetcher
-
-
Constructor Summary
Constructors Constructor Description SessionFetcher(String pathId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Session
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
SessionFetcher
public SessionFetcher(String pathId)
-
-