Class MessageInteraction

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getSessionSid

        public final String getSessionSid()
      • getServiceSid

        public final String getServiceSid()
      • getAccountSid

        public final String getAccountSid()
      • getData

        public final String getData()
      • getParticipantSid

        public final String getParticipantSid()
      • getInboundParticipantSid

        public final String getInboundParticipantSid()
      • getInboundResourceSid

        public final String getInboundResourceSid()
      • getInboundResourceType

        public final String getInboundResourceType()
      • getInboundResourceUrl

        public final URI getInboundResourceUrl()
      • getOutboundParticipantSid

        public final String getOutboundParticipantSid()
      • getOutboundResourceSid

        public final String getOutboundResourceSid()
      • getOutboundResourceType

        public final String getOutboundResourceType()
      • getOutboundResourceUrl

        public final URI getOutboundResourceUrl()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object