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