Class RateLimitUpdater
- java.lang.Object
-
- com.twilio.base.Updater<RateLimit>
-
- com.twilio.rest.verify.v2.service.RateLimitUpdater
-
-
Constructor Summary
Constructors Constructor Description RateLimitUpdater(String pathServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RateLimitUpdater
setDescription(String description)
RateLimit
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setDescription
public RateLimitUpdater setDescription(String description)
-
-