Class ConversationWithParticipants

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getChatServiceSid

        public final String getChatServiceSid()
      • getMessagingServiceSid

        public final String getMessagingServiceSid()
      • getSid

        public final String getSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getUniqueName

        public final String getUniqueName()
      • getAttributes

        public final String getAttributes()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object