Class OutgoingCallerIdUpdater
- java.lang.Object
-
- com.twilio.base.Updater<OutgoingCallerId>
-
- com.twilio.rest.api.v2010.account.OutgoingCallerIdUpdater
-
public class OutgoingCallerIdUpdater extends Updater<OutgoingCallerId>
-
-
Constructor Summary
Constructors Constructor Description OutgoingCallerIdUpdater(String pathSid)OutgoingCallerIdUpdater(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutgoingCallerIdUpdatersetFriendlyName(String friendlyName)OutgoingCallerIdupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public OutgoingCallerIdUpdater setFriendlyName(String friendlyName)
-
update
public OutgoingCallerId update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<OutgoingCallerId>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-