Class Configuration

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getDefaultChatServiceSid

        public final String getDefaultChatServiceSid()
      • getDefaultMessagingServiceSid

        public final String getDefaultMessagingServiceSid()
      • getDefaultInactiveTimer

        public final String getDefaultInactiveTimer()
      • getDefaultClosedTimer

        public final String getDefaultClosedTimer()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object