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