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