Uses of Class
com.twilio.rest.assistants.v1.Tool
-
Packages that use Tool Package Description com.twilio.rest.assistants.v1 -
-
Uses of Tool in com.twilio.rest.assistants.v1
Methods in com.twilio.rest.assistants.v1 that return Tool Modifier and Type Method Description ToolToolCreator. create(TwilioRestClient client)ToolToolFetcher. fetch(TwilioRestClient client)static ToolTool. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Tool object using the provided ObjectMapper.static ToolTool. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Tool object using the provided ObjectMapper.ToolToolUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.assistants.v1 that return types with arguments of type Tool Modifier and Type Method Description TwilioResponse<Tool>ToolCreator. createWithResponse(TwilioRestClient client)TwilioResponse<Tool>ToolFetcher. fetchWithResponse(TwilioRestClient client)Page<Tool>ToolReader. firstPage(TwilioRestClient client)TwilioResponse<Page<Tool>>ToolReader. firstPageWithResponse(TwilioRestClient client)Page<Tool>ToolReader. getPage(String targetUrl, TwilioRestClient client)Page<Tool>ToolReader. nextPage(Page<Tool> page, TwilioRestClient client)Page<Tool>ToolReader. previousPage(Page<Tool> page, TwilioRestClient client)ResourceSet<Tool>ToolReader. read(TwilioRestClient client)ResourceSetResponse<Tool>ToolReader. readWithResponse(TwilioRestClient client)TwilioResponse<Tool>ToolUpdater. updateWithResponse(TwilioRestClient client)Method parameters in com.twilio.rest.assistants.v1 with type arguments of type Tool Modifier and Type Method Description Page<Tool>ToolReader. nextPage(Page<Tool> page, TwilioRestClient client)Page<Tool>ToolReader. previousPage(Page<Tool> page, TwilioRestClient client)
-