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