Class StepContextFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<StepContext>
-
- com.twilio.rest.studio.v1.flow.engagement.step.StepContextFetcher
-
public class StepContextFetcher extends Fetcher<StepContext>
-
-
Constructor Summary
Constructors Constructor Description StepContextFetcher(String pathFlowSid, String pathEngagementSid, String pathStepSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepContextfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public StepContext fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<StepContext>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-