public class FleetUpdater extends Updater<Fleet>
Constructor and Description |
---|
FleetUpdater(String pathSid)
Construct a new FleetUpdater.
|
Modifier and Type | Method and Description |
---|---|
FleetUpdater |
setUniqueName(String uniqueName)
An application-defined string that uniquely identifies the resource.
|
Fleet |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public FleetUpdater(String pathSid)
pathSid
- The SID that identifies the resource to updatepublic FleetUpdater setUniqueName(String uniqueName)
uniqueName
- An application-defined string that uniquely identifies the
resourcepublic Fleet update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.