Uses of Class
com.twilio.rest.accounts.v1.AuthTokenPromotion
-
Packages that use AuthTokenPromotion Package Description com.twilio.rest.accounts.v1 -
-
Uses of AuthTokenPromotion in com.twilio.rest.accounts.v1
Methods in com.twilio.rest.accounts.v1 that return AuthTokenPromotion Modifier and Type Method Description static AuthTokenPromotionAuthTokenPromotion. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a AuthTokenPromotion object using the provided ObjectMapper.static AuthTokenPromotionAuthTokenPromotion. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a AuthTokenPromotion object using the provided ObjectMapper.AuthTokenPromotionAuthTokenPromotionUpdater. update(TwilioRestClient client)
-