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