Class AvailablePhoneNumberCountry

    • Method Detail

      • fromJson

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

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

        public final String getCountryCode()
      • getCountry

        public final String getCountry()
      • getUri

        public final URI getUri()
      • getBeta

        public final Boolean getBeta()
      • getSubresourceUris

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

        public int hashCode()
        Overrides:
        hashCode in class Object