public class DocumentPermissionDeleter extends Deleter<DocumentPermission>
| Constructor and Description |
|---|
DocumentPermissionDeleter(String pathServiceSid,
String pathDocumentSid,
String pathIdentity)
Construct a new DocumentPermissionDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic DocumentPermissionDeleter(String pathServiceSid, String pathDocumentSid, String pathIdentity)
pathServiceSid - The service_sidpathDocumentSid - Sync Document SID or unique name.pathIdentity - Identity of the user to whom the Sync Document
Permission applies.public boolean delete(TwilioRestClient client)
delete in class Deleter<DocumentPermission>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.