Package com.twilio.rest.accounts.v1
Class AuthTokenPromotionUpdater
- java.lang.Object
-
- com.twilio.base.Updater<AuthTokenPromotion>
-
- com.twilio.rest.accounts.v1.AuthTokenPromotionUpdater
-
public class AuthTokenPromotionUpdater extends Updater<AuthTokenPromotion>
-
-
Constructor Summary
Constructors Constructor Description AuthTokenPromotionUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthTokenPromotion
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
update
public AuthTokenPromotion update(TwilioRestClient client)
Description copied from class:Updater
Execute a request using specified client.- Specified by:
update
in classUpdater<AuthTokenPromotion>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-