public class FormatterService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ApiEndpoints |
_endpoints |
protected EnvironmentSettings |
_settings |
| Constructor and Description |
|---|
FormatterService(okhttp3.OkHttpClient httpClient,
EnvironmentSettings settings)
Do not use this.
|
| Modifier and Type | Method and Description |
|---|---|
protected okhttp3.RequestBody |
createJsonBody(Object body) |
protected <T extends ApiResponse<?>> |
executeRequest(okhttp3.Request apiRequest,
Class<T> classOfT,
String requestBody) |
FormatResumeResponse |
formatResume(FormatResumeRequest request)
Format a resume into a standardized template that you provide
|
protected void |
setEnvironment(IndexingOptionsGeneric options) |
protected final EnvironmentSettings _settings
protected final ApiEndpoints _endpoints
public FormatterService(okhttp3.OkHttpClient httpClient,
EnvironmentSettings settings)
TxClient.formatter()httpClient - The http client for API callssettings - environment settingspublic FormatResumeResponse formatResume(FormatResumeRequest request) throws TxException
request - The request bodyTxException - Thrown when an API error occursprotected void setEnvironment(IndexingOptionsGeneric options)
protected okhttp3.RequestBody createJsonBody(Object body)
protected <T extends ApiResponse<?>> HttpResponse<T> executeRequest(okhttp3.Request apiRequest, Class<T> classOfT, String requestBody) throws TxException
TxExceptionCopyright © 2025. All rights reserved.