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
      • getChatServiceSid

        public final String getChatServiceSid()
      • getDefaultConversationCreatorRoleSid

        public final String getDefaultConversationCreatorRoleSid()
      • getDefaultConversationRoleSid

        public final String getDefaultConversationRoleSid()
      • getDefaultChatServiceRoleSid

        public final String getDefaultChatServiceRoleSid()
      • getUrl

        public final URI getUrl()
      • getReachabilityEnabled

        public final Boolean getReachabilityEnabled()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object