Class Conference

    • Method Detail

      • fromJson

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

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

        public final String getConferenceSid()
      • getAccountSid

        public final String getAccountSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getDurationSeconds

        public final Integer getDurationSeconds()
      • getConnectDurationSeconds

        public final Integer getConnectDurationSeconds()
      • getMaxParticipants

        public final Integer getMaxParticipants()
      • getMaxConcurrentParticipants

        public final Integer getMaxConcurrentParticipants()
      • getUniqueParticipants

        public final Integer getUniqueParticipants()
      • getEndedBy

        public final String getEndedBy()
      • getRecordingEnabled

        public final Boolean getRecordingEnabled()
      • getDetectedIssues

        public final Map<String,​Object> getDetectedIssues()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object