| Package | Description |
|---|---|
| com.phaxio.repositories |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
PhoneNumberRepository.create(String countryCode,
String areaCode)
Provisions a new fax number.
|
PhoneNumber |
PhoneNumberRepository.create(String countryCode,
String areaCode,
String callbackUrl)
Provisions a new fax number.
|
PhoneNumber |
PhoneNumberRepository.retrieve(String number)
Gets the information for a phone number
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<PhoneNumber> |
PhoneNumberRepository.list()
Lists the phone numbers provisioned to your account.
|
Iterable<PhoneNumber> |
PhoneNumberRepository.list(Map<String,Object> filters)
Lists the phone numbers provisioned to your account.
|
Copyright © 2018. All rights reserved.