Class EngagementContextFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<EngagementContext>
-
- com.twilio.rest.studio.v1.flow.engagement.EngagementContextFetcher
-
public class EngagementContextFetcher extends Fetcher<EngagementContext>
-
-
Constructor Summary
Constructors Constructor Description EngagementContextFetcher(String pathFlowSid, String pathEngagementSid)
Construct a new EngagementContextFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EngagementContext
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public EngagementContext fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<EngagementContext>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched EngagementContext
-
-