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