Uses of Class
com.twilio.rest.media.v1.playerstreamer.PlaybackGrant
-
Packages that use PlaybackGrant Package Description com.twilio.rest.media.v1.playerstreamer -
-
Uses of PlaybackGrant in com.twilio.rest.media.v1.playerstreamer
Methods in com.twilio.rest.media.v1.playerstreamer that return PlaybackGrant Modifier and Type Method Description PlaybackGrantPlaybackGrantCreator. create(TwilioRestClient client)PlaybackGrantPlaybackGrantFetcher. fetch(TwilioRestClient client)static PlaybackGrantPlaybackGrant. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a PlaybackGrant object using the provided ObjectMapper.static PlaybackGrantPlaybackGrant. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a PlaybackGrant object using the provided ObjectMapper.
-