Package com.twilio.rest.api.v2010
Class AccountUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Account>
-
- com.twilio.rest.api.v2010.AccountUpdater
-
-
Constructor Summary
Constructors Constructor Description AccountUpdater()
AccountUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountUpdater
setFriendlyName(String friendlyName)
AccountUpdater
setStatus(Account.Status status)
Account
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
AccountUpdater
public AccountUpdater()
-
AccountUpdater
public AccountUpdater(String pathSid)
-
-
Method Detail
-
setFriendlyName
public AccountUpdater setFriendlyName(String friendlyName)
-
setStatus
public AccountUpdater setStatus(Account.Status status)
-
-