public class ServiceUpdater extends Updater<Service>
Constructor and Description |
---|
ServiceUpdater(String pathSid)
Construct a new ServiceUpdater.
|
Modifier and Type | Method and Description |
---|---|
ServiceUpdater |
setFriendlyName(String friendlyName)
A human readable description of this resource, up to 64 characters..
|
ServiceUpdater |
setPush(String push)
The optional service level push factors configuration.
|
Service |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public ServiceUpdater(String pathSid)
pathSid
- A string that uniquely identifies this Service.public ServiceUpdater setFriendlyName(String friendlyName)
friendlyName
- A human readable description of this resource.public ServiceUpdater setPush(String push)
push
- Optional service level push factors configurationpublic Service update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.