Class ByocTrunk

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getSid

        public final String getSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getVoiceUrl

        public final URI getVoiceUrl()
      • getVoiceMethod

        public final HttpMethod getVoiceMethod()
      • getVoiceFallbackUrl

        public final URI getVoiceFallbackUrl()
      • getVoiceFallbackMethod

        public final HttpMethod getVoiceFallbackMethod()
      • getStatusCallbackUrl

        public final URI getStatusCallbackUrl()
      • getStatusCallbackMethod

        public final HttpMethod getStatusCallbackMethod()
      • getCnamLookupEnabled

        public final Boolean getCnamLookupEnabled()
      • getConnectionPolicySid

        public final String getConnectionPolicySid()
      • getFromDomainSid

        public final String getFromDomainSid()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object