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