Package com.twilio.rest.chat.v1
Class CredentialDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Credential>
-
- com.twilio.rest.chat.v1.CredentialDeleter
-
public class CredentialDeleter extends Deleter<Credential>
-
-
Constructor Summary
Constructors Constructor Description CredentialDeleter(String pathSid)
Construct a new CredentialDeleter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Constructor Detail
-
CredentialDeleter
public CredentialDeleter(String pathSid)
Construct a new CredentialDeleter.- Parameters:
pathSid
- The unique string that identifies the resource
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.- Specified by:
delete
in classDeleter<Credential>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- true if the object was deleted
-
-