Class ExecutionStepContextFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<ExecutionStepContext>
-
- com.twilio.rest.studio.v1.flow.execution.executionstep.ExecutionStepContextFetcher
-
public class ExecutionStepContextFetcher extends Fetcher<ExecutionStepContext>
-
-
Constructor Summary
Constructors Constructor Description ExecutionStepContextFetcher(String pathFlowSid, String pathExecutionSid, String pathStepSid)
Construct a new ExecutionStepContextFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionStepContext
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 ExecutionStepContext fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<ExecutionStepContext>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched ExecutionStepContext
-
-