Class StandardInsightRequest

    • Method Detail

      • getCnam

        public java.lang.Boolean getCnam()
      • withNumber

        public static StandardInsightRequest withNumber​(java.lang.String number)
        Construct a StandardInsightRequest with a number.
        Parameters:
        number - A single phone number that you need insight about in national or international format.
        Returns:
        A new StandardInsightRequest object.
      • withNumberAndCountry

        public static StandardInsightRequest withNumberAndCountry​(java.lang.String number,
                                                                  java.lang.String country)
        Construct a StandardInsightRequest with a number and country.
        Parameters:
        number - A single phone number that you need insight about in national or international format.
        country - If a number does not have a country code or it is uncertain, set the two-character country code.
        Returns:
        A new StandardInsightRequest object.