public class Fax extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Barcode> |
barcodes |
String |
callerId |
String |
callerName |
Date |
completedAt |
int |
costInCents |
Date |
createdAt |
String |
direction |
int |
errorId |
String |
errorMessage |
String |
errorType |
String |
fromNumber |
int |
id |
boolean |
isTest |
int |
pageCount |
List<Recipient> |
recipients |
String |
status |
Map<String,String> |
tags |
String |
toNumber |
| Constructor and Description |
|---|
Fax() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels this fax
|
void |
delete()
Deletes this fax
|
FaxFile |
file()
Gets the fax's file
|
int |
getId() |
void |
resend()
Resends this fax
|
void |
resend(String callbackUrl)
Resends this fax
|
void |
setClient(Requests client) |
void |
setId(int id) |
public int id
public String direction
public String callerName
public int pageCount
public int costInCents
public String status
public boolean isTest
public Date createdAt
public String callerId
public String fromNumber
public String toNumber
public String errorType
public int errorId
public String errorMessage
public Date completedAt
public FaxFile file()
public void setClient(Requests client)
public int getId()
public void setId(int id)
public void resend()
public void resend(String callbackUrl)
callbackUrl - The URL to send the callback to.public void cancel()
public void delete()
Copyright © 2018. All rights reserved.