Uses of Class
com.twilio.rest.supersim.v1.SmsCommand
-
Packages that use SmsCommand Package Description com.twilio.rest.supersim.v1 -
-
Uses of SmsCommand in com.twilio.rest.supersim.v1
Methods in com.twilio.rest.supersim.v1 that return SmsCommand Modifier and Type Method Description SmsCommandSmsCommandCreator. create(TwilioRestClient client)SmsCommandSmsCommandFetcher. fetch(TwilioRestClient client)static SmsCommandSmsCommand. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a SmsCommand object using the provided ObjectMapper.static SmsCommandSmsCommand. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a SmsCommand object using the provided ObjectMapper.Methods in com.twilio.rest.supersim.v1 that return types with arguments of type SmsCommand Modifier and Type Method Description Page<SmsCommand>SmsCommandReader. firstPage(TwilioRestClient client)Page<SmsCommand>SmsCommandReader. getPage(String targetUrl, TwilioRestClient client)Page<SmsCommand>SmsCommandReader. nextPage(Page<SmsCommand> page, TwilioRestClient client)Page<SmsCommand>SmsCommandReader. previousPage(Page<SmsCommand> page, TwilioRestClient client)ResourceSet<SmsCommand>SmsCommandReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.supersim.v1 with type arguments of type SmsCommand Modifier and Type Method Description Page<SmsCommand>SmsCommandReader. nextPage(Page<SmsCommand> page, TwilioRestClient client)Page<SmsCommand>SmsCommandReader. previousPage(Page<SmsCommand> page, TwilioRestClient client)
-