Package com.vonage.client.numbers
Class SearchNumbersResponse
java.lang.Object
com.vonage.client.numbers.SearchNumbersResponse
public class SearchNumbersResponse extends java.lang.Object
Represents the response to a "searchNumbers" request from the Vonage API.
-
Constructor Summary
Constructors Constructor Description SearchNumbersResponse() -
Method Summary
Modifier and Type Method Description static SearchNumbersResponsefromJson(java.lang.String json)intgetCount()Get the number of responses returned by the Vonage API.AvailableNumber[]getNumbers()Obtain an array of matching numbers than are available to buy.
-
Constructor Details
-
Method Details
-
getCount
Get the number of responses returned by the Vonage API. -
getNumbers
Obtain an array of matching numbers than are available to buy. -
fromJson
-