com.hoiio.sdk.objects.number
Class ActiveNumber
java.lang.Object
com.hoiio.sdk.objects.HoiioResponse
com.hoiio.sdk.objects.number.ActiveNumber
public class ActiveNumber
- extends HoiioResponse
Constructor Summary |
ActiveNumber(net.sf.json.JSONObject output)
Constructs a new ActiveNumber object by decoding the JSONObject as a response from the HTTP Request |
ActiveNumber
public ActiveNumber(net.sf.json.JSONObject output)
throws HoiioException
- Constructs a new
ActiveNumber
object by decoding the JSONObject
as a response from the HTTP Request
- Parameters:
output
- The response of the HTTP Request
- Throws:
HoiioException
getNumberList
public List<Number> getNumberList()
- Gets the list of active numbers for this account
- Returns:
- List of active Numbers for this account.
getPageCount
public int getPageCount()
- Gets the number of Hoiio Numbers returned in this response.
- Returns:
- The number of Hoiio Number entries returned in this response.