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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionStepContext
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public ExecutionStepContext fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<ExecutionStepContext>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-