| Field | Setter Type | Getter Type | Required | Description |
|---|---|---|---|---|
contentType |
String | String | ✔️ | HTTP response content type for this operation |
statusCode |
int | int | ✔️ | HTTP response status code for this operation |
rawResponse |
HttpResponse<?> | HttpResponse<?> | ✔️ | Raw HTTP response; suitable for custom response parsing |
xArticleResponse |
@Nullable XArticleResponse | Optional<XArticleResponse> | ➖ | A list of objects containing detailed article data for each valid ID provided. |