Constructor and Description |
---|
FaxUpdater(String pathSid)
Construct a new FaxUpdater.
|
Modifier and Type | Method and Description |
---|---|
FaxUpdater |
setStatus(Fax.UpdateStatus status)
The updated status of this fax.
|
Fax |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public FaxUpdater(String pathSid)
pathSid
- A string that uniquely identifies this fax.public FaxUpdater setStatus(Fax.UpdateStatus status)
status
- The updated status of this faxpublic Fax update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.