Class Application

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getApiVersion

        public final String getApiVersion()
      • getFriendlyName

        public final String getFriendlyName()
      • getMessageStatusCallback

        public final URI getMessageStatusCallback()
      • getSid

        public final String getSid()
      • getSmsFallbackMethod

        public final HttpMethod getSmsFallbackMethod()
      • getSmsFallbackUrl

        public final URI getSmsFallbackUrl()
      • getSmsMethod

        public final HttpMethod getSmsMethod()
      • getSmsStatusCallback

        public final URI getSmsStatusCallback()
      • getSmsUrl

        public final URI getSmsUrl()
      • getStatusCallback

        public final URI getStatusCallback()
      • getStatusCallbackMethod

        public final HttpMethod getStatusCallbackMethod()
      • getUri

        public final String getUri()
      • getVoiceCallerIdLookup

        public final Boolean getVoiceCallerIdLookup()
      • getVoiceFallbackMethod

        public final HttpMethod getVoiceFallbackMethod()
      • getVoiceFallbackUrl

        public final URI getVoiceFallbackUrl()
      • getVoiceMethod

        public final HttpMethod getVoiceMethod()
      • getVoiceUrl

        public final URI getVoiceUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object