Class AddressDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Address>
-
- com.twilio.rest.api.v2010.account.AddressDeleter
-
-
Constructor Summary
Constructors Constructor Description AddressDeleter(String pathSid)
Construct a new AddressDeleter.AddressDeleter(String pathAccountSid, String pathSid)
Construct a new AddressDeleter.
-
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
-
AddressDeleter
public AddressDeleter(String pathSid)
Construct a new AddressDeleter.- 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.
-
-