Class CompositionHook

    • Method Detail

      • fromJson

        public static CompositionHook fromJson​(String json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a CompositionHook object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        CompositionHook object represented by the provided JSON
      • fromJson

        public static CompositionHook fromJson​(InputStream json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a CompositionHook object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        CompositionHook object represented by the provided JSON
      • getAccountSid

        public final String getAccountSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getEnabled

        public final Boolean getEnabled()
      • getSid

        public final String getSid()
      • getAudioSources

        public final List<String> getAudioSources()
      • getAudioSourcesExcluded

        public final List<String> getAudioSourcesExcluded()
      • getResolution

        public final String getResolution()
      • getTrim

        public final Boolean getTrim()
      • getStatusCallback

        public final URI getStatusCallback()
      • getStatusCallbackMethod

        public final HttpMethod getStatusCallbackMethod()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object