Class ArchivedCall

    • Constructor Detail

      • ArchivedCall

        public ArchivedCall()
    • Method Detail

      • fromJson

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

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