public class AdvancedInsightRequest extends BaseInsightRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdvancedInsightRequest.Builder |
cnam, country, ipAddress, number| Modifier and Type | Method and Description |
|---|---|
static AdvancedInsightRequest.Builder |
builder(java.lang.String number) |
java.lang.String |
getCallback() |
java.lang.Boolean |
getCnam() |
java.lang.String |
getIpAddress() |
boolean |
isAsync() |
static AdvancedInsightRequest |
withNumber(java.lang.String number)
Construct a AdvancedInsightRequest with a number.
|
static AdvancedInsightRequest |
withNumberAndCountry(java.lang.String number,
java.lang.String country)
Construct a AdvancedInsightRequest with a number and country.
|
getCountry, getNumberpublic static AdvancedInsightRequest.Builder builder(java.lang.String number)
public java.lang.Boolean getCnam()
public java.lang.String getIpAddress()
public boolean isAsync()
public java.lang.String getCallback()
public static AdvancedInsightRequest withNumber(java.lang.String number)
number - A single phone number that you need insight about in national or international format.AdvancedInsightRequest object.public static AdvancedInsightRequest withNumberAndCountry(java.lang.String number, java.lang.String country)
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.AdvancedInsightRequest object.