Class WebhooksCreationPayload

    • Constructor Detail

      • WebhooksCreationPayload

        public WebhooksCreationPayload()
    • Method Detail

      • getEvents

        public List<String> getEvents()
        A list of the webhooks that you are subscribing to. Currently \"video.encoding.quality.completed\" is the only option. video.encoding.quality.completed - a video encoding quality is ready for the video (for example the 720p quality hls encoding video is ready.)
        Returns:
        events
      • setEvents

        public void setEvents​(List<String> events)
      • getUrl

        public String getUrl()
        The the url to which HTTP notifications are sent. It could be any http or https URL.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object