Class BucketDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Bucket>
-
- com.twilio.rest.verify.v2.service.ratelimit.BucketDeleter
-
-
Constructor Summary
Constructors Constructor Description BucketDeleter(String pathServiceSid, String pathRateLimitSid, String pathSid)
Construct a new BucketDeleter.
-
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
-
BucketDeleter
public BucketDeleter(String pathServiceSid, String pathRateLimitSid, String pathSid)
Construct a new BucketDeleter.- Parameters:
pathServiceSid
- The SID of the Service that the resource is associated withpathRateLimitSid
- Rate Limit Sid.pathSid
- A string that uniquely identifies this Bucket.
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
-
-