Class CompositionSettings

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getAwsCredentialsSid

        public final String getAwsCredentialsSid()
      • getAwsS3Url

        public final URI getAwsS3Url()
      • getAwsStorageEnabled

        public final Boolean getAwsStorageEnabled()
      • getEncryptionKeySid

        public final String getEncryptionKeySid()
      • getEncryptionEnabled

        public final Boolean getEncryptionEnabled()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object