Package com.twilio.rest.studio.v2.flow
Class FlowRevisionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<FlowRevision>
-
- com.twilio.rest.studio.v2.flow.FlowRevisionFetcher
-
public class FlowRevisionFetcher extends Fetcher<FlowRevision>
-
-
Constructor Summary
Constructors Constructor Description FlowRevisionFetcher(String pathSid, String pathRevision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowRevision
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public FlowRevision fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<FlowRevision>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-