public final class SimpleResponse
extends org.springframework.http.ResponseEntity<io.polyglotted.common.model.MapResult>
| Modifier and Type | Field and Description |
|---|---|
static SimpleResponse |
OK |
| Constructor and Description |
|---|
SimpleResponse(org.springframework.http.HttpStatus status) |
SimpleResponse(io.polyglotted.common.model.MapResult result) |
SimpleResponse(io.polyglotted.common.model.MapResult result,
org.springframework.http.HttpStatus status) |
SimpleResponse(java.lang.String value) |
public static final SimpleResponse OK
public SimpleResponse(org.springframework.http.HttpStatus status)
public SimpleResponse(java.lang.String value)
public SimpleResponse(io.polyglotted.common.model.MapResult result)
public SimpleResponse(io.polyglotted.common.model.MapResult result,
org.springframework.http.HttpStatus status)