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