| Package | Description |
|---|---|
| com.phaxio.repositories |
| Modifier and Type | Method and Description |
|---|---|
Fax |
FaxRepository.create(Map<String,Object> options)
Sends a fax
|
Fax |
FaxRepository.retrieve(int id)
Retrieves a fax by id
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Fax> |
FaxRepository.list()
Lists sent faxes
|
Iterable<Fax> |
FaxRepository.list(Map<String,Object> filters)
Lists sent faxes that match the given filters
|
Copyright © 2018. All rights reserved.