Uses of Class
com.twilio.rest.verify.v2.service.entity.NewFactor
-
Packages that use NewFactor Package Description com.twilio.rest.verify.v2.service.entity -
-
Uses of NewFactor in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return NewFactor Modifier and Type Method Description NewFactorNewFactorCreator. create(TwilioRestClient client)static NewFactorNewFactor. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a NewFactor object using the provided ObjectMapper.static NewFactorNewFactor. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a NewFactor object using the provided ObjectMapper.
-