Package com.vonage.client.numbers
Class SearchNumbersResponse
java.lang.Object
com.vonage.client.numbers.SearchNumbersResponse
- All Implemented Interfaces:
Jsonable
Represents the response to a "searchNumbers" request from the Vonage API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchNumbersResponse
int
getCount()
Obtain an array of matching numbers than are available to buy.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
SearchNumbersResponse
public SearchNumbersResponse()
-
-
Method Details
-
getCount
- Returns:
- the number of responses returned by the Vonage API.
-
getNumbers
Obtain an array of matching numbers than are available to buy.- Returns:
- Array of available numbers
-
fromJson
-