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