Package com.twilio.rest.authy.v1
Class ServiceUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Service>
-
- com.twilio.rest.authy.v1.ServiceUpdater
-
public class ServiceUpdater extends Updater<Service>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description ServiceUpdater(String pathSid)
Construct a new ServiceUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceUpdater
setFriendlyName(String friendlyName)
A human readable description of this resource, up to 64 characters..Service
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
ServiceUpdater
public ServiceUpdater(String pathSid)
Construct a new ServiceUpdater.- Parameters:
pathSid
- A string that uniquely identifies this Service.
-
-
Method Detail
-
setFriendlyName
public ServiceUpdater setFriendlyName(String friendlyName)
A human readable description of this resource, up to 64 characters..- Parameters:
friendlyName
- A human readable description of this resource.- Returns:
- this
-
update
public Service update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
-
-