A B C D E F G H I L M P Q R S T V W 

A

Association - Class in com.whitepages.proapi.data.association
The root interface for all Associations (e.g.
Association(EntityId, ResponseDictionary) - Constructor for class com.whitepages.proapi.data.association.Association
 
Association(EntityId, ResponseDictionary, TimePeriod, Boolean, Date) - Constructor for class com.whitepages.proapi.data.association.Association
 
AuthException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
AuthException() - Constructor for exception com.whitepages.proapi.api.client.AuthException
 
AuthException(String) - Constructor for exception com.whitepages.proapi.api.client.AuthException
 
AuthException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.AuthException
 
AuthException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.AuthException
 

B

Business - Interface in com.whitepages.proapi.data.entity
The interface for Business Entity classes.
BusinessAssociation - Class in com.whitepages.proapi.data.association
The Business type specific Association.
BusinessAssociation(EntityId, ResponseDictionary) - Constructor for class com.whitepages.proapi.data.association.BusinessAssociation
 
BusinessAssociation(EntityId, ResponseDictionary, TimePeriod, Boolean, Date) - Constructor for class com.whitepages.proapi.data.association.BusinessAssociation
 
BusinessImpl - Class in com.whitepages.proapi.data.entity
The standard concrete implementation of the Business Entity.
BusinessImpl() - Constructor for class com.whitepages.proapi.data.entity.BusinessImpl
 
BusinessImpl(EntityId) - Constructor for class com.whitepages.proapi.data.entity.BusinessImpl
 
BusinessProxy - Class in com.whitepages.proapi.data.entity
Strongly typed EntityProxy for Business entities.
BusinessProxy(EntityId, Client) - Constructor for class com.whitepages.proapi.data.entity.BusinessProxy
 
BusinessQuery - Class in com.whitepages.proapi.api.query
The root concrete class for all Business queries.
BusinessQuery() - Constructor for class com.whitepages.proapi.api.query.BusinessQuery
 
BusinessQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.BusinessQuery
 
BusinessQuery(String) - Constructor for class com.whitepages.proapi.api.query.BusinessQuery
 
BusinessQuery(String, String, String, String) - Constructor for class com.whitepages.proapi.api.query.BusinessQuery
 

C

Client - Class in com.whitepages.proapi.api.client
The Client class is the starting point for interaction with the Whitepages API, serving as the starting place for making requests and getting results.
Client(String) - Constructor for class com.whitepages.proapi.api.client.Client
Creates a Client instance configured with the given API Key.
Client(Config) - Constructor for class com.whitepages.proapi.api.client.Client
Creates a Client instance with the given Config instance.
com.whitepages.proapi.api.client - package com.whitepages.proapi.api.client
 
com.whitepages.proapi.api.query - package com.whitepages.proapi.api.query
 
com.whitepages.proapi.api.response - package com.whitepages.proapi.api.response
 
com.whitepages.proapi.data.association - package com.whitepages.proapi.data.association
 
com.whitepages.proapi.data.entity - package com.whitepages.proapi.data.entity
 
com.whitepages.proapi.data.message - package com.whitepages.proapi.data.message
 
com.whitepages.proapi.data.util - package com.whitepages.proapi.data.util
 
Config - Class in com.whitepages.proapi.api.client
The configuration data class.
Config(String) - Constructor for class com.whitepages.proapi.api.client.Config
Creates a mutable configuration object.
ContactTyped - Interface in com.whitepages.proapi.data.association
Copyright 2015 Whitepages, Inc.
ContactTyped.ContactType - Enum in com.whitepages.proapi.data.association
 

D

DataSource<U,V> - Interface in com.whitepages.proapi.api.client
Data sources act as brokers of information, fetching a response of one type, using a request of another type.
DataSourceException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
DataSourceException() - Constructor for exception com.whitepages.proapi.api.client.DataSourceException
 
DataSourceException(String) - Constructor for exception com.whitepages.proapi.api.client.DataSourceException
 
DataSourceException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.DataSourceException
 
DataSourceException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.DataSourceException
 
decode(V, Client) - Method in interface com.whitepages.proapi.api.client.ResponseDecoder
Transforms raw response data into a standardized response.

E

encode(Q, Client) - Method in interface com.whitepages.proapi.api.client.QueryCoder
Transforms the query to an intermediate form.
Entity - Interface in com.whitepages.proapi.data.entity
The root interface for all Entities (e.g.
EntityId - Class in com.whitepages.proapi.data.entity
The data class encapsulating Entity IDs.
EntityId(EntityId.EntityType, UUID, EntityId.Durability) - Constructor for class com.whitepages.proapi.data.entity.EntityId
 
EntityId.Durability - Enum in com.whitepages.proapi.data.entity
 
EntityId.EntityType - Enum in com.whitepages.proapi.data.entity
 
EntityImpl - Class in com.whitepages.proapi.data.entity
Abstract class for implementation of common behaviors between all Entity types.
EntityImpl() - Constructor for class com.whitepages.proapi.data.entity.EntityImpl
 
EntityImpl(EntityId) - Constructor for class com.whitepages.proapi.data.entity.EntityImpl
 
EntityProxy - Class in com.whitepages.proapi.data.entity
The complete entity graph, traversed to its full extent, would be incredibly large, thus, in practice, only a subset of this graph is presented in the Response.
EntityProxy(EntityId, Client) - Constructor for class com.whitepages.proapi.data.entity.EntityProxy
 
EntityQuery - Class in com.whitepages.proapi.api.query
An abstract superclass providing common methods for working with entity queries.
EntityQuery() - Constructor for class com.whitepages.proapi.api.query.EntityQuery
 
EntityQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.EntityQuery
 
equals(Object) - Method in class com.whitepages.proapi.data.entity.EntityId
 
execute(U, Client) - Method in interface com.whitepages.proapi.api.client.DataSource
Transforms the query intermediate form into a raw result.

F

find(Q, Client) - Method in interface com.whitepages.proapi.api.client.ResultFinder
Executes the given Query, returning a Response.
find(Q, Client) - Method in class com.whitepages.proapi.api.client.ResultFinderImpl
 
findBusinesses(BusinessQuery) - Method in class com.whitepages.proapi.api.client.Client
Executes the given query and returns the response.
FindException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
FindException() - Constructor for exception com.whitepages.proapi.api.client.FindException
 
FindException(String) - Constructor for exception com.whitepages.proapi.api.client.FindException
 
FindException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.FindException
 
FindException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.FindException
 
findLocations(LocationQuery) - Method in class com.whitepages.proapi.api.client.Client
Executes the given query and returns the response.
findPeople(PersonQuery) - Method in class com.whitepages.proapi.api.client.Client
Executes the given query and returns the response.
findPhones(PhoneQuery) - Method in class com.whitepages.proapi.api.client.Client
Executes the given query and returns the response.
forValue(String) - Static method in enum com.whitepages.proapi.data.association.ContactTyped.ContactType
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.EntityId.Durability
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.EntityId.EntityType
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Location.AddressType
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Location.AddressUsage
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Location.BoxType
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Location.DeliveryPoint
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Location.LatLong.GeoAccuracy
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Location.LocationType
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Location.NotReceivingMailReason
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Person.Gender
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Person.PersonType
 
forValue(String) - Static method in enum com.whitepages.proapi.data.entity.Phone.LineType
 
fromString(String) - Static method in class com.whitepages.proapi.data.entity.EntityId
 

G

get(int) - Method in class com.whitepages.proapi.api.response.ResponseMessages
 
getAddress() - Method in interface com.whitepages.proapi.data.entity.Location
 
getAddress() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getAddress() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getAddressType() - Method in interface com.whitepages.proapi.data.entity.Location
 
getAddressType() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getAddressType() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getAgeRange() - Method in interface com.whitepages.proapi.data.entity.Person
 
getAgeRange() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getAgeRange() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
getAncillaryData() - Method in class com.whitepages.proapi.data.message.Message
Returns the context dependent ancillary data for this message, if any exists.
getApiKey() - Method in class com.whitepages.proapi.api.client.Config
 
getAptNumber() - Method in interface com.whitepages.proapi.data.entity.Location
 
getAptNumber() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getAptNumber() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getAptType() - Method in interface com.whitepages.proapi.data.entity.Location
 
getAptType() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getAptType() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getAssociations() - Method in interface com.whitepages.proapi.data.entity.Entity
A convenience method for getting the concatenation of the association lists.
getAssociations() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getAssociations() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getBestLocation() - Method in interface com.whitepages.proapi.data.entity.Person
 
getBestLocation() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getBestLocation() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
getBestLocation() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getBestLocation() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getBestLocation() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getBestLocationAssociation() - Method in interface com.whitepages.proapi.data.entity.Person
 
getBestLocationAssociation() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getBestLocationAssociation() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
getBestLocationAssociation() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getBestLocationAssociation() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getBestLocationAssociation() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getBestName() - Method in interface com.whitepages.proapi.data.entity.Person
 
getBestName() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getBestName() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
getBoxNumber() - Method in interface com.whitepages.proapi.data.entity.Location
 
getBoxNumber() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getBoxNumber() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getBoxType() - Method in interface com.whitepages.proapi.data.entity.Location
 
getBoxType() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getBoxType() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getBusiness() - Method in class com.whitepages.proapi.data.association.BusinessAssociation
 
getBusinessAssociations() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getBusinessAssociations() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getBusinessAssociations() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getBusinesses() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getBusinesses() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getBusinesses() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getCarrier() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getCarrier() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getCarrier() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getCity() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getCity() - Method in interface com.whitepages.proapi.data.entity.Location
 
getCity() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getCity() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getClient() - Method in class com.whitepages.proapi.api.response.Response
Returns the Client instance used to execute the query that generated this response.
getCode() - Method in class com.whitepages.proapi.data.message.Message
Returns the optional secondary machine readable message categorization.
getConfig() - Method in class com.whitepages.proapi.api.client.Client
 
getContactCreationDate() - Method in class com.whitepages.proapi.data.association.Association
 
getContactType() - Method in interface com.whitepages.proapi.data.association.ContactTyped
 
getContactType() - Method in class com.whitepages.proapi.data.association.LocationAssociation
 
getContactType() - Method in class com.whitepages.proapi.data.association.PhoneAssociation
 
getCountryCallingCode() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getCountryCallingCode() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getCountryCallingCode() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getCountryCode() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getCountryCode() - Method in interface com.whitepages.proapi.data.entity.Location
 
getCountryCode() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getCountryCode() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getDefaultBusinessResultFinder() - Static method in class com.whitepages.proapi.api.client.ResultFinderFactory
 
getDefaultLocationResultFinder() - Static method in class com.whitepages.proapi.api.client.ResultFinderFactory
 
getDefaultPersonResultFinder() - Static method in class com.whitepages.proapi.api.client.ResultFinderFactory
 
getDefaultPhoneResultFinder() - Static method in class com.whitepages.proapi.api.client.ResultFinderFactory
 
getDeliverable() - Method in interface com.whitepages.proapi.data.entity.Location
 
getDeliverable() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getDeliverable() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getDeliveryPoint() - Method in interface com.whitepages.proapi.data.entity.Location
 
getDeliveryPoint() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getDeliveryPoint() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getDoNotCall() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getDoNotCall() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getDoNotCall() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getDurability() - Method in class com.whitepages.proapi.data.entity.EntityId
 
getEnd() - Method in class com.whitepages.proapi.data.entity.Person.AgeRange
 
getEntities() - Method in interface com.whitepages.proapi.data.entity.Entity
A convenience method for getting the concatenation of the entity lists.
getEntities() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getEntities() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getEntity() - Method in class com.whitepages.proapi.data.association.Association
getEntity() - Method in class com.whitepages.proapi.data.association.BusinessAssociation
 
getEntity() - Method in class com.whitepages.proapi.data.association.LocationAssociation
 
getEntity() - Method in class com.whitepages.proapi.data.association.PersonAssociation
 
getEntity() - Method in class com.whitepages.proapi.data.association.PhoneAssociation
 
getEntityId() - Method in class com.whitepages.proapi.data.association.Association
Returns the ID of the associated entity.
getEntityIdType() - Method in class com.whitepages.proapi.data.association.Association
 
getEntityIdType() - Method in class com.whitepages.proapi.data.association.BusinessAssociation
 
getEntityIdType() - Method in class com.whitepages.proapi.data.association.LocationAssociation
 
getEntityIdType() - Method in class com.whitepages.proapi.data.association.PersonAssociation
 
getEntityIdType() - Method in class com.whitepages.proapi.data.association.PhoneAssociation
 
getExtension() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getExtension() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getExtension() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getFirstName() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getFirstName() - Method in class com.whitepages.proapi.data.entity.Person.Name
 
getGender() - Method in interface com.whitepages.proapi.data.entity.Person
 
getGender() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getGender() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
getGeoAccuracy() - Method in class com.whitepages.proapi.data.entity.Location.LatLong
 
getHistorical() - Method in class com.whitepages.proapi.data.association.Association
 
getHouse() - Method in interface com.whitepages.proapi.data.entity.Location
 
getHouse() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getHouse() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getId() - Method in class com.whitepages.proapi.api.query.EntityQuery
 
getId() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getId() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getId() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getLastName() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getLastName() - Method in class com.whitepages.proapi.data.entity.Person.Name
 
getLatitude() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getLatitude() - Method in class com.whitepages.proapi.data.entity.Location.LatLong
 
getLatLong() - Method in interface com.whitepages.proapi.data.entity.Location
 
getLatLong() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getLatLong() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getLineType() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getLineType() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getLineType() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getLocation() - Method in class com.whitepages.proapi.data.association.LocationAssociation
 
getLocationAssociations() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getLocationAssociations() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getLocationAssociations() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getLocations() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getLocations() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getLocations() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getLongitude() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getLongitude() - Method in class com.whitepages.proapi.data.entity.Location.LatLong
 
getMaxResults() - Method in class com.whitepages.proapi.api.query.EntityQuery
 
getMessage() - Method in class com.whitepages.proapi.data.message.Message
Returns the human readable body text of the message.
getMessageList() - Method in class com.whitepages.proapi.api.response.ResponseMessages
Accessor for retrieving the list of messages.
getMessageList(Message.Severity) - Method in class com.whitepages.proapi.api.response.ResponseMessages
Gets the subset of messages of the given severity.
getMessageType() - Method in exception com.whitepages.proapi.api.client.AuthException
 
getMessageType() - Method in exception com.whitepages.proapi.api.client.InternalException
 
getMessageType() - Method in exception com.whitepages.proapi.api.client.QuotaExceededException
 
getMessageType() - Method in exception com.whitepages.proapi.api.client.ResponseException
 
getMessageType() - Method in exception com.whitepages.proapi.api.client.TimeoutException
 
getMiddleName() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getMiddleName() - Method in class com.whitepages.proapi.data.entity.Person.Name
 
getName() - Method in class com.whitepages.proapi.api.query.BusinessQuery
 
getName() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getName() - Method in class com.whitepages.proapi.data.entity.BusinessImpl
 
getName() - Method in interface com.whitepages.proapi.data.entity.Entity
A standardized method for getting the primary, human readable, formatted String version of this entity.
getName() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getName() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getName() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getName() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getName() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getNames() - Method in interface com.whitepages.proapi.data.entity.Person
 
getNames() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getNames() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
getNotReceivingMailReason() - Method in interface com.whitepages.proapi.data.entity.Location
 
getNotReceivingMailReason() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getNotReceivingMailReason() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getPage() - Method in class com.whitepages.proapi.api.query.EntityQuery
 
getPageLength() - Method in class com.whitepages.proapi.api.query.EntityQuery
 
getPeople() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getPeople() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getPeople() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getPerson() - Method in class com.whitepages.proapi.data.association.PersonAssociation
 
getPersonAssociations() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getPersonAssociations() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getPersonAssociations() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getPhone() - Method in class com.whitepages.proapi.api.query.PhoneQuery
 
getPhone() - Method in class com.whitepages.proapi.data.association.PhoneAssociation
 
getPhoneAssociations() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getPhoneAssociations() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getPhoneAssociations() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getPhoneNumber() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getPhoneNumber() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getPhoneNumber() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getPhones() - Method in interface com.whitepages.proapi.data.entity.Entity
 
getPhones() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
getPhones() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
getPostalCode() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getPostalCode() - Method in interface com.whitepages.proapi.data.entity.Location
 
getPostalCode() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getPostalCode() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getPostDir() - Method in interface com.whitepages.proapi.data.entity.Location
 
getPostDir() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getPostDir() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getPreDir() - Method in interface com.whitepages.proapi.data.entity.Location
 
getPreDir() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getPreDir() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getPrepaid() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getPrepaid() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getPrepaid() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getRadius() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getReceivingMail() - Method in interface com.whitepages.proapi.data.entity.Location
 
getReceivingMail() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getReceivingMail() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getReputation() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getReputation() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getReputation() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getResponseMessages() - Method in class com.whitepages.proapi.api.response.Response
Returns the collection of Message instances for this response.
getResponseType() - Method in class com.whitepages.proapi.api.query.PhoneQuery
 
getResults() - Method in class com.whitepages.proapi.api.response.Response
Gets the list of resulting Entity instances found.
getSalutation() - Method in class com.whitepages.proapi.data.entity.Person.Name
 
getServiceRoot() - Method in class com.whitepages.proapi.api.client.Config
 
getSeverity() - Method in class com.whitepages.proapi.data.message.Message
Returns the message severity.
getSpamScore() - Method in class com.whitepages.proapi.data.entity.Phone.Reputation
 
getStandardAddressLine1() - Method in interface com.whitepages.proapi.data.entity.Location
 
getStandardAddressLine1() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getStandardAddressLine1() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getStandardAddressLine2() - Method in interface com.whitepages.proapi.data.entity.Location
 
getStandardAddressLine2() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getStandardAddressLine2() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getStandardAddressLocation() - Method in interface com.whitepages.proapi.data.entity.Location
 
getStandardAddressLocation() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getStandardAddressLocation() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getStart() - Method in class com.whitepages.proapi.data.entity.Person.AgeRange
 
getStart() - Method in class com.whitepages.proapi.data.util.TimePeriod
 
getStateCode() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getStateCode() - Method in interface com.whitepages.proapi.data.entity.Location
 
getStateCode() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getStateCode() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getStop() - Method in class com.whitepages.proapi.data.util.TimePeriod
 
getStreetLine1() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getStreetLine2() - Method in class com.whitepages.proapi.api.query.WhereQuery
 
getStreetName() - Method in interface com.whitepages.proapi.data.entity.Location
 
getStreetName() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getStreetName() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getStreetType() - Method in interface com.whitepages.proapi.data.entity.Location
 
getStreetType() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getStreetType() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getSuffix() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getSuffix() - Method in class com.whitepages.proapi.data.entity.Person.Name
 
getTitle() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getType() - Method in class com.whitepages.proapi.data.entity.EntityId
 
getType() - Method in interface com.whitepages.proapi.data.entity.Location
 
getType() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getType() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getType() - Method in interface com.whitepages.proapi.data.entity.Person
 
getType() - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
getType() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
getType() - Method in class com.whitepages.proapi.data.message.Message
Returns the primary machine readable message categorization.
getUsage() - Method in interface com.whitepages.proapi.data.entity.Location
 
getUsage() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getUsage() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getUseHistorical() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getUseMetro() - Method in class com.whitepages.proapi.api.query.PersonQuery
 
getUuid() - Method in class com.whitepages.proapi.data.entity.EntityId
 
getValid() - Method in interface com.whitepages.proapi.data.entity.Phone
 
getValid() - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
getValid() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
getValidFor() - Method in class com.whitepages.proapi.data.association.Association
 
getValidFor() - Method in interface com.whitepages.proapi.data.entity.Location
 
getValidFor() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getValidFor() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
getValidFor() - Method in class com.whitepages.proapi.data.entity.Person.Name
 
getZip4() - Method in interface com.whitepages.proapi.data.entity.Location
 
getZip4() - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
getZip4() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 

H

hashCode() - Method in class com.whitepages.proapi.data.entity.EntityId
 

I

InternalException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
InternalException() - Constructor for exception com.whitepages.proapi.api.client.InternalException
 
InternalException(String) - Constructor for exception com.whitepages.proapi.api.client.InternalException
 
InternalException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.InternalException
 
InternalException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.InternalException
 
isCurrent() - Method in class com.whitepages.proapi.data.util.TimePeriod
 
isEmpty() - Method in class com.whitepages.proapi.api.response.ResponseMessages
 
isFailure() - Method in class com.whitepages.proapi.api.response.Response
Returns true if the query failed.
isHistorical() - Method in class com.whitepages.proapi.data.util.TimePeriod
 
isLoaded() - Method in interface com.whitepages.proapi.data.entity.Entity
If the called on a proxy, return true only if the backing entity has been fetched.
isLoaded() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
isLoaded() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
isProxy() - Method in interface com.whitepages.proapi.data.entity.Entity
Returns true if this entity instance is a proxy instance.
isProxy() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
isProxy() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
isSuccess() - Method in class com.whitepages.proapi.api.response.Response
Returns true if the query succeeded.
iterator() - Method in class com.whitepages.proapi.api.response.ResponseMessages
 

L

LegalEntity - Interface in com.whitepages.proapi.data.entity
A common interface for Person and Business Entity instances.
LegalEntityAssociation - Class in com.whitepages.proapi.data.association
Common superclass of PhoneAssociation and BusinessAssociation; useful for Liskov substitution of these entities.
LegalEntityAssociation(EntityId, ResponseDictionary) - Constructor for class com.whitepages.proapi.data.association.LegalEntityAssociation
 
LegalEntityAssociation(EntityId, ResponseDictionary, TimePeriod, Boolean, Date) - Constructor for class com.whitepages.proapi.data.association.LegalEntityAssociation
 
listIterator() - Method in class com.whitepages.proapi.api.response.ResponseMessages
 
load() - Method in class com.whitepages.proapi.data.entity.BusinessProxy
 
load() - Method in interface com.whitepages.proapi.data.entity.Entity
Causes this instance to load its data by contacting the remote service and requesting information.
load() - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
load() - Method in class com.whitepages.proapi.data.entity.EntityProxy
 
load() - Method in class com.whitepages.proapi.data.entity.LocationProxy
 
load() - Method in class com.whitepages.proapi.data.entity.PersonProxy
 
load() - Method in class com.whitepages.proapi.data.entity.PhoneProxy
 
Location - Interface in com.whitepages.proapi.data.entity
The interface for Location Entity classes.
Location.AddressType - Enum in com.whitepages.proapi.data.entity
 
Location.AddressUsage - Enum in com.whitepages.proapi.data.entity
 
Location.BoxType - Enum in com.whitepages.proapi.data.entity
 
Location.DeliveryPoint - Enum in com.whitepages.proapi.data.entity
 
Location.LatLong - Class in com.whitepages.proapi.data.entity
 
Location.LatLong(double, double, Location.LatLong.GeoAccuracy) - Constructor for class com.whitepages.proapi.data.entity.Location.LatLong
 
Location.LatLong(double, double) - Constructor for class com.whitepages.proapi.data.entity.Location.LatLong
 
Location.LatLong.GeoAccuracy - Enum in com.whitepages.proapi.data.entity
 
Location.LocationType - Enum in com.whitepages.proapi.data.entity
 
Location.NotReceivingMailReason - Enum in com.whitepages.proapi.data.entity
 
LocationAssociation - Class in com.whitepages.proapi.data.association
The Location type specific Association.
LocationAssociation(EntityId, ResponseDictionary) - Constructor for class com.whitepages.proapi.data.association.LocationAssociation
 
LocationAssociation(EntityId, ResponseDictionary, TimePeriod, Boolean, Date, ContactTyped.ContactType) - Constructor for class com.whitepages.proapi.data.association.LocationAssociation
 
LocationImpl - Class in com.whitepages.proapi.data.entity
The standard concrete implementation of the Location Entity.
LocationImpl() - Constructor for class com.whitepages.proapi.data.entity.LocationImpl
 
LocationImpl(EntityId) - Constructor for class com.whitepages.proapi.data.entity.LocationImpl
 
LocationProxy - Class in com.whitepages.proapi.data.entity
Strongly typed EntityProxy for Location entities.
LocationProxy(EntityId, Client) - Constructor for class com.whitepages.proapi.data.entity.LocationProxy
 
LocationQuery - Class in com.whitepages.proapi.api.query
The root concrete class for all Location queries.
LocationQuery() - Constructor for class com.whitepages.proapi.api.query.LocationQuery
 
LocationQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.LocationQuery
 
LocationQuery(String, String, String, String, String) - Constructor for class com.whitepages.proapi.api.query.LocationQuery
 
LocationQuery(Double, Double, Double) - Constructor for class com.whitepages.proapi.api.query.LocationQuery
 

M

Message - Class in com.whitepages.proapi.data.message
Messages are generated as a result of requests to the API and contain both a message body and meta data about that message.
Message(Message.Severity, Message.MessageType, Message.Code, String) - Constructor for class com.whitepages.proapi.data.message.Message
 
Message(Message.Severity, Message.MessageType, Message.Code, String, Map<String, Object>) - Constructor for class com.whitepages.proapi.data.message.Message
 
Message.Code - Enum in com.whitepages.proapi.data.message
The secondary machine readable categorization of messages.
Message.MessageType - Enum in com.whitepages.proapi.data.message
The primary machine readable categorization of messages.
Message.Severity - Enum in com.whitepages.proapi.data.message
The message severity.

P

paramsToString() - Method in class com.whitepages.proapi.api.query.BusinessQuery
 
Person - Interface in com.whitepages.proapi.data.entity
The interface for Person Entity classes.
Person.AgeRange - Class in com.whitepages.proapi.data.entity
 
Person.AgeRange(int, int) - Constructor for class com.whitepages.proapi.data.entity.Person.AgeRange
 
Person.Gender - Enum in com.whitepages.proapi.data.entity
 
Person.Name - Class in com.whitepages.proapi.data.entity
 
Person.Name(String, String, String, String, String, TimePeriod) - Constructor for class com.whitepages.proapi.data.entity.Person.Name
 
Person.Name(String, String, String) - Constructor for class com.whitepages.proapi.data.entity.Person.Name
 
Person.Name(String, String) - Constructor for class com.whitepages.proapi.data.entity.Person.Name
 
Person.PersonType - Enum in com.whitepages.proapi.data.entity
 
PersonAssociation - Class in com.whitepages.proapi.data.association
The Person type specific Association.
PersonAssociation(EntityId, ResponseDictionary) - Constructor for class com.whitepages.proapi.data.association.PersonAssociation
 
PersonAssociation(EntityId, ResponseDictionary, TimePeriod, Boolean, Date) - Constructor for class com.whitepages.proapi.data.association.PersonAssociation
 
PersonImpl - Class in com.whitepages.proapi.data.entity
The standard concrete implementation of the Person Entity.
PersonImpl() - Constructor for class com.whitepages.proapi.data.entity.PersonImpl
 
PersonImpl(EntityId) - Constructor for class com.whitepages.proapi.data.entity.PersonImpl
 
PersonProxy - Class in com.whitepages.proapi.data.entity
Strongly typed EntityProxy for Person entities.
PersonProxy(EntityId, Client) - Constructor for class com.whitepages.proapi.data.entity.PersonProxy
 
PersonQuery - Class in com.whitepages.proapi.api.query
The root concrete class for all Person queries.
PersonQuery() - Constructor for class com.whitepages.proapi.api.query.PersonQuery
 
PersonQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.PersonQuery
 
PersonQuery(String, String, String, String) - Constructor for class com.whitepages.proapi.api.query.PersonQuery
 
PersonQuery(String, String, String, String, String, String) - Constructor for class com.whitepages.proapi.api.query.PersonQuery
 
Phone - Interface in com.whitepages.proapi.data.entity
The interface for Phone Entity classes.
Phone.LineType - Enum in com.whitepages.proapi.data.entity
 
Phone.Reputation - Class in com.whitepages.proapi.data.entity
 
Phone.Reputation(int) - Constructor for class com.whitepages.proapi.data.entity.Phone.Reputation
 
PhoneAssociation - Class in com.whitepages.proapi.data.association
The Phone type specific Association.
PhoneAssociation(EntityId, ResponseDictionary) - Constructor for class com.whitepages.proapi.data.association.PhoneAssociation
 
PhoneAssociation(EntityId, ResponseDictionary, TimePeriod, Boolean, Date, ContactTyped.ContactType) - Constructor for class com.whitepages.proapi.data.association.PhoneAssociation
 
PhoneCallerIdQuery - Class in com.whitepages.proapi.api.query
The PhoneQuery instance for CallerID query construction.
PhoneCallerIdQuery() - Constructor for class com.whitepages.proapi.api.query.PhoneCallerIdQuery
 
PhoneCallerIdQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.PhoneCallerIdQuery
 
PhoneCallerIdQuery(String) - Constructor for class com.whitepages.proapi.api.query.PhoneCallerIdQuery
 
PhoneImpl - Class in com.whitepages.proapi.data.entity
The standard concrete implementation of the Phone Entity.
PhoneImpl() - Constructor for class com.whitepages.proapi.data.entity.PhoneImpl
 
PhoneImpl(EntityId) - Constructor for class com.whitepages.proapi.data.entity.PhoneImpl
 
PhoneLiteQuery - Class in com.whitepages.proapi.api.query
The PhoneQuery instance for PhoneLite query construction.
PhoneLiteQuery() - Constructor for class com.whitepages.proapi.api.query.PhoneLiteQuery
 
PhoneLiteQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.PhoneLiteQuery
 
PhoneLiteQuery(String) - Constructor for class com.whitepages.proapi.api.query.PhoneLiteQuery
 
PhoneProxy - Class in com.whitepages.proapi.data.entity
Strongly typed EntityProxy for Phone entities.
PhoneProxy(EntityId, Client) - Constructor for class com.whitepages.proapi.data.entity.PhoneProxy
 
PhoneQuery - Class in com.whitepages.proapi.api.query
The root concrete class for all Phone queries.
PhoneQuery() - Constructor for class com.whitepages.proapi.api.query.PhoneQuery
 
PhoneQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.PhoneQuery
 
PhoneQuery(String) - Constructor for class com.whitepages.proapi.api.query.PhoneQuery
 
PhoneQuery.ResponseType - Enum in com.whitepages.proapi.api.query
 

Q

Query - Interface in com.whitepages.proapi.api.query
The root type for all Queries.
QueryCoder<Q extends Query,U> - Interface in com.whitepages.proapi.api.client
Query coders serve to transform/translate a Query into an intermediate form that is compatible with the DataSource.
QueryCoderException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
QueryCoderException() - Constructor for exception com.whitepages.proapi.api.client.QueryCoderException
 
QueryCoderException(String) - Constructor for exception com.whitepages.proapi.api.client.QueryCoderException
 
QueryCoderException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.QueryCoderException
 
QueryCoderException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.QueryCoderException
 
QuotaExceededException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
QuotaExceededException() - Constructor for exception com.whitepages.proapi.api.client.QuotaExceededException
 
QuotaExceededException(String) - Constructor for exception com.whitepages.proapi.api.client.QuotaExceededException
 
QuotaExceededException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.QuotaExceededException
 
QuotaExceededException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.QuotaExceededException
 

R

Response<T extends Entity> - Class in com.whitepages.proapi.api.response
The Response is the root object for data returned from queries performed via the Client find methods.
Response(Client, List<T>, ResponseDictionary, ResponseMessages) - Constructor for class com.whitepages.proapi.api.response.Response
 
ResponseDecoder<R extends Response<?>,V> - Interface in com.whitepages.proapi.api.client
Response decoders transform the raw response data from a compatible DataSource instance, and return a standardized Response.
ResponseDecoderException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
ResponseDecoderException() - Constructor for exception com.whitepages.proapi.api.client.ResponseDecoderException
 
ResponseDecoderException(String) - Constructor for exception com.whitepages.proapi.api.client.ResponseDecoderException
 
ResponseDecoderException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.ResponseDecoderException
 
ResponseDecoderException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.ResponseDecoderException
 
ResponseException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
ResponseException() - Constructor for exception com.whitepages.proapi.api.client.ResponseException
 
ResponseException(String) - Constructor for exception com.whitepages.proapi.api.client.ResponseException
 
ResponseException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.ResponseException
 
ResponseException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.ResponseException
 
ResponseMessages - Class in com.whitepages.proapi.api.response
Encapsulates a list of Message instances in order to provide methods for common operations.
ResponseMessages(List<Message>) - Constructor for class com.whitepages.proapi.api.response.ResponseMessages
 
ResultFinder<Q extends Query,R extends Response<? extends Entity>> - Interface in com.whitepages.proapi.api.client
ResultFinder instances link together the dataflow of the conversion of a Query to a Response via the following steps:
ResultFinderFactory - Class in com.whitepages.proapi.api.client
ResultFinderFactory() - Constructor for class com.whitepages.proapi.api.client.ResultFinderFactory
 
ResultFinderImpl<Q extends Query,R extends Response<? extends Entity>,U,V> - Class in com.whitepages.proapi.api.client
A standardized, generic implementation of ResultFinder that properly threads together the QueryCoder, DataSource, and ResponseDecoder to execute a find request.
ResultFinderImpl(QueryCoder<Q, U>, DataSource<U, V>, ResponseDecoder<R, V>) - Constructor for class com.whitepages.proapi.api.client.ResultFinderImpl
 

S

setAddress(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setAddressType(Location.AddressType) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setAgeRange(Person.AgeRange) - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
setApiKey(String) - Method in class com.whitepages.proapi.api.client.Config
 
setAptNumber(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setAptType(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setBestLocationAssociation(LocationAssociation) - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
setBestLocationAssociation(LocationAssociation) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setBestName(String) - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
setBoxNumber(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setBoxType(Location.BoxType) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setBusinessAssociations(List<BusinessAssociation>) - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
setCarrier(String) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setCity(String) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setCity(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setContactCreationDate(Date) - Method in class com.whitepages.proapi.data.association.Association
 
setContactType(ContactTyped.ContactType) - Method in class com.whitepages.proapi.data.association.LocationAssociation
 
setContactType(ContactTyped.ContactType) - Method in class com.whitepages.proapi.data.association.PhoneAssociation
 
setCountryCallingCode(String) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setCountryCode(String) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setCountryCode(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setDeliverable(Boolean) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setDeliveryPoint(Location.DeliveryPoint) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setDoNotCall(Boolean) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setDurability(EntityId.Durability) - Method in class com.whitepages.proapi.data.entity.EntityId
 
setExtension(String) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setFirstName(String) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setGender(Person.Gender) - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
setHistorical(Boolean) - Method in class com.whitepages.proapi.data.association.Association
 
setHouse(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setId(EntityId) - Method in class com.whitepages.proapi.api.query.EntityQuery
 
setId(EntityId) - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
setLastName(String) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setLatitude(Double) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setLatLong(Location.LatLong) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setLineType(Phone.LineType) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setLocationAssociations(List<LocationAssociation>) - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
setLongitude(Double) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setMaxResults(Integer) - Method in class com.whitepages.proapi.api.query.EntityQuery
 
setMiddleName(String) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setName(String) - Method in class com.whitepages.proapi.api.query.BusinessQuery
 
setName(String) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setName(String) - Method in class com.whitepages.proapi.data.entity.BusinessImpl
 
setNames(List<Person.Name>) - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
setNotReceivingMailReason(Location.NotReceivingMailReason) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setPage(Integer) - Method in class com.whitepages.proapi.api.query.EntityQuery
 
setPageLength(Integer) - Method in class com.whitepages.proapi.api.query.EntityQuery
 
setPersonAssociations(List<PersonAssociation>) - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
setPhone(String) - Method in class com.whitepages.proapi.api.query.PhoneQuery
 
setPhoneAssociations(List<PhoneAssociation>) - Method in class com.whitepages.proapi.data.entity.EntityImpl
 
setPhoneNumber(String) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setPostalCode(String) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setPostalCode(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setPostDir(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setPreDir(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setPrepaid(Boolean) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setRadius(Double) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setReceivingMail(Boolean) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setReputation(Phone.Reputation) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setServiceRoot(URI) - Method in class com.whitepages.proapi.api.client.Config
 
setStandardAddressLine1(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setStandardAddressLine2(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setStandardAddressLocation(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setStateCode(String) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setStateCode(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setStreetLine1(String) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setStreetLine2(String) - Method in class com.whitepages.proapi.api.query.WhereQuery
 
setStreetName(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setStreetType(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setSuffix(String) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setTitle(String) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setType(EntityId.EntityType) - Method in class com.whitepages.proapi.data.entity.EntityId
 
setType(Location.LocationType) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setType(Person.PersonType) - Method in class com.whitepages.proapi.data.entity.PersonImpl
 
setUsage(Location.AddressUsage) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setUseHistorical(Boolean) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setUseMetro(Boolean) - Method in class com.whitepages.proapi.api.query.PersonQuery
 
setUuid(UUID) - Method in class com.whitepages.proapi.data.entity.EntityId
 
setValid(Boolean) - Method in class com.whitepages.proapi.data.entity.PhoneImpl
 
setValidFor(TimePeriod) - Method in class com.whitepages.proapi.data.association.Association
 
setValidFor(TimePeriod) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
setZip4(String) - Method in class com.whitepages.proapi.data.entity.LocationImpl
 
size() - Method in class com.whitepages.proapi.api.response.ResponseMessages
 

T

TimeoutException - Exception in com.whitepages.proapi.api.client
Copyright 2015 Whitepages, Inc.
TimeoutException() - Constructor for exception com.whitepages.proapi.api.client.TimeoutException
 
TimeoutException(String) - Constructor for exception com.whitepages.proapi.api.client.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception com.whitepages.proapi.api.client.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception com.whitepages.proapi.api.client.TimeoutException
 
TimePeriod - Class in com.whitepages.proapi.data.util
Copyright 2015 Whitepages, Inc.
TimePeriod(Date, Date) - Constructor for class com.whitepages.proapi.data.util.TimePeriod
 
toString() - Method in class com.whitepages.proapi.api.query.EntityQuery
 
toString() - Method in enum com.whitepages.proapi.data.association.ContactTyped.ContactType
 
toString() - Method in enum com.whitepages.proapi.data.entity.EntityId.Durability
 
toString() - Method in enum com.whitepages.proapi.data.entity.EntityId.EntityType
 
toString() - Method in class com.whitepages.proapi.data.entity.EntityId
 
toString() - Method in enum com.whitepages.proapi.data.entity.Location.AddressType
 
toString() - Method in enum com.whitepages.proapi.data.entity.Location.AddressUsage
 
toString() - Method in enum com.whitepages.proapi.data.entity.Location.BoxType
 
toString() - Method in enum com.whitepages.proapi.data.entity.Location.DeliveryPoint
 
toString() - Method in enum com.whitepages.proapi.data.entity.Location.LatLong.GeoAccuracy
 
toString() - Method in enum com.whitepages.proapi.data.entity.Location.LocationType
 
toString() - Method in enum com.whitepages.proapi.data.entity.Location.NotReceivingMailReason
 
toString() - Method in class com.whitepages.proapi.data.entity.Person.AgeRange
 
toString() - Method in enum com.whitepages.proapi.data.entity.Person.Gender
 
toString() - Method in class com.whitepages.proapi.data.entity.Person.Name
 
toString() - Method in enum com.whitepages.proapi.data.entity.Person.PersonType
 
toString() - Method in enum com.whitepages.proapi.data.entity.Phone.LineType
 
toString() - Method in class com.whitepages.proapi.data.message.Message
 
toString() - Method in class com.whitepages.proapi.data.util.TimePeriod
 

V

valueOf(String) - Static method in enum com.whitepages.proapi.api.query.PhoneQuery.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.association.ContactTyped.ContactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.EntityId.Durability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.EntityId.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Location.AddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Location.AddressUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Location.BoxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Location.DeliveryPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Location.LatLong.GeoAccuracy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Location.LocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Location.NotReceivingMailReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Person.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Person.PersonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.entity.Phone.LineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.message.Message.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.message.Message.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitepages.proapi.data.message.Message.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.whitepages.proapi.api.query.PhoneQuery.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.association.ContactTyped.ContactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.EntityId.Durability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.EntityId.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Location.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Location.AddressUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Location.BoxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Location.DeliveryPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Location.LatLong.GeoAccuracy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Location.LocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Location.NotReceivingMailReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Person.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Person.PersonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.entity.Phone.LineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.message.Message.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.message.Message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitepages.proapi.data.message.Message.Severity
Returns an array containing the constants of this enum type, in the order they are declared.

W

WhereQuery - Class in com.whitepages.proapi.api.query
An abstract superclass for all queries that can specify "where" parameters.
WhereQuery() - Constructor for class com.whitepages.proapi.api.query.WhereQuery
 
WhereQuery(EntityId) - Constructor for class com.whitepages.proapi.api.query.WhereQuery
 
WhereQuery(String, String, String, String, String) - Constructor for class com.whitepages.proapi.api.query.WhereQuery
 
WhereQuery(String, String, String) - Constructor for class com.whitepages.proapi.api.query.WhereQuery
 
WhereQuery(Double, Double, Double) - Constructor for class com.whitepages.proapi.api.query.WhereQuery
 
A B C D E F G H I L M P Q R S T V W 
©2015, Whitepages, Inc.