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, deleteAsync
public DocumentPermissionDeleter(String pathServiceSid, String pathDocumentSid, String pathIdentity)
pathServiceSid
- The SID of the Sync Service with the Document
Permission resource to deletepathDocumentSid
- The SID of the Sync Document with the Document
Permission resource to deletepathIdentity
- The application-defined string that uniquely identifies
the User's Document Permission resource to deletepublic boolean delete(TwilioRestClient client)
delete
in class Deleter<DocumentPermission>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.