Skip navigation links
A B C D E F G I N P Q R S V 

A

Address - Class in ru.redcom.lib.integration.api.client.dadata.dto
Cleaned Address container.
address(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set Address request element source values.
Address.MetroStation - Class in ru.redcom.lib.integration.api.client.dadata.dto
Metro stations nearest to the address.
and() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.CompositeRequestBuilder.RecordSpec
Finalize the record construction and add it to the request contents.
and() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
 
APIErrorCode - Enum in ru.redcom.lib.integration.api.client.dadata
Several documented errors from DaData API specification.
APIErrorMessage - Class in ru.redcom.lib.integration.api.client.dadata.dto
Data Transfer Object for API error response body.
APIErrorMessage() - Constructor for class ru.redcom.lib.integration.api.client.dadata.dto.APIErrorMessage
 
AsIs - Class in ru.redcom.lib.integration.api.client.dadata.dto
Container for the string content passed through without modifications.
asIs(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set As-Is request element source values.

B

Balance - Class in ru.redcom.lib.integration.api.client.dadata.dto
Data Transfer Object for account profile balance response.
BeltwayHit - Enum in ru.redcom.lib.integration.api.client.dadata.types
Address position relative to beltway (ring road).
BirthDate - Class in ru.redcom.lib.integration.api.client.dadata.dto
Cleaned Birthdate container.
birthDate(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set Birthdate request element source values.
build() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.CompositeRequestBuilder
Finally build the request.

C

CapitalMarker - Enum in ru.redcom.lib.integration.api.client.dadata.types
Location capital/center status.
checkAvailability(boolean) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Contact the API status endpoint to check availability.
cleanAddress(String) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a single address.
cleanAddresses(String...) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean multiple addresses at once.
cleanBirthDate(String) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a single birth date.
cleanBirthDates(String...) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean multiple birth dates at once.
cleanComposite(CompositeRequest) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a collection of records consisting by various information types.
cleanEmail(String) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a single E-mail address.
cleanEmails(String...) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean multiple E-mail addresses at once.
cleanName(String) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a single name.
cleanNames(String...) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean multiple names at once.
cleanPassport(String) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a single passport number.
cleanPassports(String...) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean multiple passport numbers at once.
cleanPhone(String) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a single phone number.
cleanPhones(String...) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean multiple phone numbers at once.
cleanVehicle(String) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean a single vehicle model.
cleanVehicles(String...) - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Clean multiple vehicle models at once.
compose() - Static method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest
Compose request with structure defined by payload.
compose(CompositeElementType, CompositeElementType...) - Static method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest
Compose request constrained to the specified structure.
CompositeElementType - Enum in ru.redcom.lib.integration.api.client.dadata.dto
Element types of composite request.
CompositeRequest - Class in ru.redcom.lib.integration.api.client.dadata.dto
Composite request data transfer object.
CompositeRequest.CompositeRequestBuilder - Class in ru.redcom.lib.integration.api.client.dadata.dto
Composite request builder.
CompositeRequest.CompositeRequestBuilder.RecordSpec - Class in ru.redcom.lib.integration.api.client.dadata.dto
Record builder class to be used in request builder.
CompositeRequest.Record - Class in ru.redcom.lib.integration.api.client.dadata.dto
A record composed of request elements.
CompositeResponse - Class in ru.redcom.lib.integration.api.client.dadata.dto
Composite response data transfer object.
CompositeResponse.Record - Class in ru.redcom.lib.integration.api.client.dadata.dto
A record of response elements.

D

DaDataClient - Interface in ru.redcom.lib.integration.api.client.dadata
DaData API Client interface.
DaDataClientException - Exception in ru.redcom.lib.integration.api.client.dadata
Client-related DaData API errors.
DaDataClientFactory - Class in ru.redcom.lib.integration.api.client.dadata
Factory class for obtaining DaData client instances.
DaDataClientFactory() - Constructor for class ru.redcom.lib.integration.api.client.dadata.DaDataClientFactory
 
DaDataException - Exception in ru.redcom.lib.integration.api.client.dadata
DaData API exception base class.

E

email(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set Email request element source values.
Email - Class in ru.redcom.lib.integration.api.client.dadata.dto
Cleaned E-mail address container.
EMPTY_RESPONSE - Static variable in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse
An empty response instance.

F

FiasActuality - Enum in ru.redcom.lib.integration.api.client.dadata.types
Address record actuality state in the FIAS directory.
FiasLevel - Enum in ru.redcom.lib.integration.api.client.dadata.types
FIAS directory detalization level for this location.

G

Gender - Enum in ru.redcom.lib.integration.api.client.dadata.types
Person gender.
get(CompositeElementType) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get an element with the specified type.
getAddress() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get Address element.
getAsIs() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get As-Is element.
getBirthDate() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get Birthdate element.
getContents() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.APIErrorMessage
Get response contents as the map.
getData() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.APIErrorMessage
Get data element contents.
getData() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse
Get compsoite response payload.
getDetail() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.APIErrorMessage
Get detail element contents.
getDetails() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.APIErrorMessage
Get details element contents.
getEmail() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get Email element.
getInstance(String, String) - Method in class ru.redcom.lib.integration.api.client.dadata.DaDataClientFactory
Terse factory method with only credentials required.
getInstance(String, String, String) - Method in class ru.redcom.lib.integration.api.client.dadata.DaDataClientFactory
More verbose method allowing to customize base service URI.
getInstance(String, String, String, RestTemplateBuilder) - Method in class ru.redcom.lib.integration.api.client.dadata.DaDataClientFactory
Most verbose method allowing to set both base URI and existing REST Template Builder instance.
getName() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get Name element.
getPassport() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get Passport element.
getPhone() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get Phone Number element.
getPostalProbability() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcHouse
Get postal delivery estimation.
getPostalSuitability() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddressComplete
Get address's postal suitability level.
getProfileBalance() - Method in interface ru.redcom.lib.integration.api.client.dadata.DaDataClient
Retrieve current account profile balance.
getStructure() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse
Get composite response structure.
getVehicle() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Get Vehicle Type element.

I

isEmpty() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse.Record
Check for a empty record.
isManualVerificationRequired() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddress
Is manual verification of response desirable?
isManualVerificationRequired() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcBirthDate
Is manual verification of response desirable?
isManualVerificationRequired() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcEmail
Is manual verification of response desirable?
isManualVerificationRequired() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcName
Is manual verification of response desirable?
isManualVerificationRequired() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcPassport
Is manual verification of response desirable?
isManualVerificationRequired() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcPhone
Is manual verification of response desirable?
isManualVerificationRequired() - Method in enum ru.redcom.lib.integration.api.client.dadata.types.QcVehicle
Is manual verification of response desirable?
iterator() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse
Get the iterator over the records collection.

N

name(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set Name request element source values.
Name - Class in ru.redcom.lib.integration.api.client.dadata.dto
Cleaned Person Name container.

P

passport(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set Passport request element source values.
Passport - Class in ru.redcom.lib.integration.api.client.dadata.dto
Cleaned Passport Number container.
phone(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set Phone Number request element source values.
Phone - Class in ru.redcom.lib.integration.api.client.dadata.dto
Cleaned Phone Number container.

Q

QcAddress - Enum in ru.redcom.lib.integration.api.client.dadata.types
Geographical address parsing quality code.
QcAddressComplete - Enum in ru.redcom.lib.integration.api.client.dadata.types
Address completeness level.
QcAddressComplete.PostalSuitability - Enum in ru.redcom.lib.integration.api.client.dadata.types
Address suitability for postal services
QcBirthDate - Enum in ru.redcom.lib.integration.api.client.dadata.types
Birth Date parsing quality code.
QcConflict - Enum in ru.redcom.lib.integration.api.client.dadata.types
Phone and location correlation status.
QcEmail - Enum in ru.redcom.lib.integration.api.client.dadata.types
E-mail address parsing quality code.
QcGeo - Enum in ru.redcom.lib.integration.api.client.dadata.types
Geoposition precision level.
QcHouse - Enum in ru.redcom.lib.integration.api.client.dadata.types
House lookup level in FIAS directory.
QcHouse.DeliveryProbability - Enum in ru.redcom.lib.integration.api.client.dadata.types
Estimated postal delivery probability level
QcName - Enum in ru.redcom.lib.integration.api.client.dadata.types
Person Name parsing quality code.
QcPassport - Enum in ru.redcom.lib.integration.api.client.dadata.types
Passport number parsing quality code.
QcPhone - Enum in ru.redcom.lib.integration.api.client.dadata.types
Phone Number parsing quality code.
QcVehicle - Enum in ru.redcom.lib.integration.api.client.dadata.types
Vehicle type parsing quality code.

R

record() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.CompositeRequestBuilder
Construct a record builder.
Record() - Constructor for class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
 
records(CompositeRequest.Record...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.CompositeRequestBuilder
Add records to the request.
RecordSpec() - Constructor for class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.CompositeRequestBuilder.RecordSpec
 
ResponseItem - Class in ru.redcom.lib.integration.api.client.dadata.dto
Base class for all response DTO types.
ResponseItem() - Constructor for class ru.redcom.lib.integration.api.client.dadata.dto.ResponseItem
 
ru.redcom.lib.integration.api.client.dadata - package ru.redcom.lib.integration.api.client.dadata
 
ru.redcom.lib.integration.api.client.dadata.dto - package ru.redcom.lib.integration.api.client.dadata.dto
 
ru.redcom.lib.integration.api.client.dadata.types - package ru.redcom.lib.integration.api.client.dadata.types
 

S

spliterator() - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeResponse
Get the splittable iterator over the records collection.

V

valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.APIErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.dto.CompositeElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.BeltwayHit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.CapitalMarker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.FiasActuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.FiasLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddress
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddressComplete.PostalSuitability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddressComplete
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcBirthDate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcConflict
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcEmail
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcGeo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcHouse.DeliveryProbability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcHouse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcPassport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcPhone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcVehicle
Returns the enum constant of this type with the specified name.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.APIErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.dto.CompositeElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.BeltwayHit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.CapitalMarker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.FiasActuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.FiasLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddress
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddressComplete.PostalSuitability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcAddressComplete
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcBirthDate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcConflict
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcEmail
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcGeo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcHouse.DeliveryProbability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcHouse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcPassport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcPhone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.redcom.lib.integration.api.client.dadata.types.QcVehicle
Returns an array containing the constants of this enum type, in the order they are declared.
vehicle(String...) - Method in class ru.redcom.lib.integration.api.client.dadata.dto.CompositeRequest.Record
Set Vehicle Type request element source values.
Vehicle - Class in ru.redcom.lib.integration.api.client.dadata.dto
Cleaned Vehicle Type container.
A B C D E F G I N P Q R S V 
Skip navigation links