| 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 |
getCommunityResponse |
@Nullable GetCommunityResponse | Optional<GetCommunityResponse> | ➖ | A community object. |