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