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 NewFactor
NewFactorCreator. create(TwilioRestClient client)
static NewFactor
NewFactor. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a NewFactor object using the provided ObjectMapper.static NewFactor
NewFactor. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a NewFactor object using the provided ObjectMapper.
-