Class AdvancedInsightRequest

    • Method Detail

      • getCnam

        public java.lang.Boolean getCnam()
      • isAsync

        public boolean isAsync()
      • withNumber

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

        public static AdvancedInsightRequest withNumberAndCountry​(java.lang.String number,
                                                                  java.lang.String country)
        Construct a AdvancedInsightRequest 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 AdvancedInsightRequest object.