| Constructor and Description |
|---|
TxException(String requestBody,
okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId) |
TxGeocodeJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
TxGeocodeResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
TxIndexJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
TxIndexResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
TxProfessionNormalizationJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
TxProfessionNormalizationResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
TxUsableJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
TxUsableResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiResponseInfo
Information/metadata for an individual REST API call.
|
| Modifier and Type | Field and Description |
|---|---|
ApiResponseInfoLite |
GeocodeAndIndexResponseValue.GeocodeResponse
If geocoding was requested, the status of the geocode transaction will be output here
|
ApiResponseInfoLite |
GeocodeAndIndexResponseValue.IndexingResponse
If indexing was requested, the status of the index transaction will be output here
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexMultipleDocumentsResponseValue
One entry in the
ApiResponse.Value from a 'index multiple documents' response |
| Modifier and Type | Field and Description |
|---|---|
ApiResponseInfoLite |
ParseResumeResponseValue.EducationNormalizationResponse
Information about the status of education normalization during the parse
|
ApiResponseInfoLite |
BaseParseResponseValue.GeocodeResponse
If geocoding was requested in the
ParseOptions.GeocodeOptions,
the status of the geocode transaction will be output here |
ApiResponseInfoLite |
BaseParseResponseValue.IndexingResponse
If indexing was requested in the
ParseOptions.IndexingOptions,
the status of the index transaction will be output here |
ApiResponseInfoLite |
BaseParseResponseValue.ParsingResponse
The status of the parse transaction
|
ApiResponseInfoLite |
BaseParseResponseValue.ProfessionNormalizationResponse
If profession normalization was requested in the
BasicParseOptions.ProfessionsSettings,
the status of the profession normalization transaction will be output here |
Copyright © 2024. All rights reserved.