Uses of Class
com.twilio.rest.api.v2010.account.NewSigningKey
-
Packages that use NewSigningKey Package Description com.twilio.rest.api.v2010.account -
-
Uses of NewSigningKey in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return NewSigningKey Modifier and Type Method Description NewSigningKeyNewSigningKeyCreator. create(TwilioRestClient client)static NewSigningKeyNewSigningKey. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a NewSigningKey object using the provided ObjectMapper.static NewSigningKeyNewSigningKey. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a NewSigningKey object using the provided ObjectMapper.
-