Uses of Class
com.twilio.rest.ipmessaging.v2.service.Role
-
Packages that use Role Package Description com.twilio.rest.ipmessaging.v2.service -
-
Uses of Role in com.twilio.rest.ipmessaging.v2.service
Methods in com.twilio.rest.ipmessaging.v2.service 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.ipmessaging.v2.service 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.ipmessaging.v2.service 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)
-