Package com.twilio.rest.microvisor.v1
Class AccountConfigUpdater
- java.lang.Object
-
- com.twilio.base.Updater<AccountConfig>
-
- com.twilio.rest.microvisor.v1.AccountConfigUpdater
-
public class AccountConfigUpdater extends Updater<AccountConfig>
-
-
Constructor Summary
Constructors Constructor Description AccountConfigUpdater(String pathKey, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountConfigUpdater
setValue(String value)
AccountConfig
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setValue
public AccountConfigUpdater setValue(String value)
-
update
public AccountConfig update(TwilioRestClient client)
Description copied from class:Updater
Execute a request using specified client.- Specified by:
update
in classUpdater<AccountConfig>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-