Class PortingPortInPhoneNumber

    • Method Detail

      • fromJson

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

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

        public final String getPortInRequestSid()
      • getPhoneNumberSid

        public final String getPhoneNumberSid()
      • getUrl

        public final URI getUrl()
      • getAccountSid

        public final String getAccountSid()
      • getPhoneNumberType

        public final String getPhoneNumberType()
      • getCountry

        public final String getCountry()
      • getMissingRequiredFields

        public final Boolean getMissingRequiredFields()
      • getPhoneNumber

        public final PhoneNumber getPhoneNumber()
      • getPortable

        public final Boolean getPortable()
      • getNotPortabilityReason

        public final String getNotPortabilityReason()
      • getNotPortabilityReasonCode

        public final Integer getNotPortabilityReasonCode()
      • getPortInPhoneNumberStatus

        public final String getPortInPhoneNumberStatus()
      • getPortOutPin

        public final Integer getPortOutPin()
      • getRejectionReason

        public final String getRejectionReason()
      • getRejectionReasonCode

        public final Integer getRejectionReasonCode()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object