Class Service

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getAutoRedaction

        public final Boolean getAutoRedaction()
      • getMediaRedaction

        public final Boolean getMediaRedaction()
      • getAutoTranscribe

        public final Boolean getAutoTranscribe()
      • getDataLogging

        public final Boolean getDataLogging()
      • getFriendlyName

        public final String getFriendlyName()
      • getLanguageCode

        public final String getLanguageCode()
      • getSid

        public final String getSid()
      • getUniqueName

        public final String getUniqueName()
      • getUrl

        public final URI getUrl()
      • getWebhookUrl

        public final String getWebhookUrl()
      • getVersion

        public final Integer getVersion()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object