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 SearchNumbersResponse fromJson​(java.lang.String json)  
    int getCount()
    Get the number of responses returned by the Vonage API.
    AvailableNumber[] getNumbers()
    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