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