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

        public final String getAccountSid()
      • getApiVersion

        public final String getApiVersion()
      • getFriendlyName

        public final String getFriendlyName()
      • getRegion

        public final String getRegion()
      • getSid

        public final String getSid()
      • getUri

        public final String getUri()
      • getSubresourceUris

        public final Map<String,​String> getSubresourceUris()
      • getCallSidEndingConference

        public final String getCallSidEndingConference()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object