<aside> <img src="attachment:a3a56fc3-c53c-47ff-aacc-d7c34f62abfd:table_of_content.png" alt="attachment:a3a56fc3-c53c-47ff-aacc-d7c34f62abfd:table_of_content.png" width="40px" />
TABLE OF CONTENT
</aside>
MultiStatusResponseType| Package | ‣ dev.tommasop1804.springutils.response |
|---|---|
| Since version | 1.0.0 |
| № | NAME |
|---|---|
| 0 | WEBDAV_XML |
| 1 | MAP |
| 2 | GROUPED_BY_STATUS_MAP |
| 3 | GROUPED_BY_FAMILY_MAP |
ResourceResult| Since version | 1.0.0 |
|---|
Represents the result of a resource operation containing metadata about the operation's outcome.
Can be used to build a Multi-Status response.
:ij-parameter: reference
| Since version | 1.0.0 |
|---|---|
| Type | :ij-kt-class: Any |
The reference related to the resource (if XML -> the href URI).
:ij-parameter: statusCode
| Since version | 1.0.0 |
|---|---|
| Type | ‣ HttpStatus |
The HTTP status code representing the outcome of the operation.
:ij-parameter: description
| Since version | 1.0.0 |
|---|---|
| Type | :ij-kt-class: String? |
The HTTP status code representing the outcome of the operation.
Only default constructor is provided, with description that is default setted to null.