com.hoiio.sdk.objects.fax
Class FaxHistory
java.lang.Object
com.hoiio.sdk.objects.HoiioResponse
com.hoiio.sdk.objects.fax.FaxHistory
public class FaxHistory
- extends HoiioResponse
Constructor Summary |
FaxHistory(net.sf.json.JSONObject output)
Constructs a new FaxHistory object by decoding the JSONObject as a response from the HTTP Request |
Method Summary |
List<Fax> |
getFaxList()
Gets the list of all @{code Fax} objects in the period specified in the request |
int |
getPageCount()
Gets the number of the fax history entries returned in this response |
int |
getTotalCount()
Gets the total number of fax history entries returned in this response |
FaxHistory
public FaxHistory(net.sf.json.JSONObject output)
throws HoiioException
- Constructs a new
FaxHistory
object by decoding the JSONObject
as a response from the HTTP Request
- Parameters:
output
- The response of the HTTP Request
- Throws:
HoiioException
getFaxList
public List<Fax> getFaxList()
- Gets the list of all @{code Fax} objects in the period specified in the request
- Returns:
- List of all @{code Fax} objects in the period specified in the request.
getPageCount
public int getPageCount()
- Gets the number of the fax history entries returned in this response
- Returns:
- The number of fax history entries returned in this response.
getTotalCount
public int getTotalCount()
- Gets the total number of fax history entries returned in this response
- Returns:
- The total number of fax history entries returned in this response.