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