Uses of Class
com.twilio.rest.verify.v2.service.entity.Factor
-
Packages that use Factor Package Description com.twilio.rest.verify.v2.service.entity -
-
Uses of Factor in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return Factor Modifier and Type Method Description FactorFactorFetcher. fetch(TwilioRestClient client)static FactorFactor. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Factor object using the provided ObjectMapper.static FactorFactor. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Factor object using the provided ObjectMapper.FactorFactorUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.verify.v2.service.entity that return types with arguments of type Factor Modifier and Type Method Description Page<Factor>FactorReader. firstPage(TwilioRestClient client)Page<Factor>FactorReader. getPage(String targetUrl, TwilioRestClient client)Page<Factor>FactorReader. nextPage(Page<Factor> page, TwilioRestClient client)Page<Factor>FactorReader. previousPage(Page<Factor> page, TwilioRestClient client)ResourceSet<Factor>FactorReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.verify.v2.service.entity with type arguments of type Factor Modifier and Type Method Description Page<Factor>FactorReader. nextPage(Page<Factor> page, TwilioRestClient client)Page<Factor>FactorReader. previousPage(Page<Factor> page, TwilioRestClient client)
-