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