Package com.twilio.rest.serverless.v1
Class ServiceUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Service>
-
- com.twilio.rest.serverless.v1.ServiceUpdater
-
-
Constructor Summary
Constructors Constructor Description ServiceUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceUpdatersetFriendlyName(String friendlyName)ServiceUpdatersetIncludeCredentials(Boolean includeCredentials)ServiceUpdatersetUiEditable(Boolean uiEditable)Serviceupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
ServiceUpdater
public ServiceUpdater(String pathSid)
-
-
Method Detail
-
setIncludeCredentials
public ServiceUpdater setIncludeCredentials(Boolean includeCredentials)
-
setFriendlyName
public ServiceUpdater setFriendlyName(String friendlyName)
-
setUiEditable
public ServiceUpdater setUiEditable(Boolean uiEditable)
-
-