Package com.twilio.rest.studio.v2
Class FlowValidateUpdater
- java.lang.Object
-
- com.twilio.base.Updater<FlowValidate>
-
- com.twilio.rest.studio.v2.FlowValidateUpdater
-
public class FlowValidateUpdater extends Updater<FlowValidate>
-
-
Constructor Summary
Constructors Constructor Description FlowValidateUpdater(String friendlyName, FlowValidate.Status status, Map<String,Object> definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowValidateUpdatersetCommitMessage(String commitMessage)FlowValidateUpdatersetDefinition(Map<String,Object> definition)FlowValidateUpdatersetFriendlyName(String friendlyName)FlowValidateUpdatersetStatus(FlowValidate.Status status)FlowValidateupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
FlowValidateUpdater
public FlowValidateUpdater(String friendlyName, FlowValidate.Status status, Map<String,Object> definition)
-
-
Method Detail
-
setFriendlyName
public FlowValidateUpdater setFriendlyName(String friendlyName)
-
setStatus
public FlowValidateUpdater setStatus(FlowValidate.Status status)
-
setDefinition
public FlowValidateUpdater setDefinition(Map<String,Object> definition)
-
setCommitMessage
public FlowValidateUpdater setCommitMessage(String commitMessage)
-
update
public FlowValidate update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<FlowValidate>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-