Skip navigation links
A B C D E F G I L M N P R S T U V 

A

Account - Class in com.phaxio.entities
This represents a Phaxio account
Account() - Constructor for class com.phaxio.entities.Account
 
account - Variable in class com.phaxio.Phaxio
 
AccountRepository - Class in com.phaxio.repositories
 
AccountRepository(Requests) - Constructor for class com.phaxio.repositories.AccountRepository
 
addFile(String, byte[], String, String) - Method in class com.phaxio.restclient.entities.RestRequest
 
addOrReplaceParameter(String, Object) - Method in class com.phaxio.restclient.entities.RestRequest
 
addParameter(String, Object) - Method in class com.phaxio.restclient.entities.RestRequest
 
alpha2 - Variable in class com.phaxio.entities.Country
 
ApiConnectionException - Exception in com.phaxio.exceptions
 
ApiConnectionException(String) - Constructor for exception com.phaxio.exceptions.ApiConnectionException
 
ApiConnectionException(String, Throwable) - Constructor for exception com.phaxio.exceptions.ApiConnectionException
 
AreaCode - Class in com.phaxio.entities
Represents the area codes where you can purchase numbers.
AreaCode() - Constructor for class com.phaxio.entities.AreaCode
 
areaCode - Variable in class com.phaxio.entities.AreaCode
 
areaCode - Variable in class com.phaxio.repositories.PublicRepository
 
AreaCodeRepository - Class in com.phaxio.repositories
 
AreaCodeRepository(Requests) - Constructor for class com.phaxio.repositories.AreaCodeRepository
 
AuthenticationException - Exception in com.phaxio.exceptions
 
AuthenticationException(String) - Constructor for exception com.phaxio.exceptions.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception com.phaxio.exceptions.AuthenticationException
 

B

balance - Variable in class com.phaxio.entities.Account
 
Barcode - Class in com.phaxio.entities
 
Barcode() - Constructor for class com.phaxio.entities.Barcode
 
barcodes - Variable in class com.phaxio.resources.Fax
 
BasicAuthorization - Class in com.phaxio.restclient
 
BasicAuthorization(String, String) - Constructor for class com.phaxio.restclient.BasicAuthorization
 
bitrate - Variable in class com.phaxio.entities.Recipient
 
bytes - Variable in class com.phaxio.restclient.entities.FileParameter
 

C

callbackUrl - Variable in class com.phaxio.resources.PhoneNumber
 
callerId - Variable in class com.phaxio.resources.Fax
 
callerName - Variable in class com.phaxio.resources.Fax
 
cancel() - Method in class com.phaxio.resources.Fax
Cancels this fax
city - Variable in class com.phaxio.entities.AreaCode
 
city - Variable in class com.phaxio.resources.PhoneNumber
 
com.phaxio - package com.phaxio
 
com.phaxio.entities - package com.phaxio.entities
 
com.phaxio.exceptions - package com.phaxio.exceptions
 
com.phaxio.repositories - package com.phaxio.repositories
 
com.phaxio.resources - package com.phaxio.resources
 
com.phaxio.restclient - package com.phaxio.restclient
 
com.phaxio.restclient.entities - package com.phaxio.restclient.entities
 
com.phaxio.services - package com.phaxio.services
 
completedAt - Variable in class com.phaxio.entities.Recipient
 
completedAt - Variable in class com.phaxio.resources.Fax
 
contentType - Variable in class com.phaxio.restclient.entities.FileParameter
 
cost - Variable in class com.phaxio.resources.PhoneNumber
 
costInCents - Variable in class com.phaxio.resources.Fax
 
country - Variable in class com.phaxio.entities.AreaCode
 
Country - Class in com.phaxio.entities
Represents the state of Phaxio support for a country.
Country() - Constructor for class com.phaxio.entities.Country
 
country - Variable in class com.phaxio.resources.PhoneNumber
 
countryCode - Variable in class com.phaxio.entities.AreaCode
 
countryCode - Variable in class com.phaxio.entities.Country
 
create(Map<String, Object>) - Method in class com.phaxio.repositories.FaxRepository
Sends a fax
create(String) - Method in class com.phaxio.repositories.PhaxCodeRepository
Creates a PhaxCode and returns an identifier for the barcode image.
create(String, String) - Method in class com.phaxio.repositories.PhoneNumberRepository
Provisions a new fax number.
create(String, String, String) - Method in class com.phaxio.repositories.PhoneNumberRepository
Provisions a new fax number.
createdAt - Variable in class com.phaxio.resources.Fax
 
createdAt - Variable in class com.phaxio.resources.PhaxCode
 

D

delete() - Method in class com.phaxio.resources.Fax
Deletes this fax
delete() - Method in class com.phaxio.resources.FaxFile
Deletes a fax's file
delete(RestRequest) - Method in class com.phaxio.services.Requests
 
direction - Variable in class com.phaxio.resources.Fax
 
download(RestRequest) - Method in class com.phaxio.services.Requests
 

E

errorId - Variable in class com.phaxio.entities.Recipient
 
errorId - Variable in class com.phaxio.resources.Fax
 
errorMessage - Variable in class com.phaxio.entities.Recipient
 
errorMessage - Variable in class com.phaxio.resources.Fax
 
errorType - Variable in class com.phaxio.entities.Recipient
 
errorType - Variable in class com.phaxio.resources.Fax
 
escape(String) - Static method in class com.phaxio.restclient.RestClient
 
execute(RestRequest) - Method in class com.phaxio.restclient.RestClient
 

F

fax - Variable in class com.phaxio.Phaxio
 
Fax - Class in com.phaxio.resources
 
Fax() - Constructor for class com.phaxio.resources.Fax
 
FaxCount - Class in com.phaxio.entities
Represents how many faxes have been sent and received.
FaxCount() - Constructor for class com.phaxio.entities.FaxCount
 
faxesThisMonth - Variable in class com.phaxio.entities.Account
 
faxesToday - Variable in class com.phaxio.entities.Account
 
FaxFile - Class in com.phaxio.resources
 
FaxFile(int) - Constructor for class com.phaxio.resources.FaxFile
 
FaxFile(int, String) - Constructor for class com.phaxio.resources.FaxFile
 
FaxRepository - Class in com.phaxio.repositories
 
FaxRepository(Requests) - Constructor for class com.phaxio.repositories.FaxRepository
 
file() - Method in class com.phaxio.resources.Fax
Gets the fax's file
fileName - Variable in class com.phaxio.restclient.entities.FileParameter
 
FileParameter - Class in com.phaxio.restclient.entities
 
FileParameter(String, byte[], String, String) - Constructor for class com.phaxio.restclient.entities.FileParameter
 
files - Variable in class com.phaxio.restclient.entities.RestRequest
 
FileStream - Class in com.phaxio.restclient.entities
 
FileStream(InputStream, String) - Constructor for class com.phaxio.restclient.entities.FileStream
 
fromNumber - Variable in class com.phaxio.resources.Fax
 

G

get(RestRequest, Class) - Method in class com.phaxio.services.Requests
 
getBytes() - Method in class com.phaxio.resources.FaxFile
 
getContent() - Method in class com.phaxio.restclient.entities.RestResponse
 
getContentType() - Method in class com.phaxio.restclient.entities.Parameter
 
getContentType() - Method in class com.phaxio.restclient.entities.RestResponse
 
getException() - Method in class com.phaxio.restclient.entities.RestResponse
 
getFileName() - Method in class com.phaxio.restclient.entities.FileStream
 
getId() - Method in class com.phaxio.resources.Fax
 
getInputStream() - Method in class com.phaxio.restclient.entities.FileStream
 
getMapper() - Method in class com.phaxio.restclient.entities.RestResponse
 
getMethod() - Method in class com.phaxio.restclient.entities.RestRequest
 
getName() - Method in class com.phaxio.restclient.entities.Parameter
 
getRawBytes() - Method in class com.phaxio.restclient.entities.RestResponse
 
getResource() - Method in class com.phaxio.restclient.entities.RestRequest
 
getResponseWriter() - Method in class com.phaxio.restclient.entities.RestRequest
 
getStatusCode() - Method in class com.phaxio.restclient.entities.RestResponse
 
getValue() - Method in class com.phaxio.restclient.entities.Parameter
 

I

id - Variable in class com.phaxio.resources.Fax
 
identifier - Variable in class com.phaxio.entities.Barcode
 
identifier - Variable in class com.phaxio.resources.PhaxCode
 
InvalidRequestException - Exception in com.phaxio.exceptions
 
InvalidRequestException(String) - Constructor for exception com.phaxio.exceptions.InvalidRequestException
 
InvalidRequestException(String, Throwable) - Constructor for exception com.phaxio.exceptions.InvalidRequestException
 
isTest - Variable in class com.phaxio.resources.Fax
 

L

largeJpeg() - Method in class com.phaxio.resources.FaxFile
 
lastBilled - Variable in class com.phaxio.resources.PhoneNumber
 
list() - Method in class com.phaxio.repositories.AreaCodeRepository
Gets the area codes that you can purchase numbers in
list(Map<String, Object>) - Method in class com.phaxio.repositories.AreaCodeRepository
Gets the area codes that you can purchase numbers in
list() - Method in class com.phaxio.repositories.FaxRepository
Lists sent faxes
list(Map<String, Object>) - Method in class com.phaxio.repositories.FaxRepository
Lists sent faxes that match the given filters
list() - Method in class com.phaxio.repositories.PhoneNumberRepository
Lists the phone numbers provisioned to your account.
list(Map<String, Object>) - Method in class com.phaxio.repositories.PhoneNumberRepository
Lists the phone numbers provisioned to your account.
list() - Method in class com.phaxio.repositories.SupportedCountriesRepository
Lists supported countries with pricing
list(RestRequest, Class) - Method in class com.phaxio.services.Requests
 

M

metadata - Variable in class com.phaxio.entities.Barcode
 
metadata - Variable in class com.phaxio.resources.PhaxCode
 
Method - Enum in com.phaxio.restclient.entities
 
method - Variable in class com.phaxio.restclient.entities.RestRequest
 

N

name - Variable in class com.phaxio.entities.Country
 
name - Variable in class com.phaxio.restclient.entities.FileParameter
 
NotFoundException - Exception in com.phaxio.exceptions
 
NotFoundException(String) - Constructor for exception com.phaxio.exceptions.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.phaxio.exceptions.NotFoundException
 
number - Variable in class com.phaxio.resources.PhoneNumber
 

P

page - Variable in class com.phaxio.entities.Barcode
 
page - Variable in class com.phaxio.entities.Paging
 
pageCount - Variable in class com.phaxio.resources.Fax
 
Paging - Class in com.phaxio.entities
 
Paging() - Constructor for class com.phaxio.entities.Paging
 
Parameter - Class in com.phaxio.restclient.entities
 
Parameter(String, Object, String) - Constructor for class com.phaxio.restclient.entities.Parameter
 
parameters - Variable in class com.phaxio.restclient.entities.RestRequest
 
password - Variable in class com.phaxio.restclient.BasicAuthorization
 
pdf() - Method in class com.phaxio.resources.FaxFile
 
perPage - Variable in class com.phaxio.entities.Paging
 
phaxCode - Variable in class com.phaxio.Phaxio
 
PhaxCode - Class in com.phaxio.resources
A PhaxCode is a barcode that Phaxio generates, which can be embedded with metadata.
PhaxCode() - Constructor for class com.phaxio.resources.PhaxCode
 
PhaxCodeRepository - Class in com.phaxio.repositories
 
PhaxCodeRepository(Requests) - Constructor for class com.phaxio.repositories.PhaxCodeRepository
 
Phaxio - Class in com.phaxio
The Phaxio API client.
Phaxio(String, String) - Constructor for class com.phaxio.Phaxio
 
Phaxio(String, String, Proxy) - Constructor for class com.phaxio.Phaxio
 
Phaxio(String, String, String, int) - Constructor for class com.phaxio.Phaxio
 
PhaxioClientException - Exception in com.phaxio.exceptions
 
PhaxioClientException(String) - Constructor for exception com.phaxio.exceptions.PhaxioClientException
 
PhaxioClientException(String, Throwable) - Constructor for exception com.phaxio.exceptions.PhaxioClientException
 
phoneNumber - Variable in class com.phaxio.entities.Recipient
 
phoneNumber - Variable in class com.phaxio.Phaxio
 
PhoneNumber - Class in com.phaxio.resources
A phone number that you can use to send faxes.
PhoneNumber() - Constructor for class com.phaxio.resources.PhoneNumber
 
PhoneNumberRepository - Class in com.phaxio.repositories
 
PhoneNumberRepository(Requests) - Constructor for class com.phaxio.repositories.PhoneNumberRepository
 
png() - Method in class com.phaxio.resources.PhaxCode
Returns a byte array representing PNG of the PhaxCode.
post(RestRequest, Class) - Method in class com.phaxio.services.Requests
 
post(RestRequest) - Method in class com.phaxio.services.Requests
 
pricePerPage - Variable in class com.phaxio.entities.Country
 
provisioned - Variable in class com.phaxio.resources.PhoneNumber
 
publicInfo - Variable in class com.phaxio.Phaxio
 
PublicRepository - Class in com.phaxio.repositories
 
PublicRepository(Requests) - Constructor for class com.phaxio.repositories.PublicRepository
 

R

RateLimitException - Exception in com.phaxio.exceptions
 
RateLimitException(String) - Constructor for exception com.phaxio.exceptions.RateLimitException
 
RateLimitException(String, Throwable) - Constructor for exception com.phaxio.exceptions.RateLimitException
 
received - Variable in class com.phaxio.entities.FaxCount
 
receiveSupport - Variable in class com.phaxio.entities.Country
 
Recipient - Class in com.phaxio.entities
A fax recipient
Recipient() - Constructor for class com.phaxio.entities.Recipient
 
recipients - Variable in class com.phaxio.resources.Fax
 
release() - Method in class com.phaxio.resources.PhoneNumber
Releases a number
Requests - Class in com.phaxio.services
 
Requests(String, String, String, int) - Constructor for class com.phaxio.services.Requests
 
Requests(String, String, String, int, Proxy) - Constructor for class com.phaxio.services.Requests
 
resend() - Method in class com.phaxio.resources.Fax
Resends this fax
resend(String) - Method in class com.phaxio.resources.Fax
Resends this fax
resolution - Variable in class com.phaxio.entities.Recipient
 
resource - Variable in class com.phaxio.restclient.entities.RestRequest
 
responseWriter - Variable in class com.phaxio.restclient.entities.RestRequest
 
RestClient - Class in com.phaxio.restclient
Internally used REST client.
RestClient(String, Proxy) - Constructor for class com.phaxio.restclient.RestClient
 
RestRequest - Class in com.phaxio.restclient.entities
 
RestRequest() - Constructor for class com.phaxio.restclient.entities.RestRequest
 
RestResponse - Class in com.phaxio.restclient.entities
 
RestResponse() - Constructor for class com.phaxio.restclient.entities.RestResponse
 
retrieve(int) - Method in class com.phaxio.repositories.FaxRepository
Retrieves a fax by id
retrieve() - Method in class com.phaxio.repositories.PhaxCodeRepository
Retrieves the default PhaxCode
retrieve(String) - Method in class com.phaxio.repositories.PhaxCodeRepository
Retrieves a PhaxCode by ID
retrieve(String) - Method in class com.phaxio.repositories.PhoneNumberRepository
Gets the information for a phone number
retryCount - Variable in class com.phaxio.entities.Recipient
 

S

sendSupport - Variable in class com.phaxio.entities.Country
 
sent - Variable in class com.phaxio.entities.FaxCount
 
ServerException - Exception in com.phaxio.exceptions
 
ServerException(String) - Constructor for exception com.phaxio.exceptions.ServerException
 
ServerException(String, Throwable) - Constructor for exception com.phaxio.exceptions.ServerException
 
setAuthorization(BasicAuthorization) - Method in class com.phaxio.restclient.RestClient
 
setClient(Requests) - Method in class com.phaxio.resources.Fax
 
setClient(Requests) - Method in class com.phaxio.resources.FaxFile
 
setClient(Requests) - Method in class com.phaxio.resources.PhaxCode
 
setClient(Requests) - Method in class com.phaxio.resources.PhoneNumber
 
setContentType(String) - Method in class com.phaxio.restclient.entities.Parameter
 
setException(Exception) - Method in class com.phaxio.restclient.entities.RestResponse
 
setHttpURLConnection(HttpURLConnection) - Method in class com.phaxio.restclient.entities.RestResponse
 
setId(int) - Method in class com.phaxio.resources.Fax
 
setMethod(Method) - Method in class com.phaxio.restclient.entities.RestRequest
 
setName(String) - Method in class com.phaxio.restclient.entities.Parameter
 
setResource(String) - Method in class com.phaxio.restclient.entities.RestRequest
 
setResponseWriter(InputStream) - Method in class com.phaxio.restclient.entities.RestRequest
 
setValue(Object) - Method in class com.phaxio.restclient.entities.Parameter
 
smallJpeg() - Method in class com.phaxio.resources.FaxFile
 
state - Variable in class com.phaxio.entities.AreaCode
 
state - Variable in class com.phaxio.resources.PhoneNumber
 
status - Variable in class com.phaxio.entities.Recipient
 
status() - Method in class com.phaxio.repositories.AccountRepository
Gets the account for this Phaxio instance.
status - Variable in class com.phaxio.resources.Fax
 
SupportedCountriesRepository - Class in com.phaxio.repositories
 
SupportedCountriesRepository(Requests) - Constructor for class com.phaxio.repositories.SupportedCountriesRepository
 
supportedCountry - Variable in class com.phaxio.repositories.PublicRepository
 

T

tags - Variable in class com.phaxio.resources.Fax
 
testReceiveCallback(Map<String, Object>) - Method in class com.phaxio.repositories.FaxRepository
Sends a request to Phaxio to test a callback (web hook).
toFile(String) - Method in class com.phaxio.resources.FaxFile
 
toHeader() - Method in class com.phaxio.restclient.BasicAuthorization
 
toJson() - Method in class com.phaxio.restclient.entities.RestResponse
 
tollFree - Variable in class com.phaxio.entities.AreaCode
 
toNumber - Variable in class com.phaxio.resources.Fax
 
total - Variable in class com.phaxio.entities.Paging
 
type - Variable in class com.phaxio.entities.Barcode
 

U

username - Variable in class com.phaxio.restclient.BasicAuthorization
 

V

value - Variable in class com.phaxio.entities.Barcode
 
valueOf(String) - Static method in enum com.phaxio.restclient.entities.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.phaxio.restclient.entities.Method
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L M N P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.