Package com.vonage.client.insight
Class BasicInsightRequest.Builder
java.lang.Object
com.vonage.client.insight.BasicInsightRequest.Builder
- Enclosing class:
BasicInsightRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
number
-
country
-
-
Constructor Details
-
Builder
-
Builder
protected Builder()
-
-
Method Details
-
number
- Parameters:
number- A single phone number that you need insight about in national or international format.- Returns:
- This builder.
-
country
- Parameters:
country- If a number does not have a country code, or it is uncertain, set the two-character country code.- Returns:
- This builder.
-
build
- Returns:
- A new
BasicInsightRequestobject from the stored builder options.
-