<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>

Multi-Status


:ij-kt-enum: MultiStatusResponseType

Package dev.tommasop1804.springutils.response
Since version 1.0.0

Entries

NAME
0 WEBDAV_XML
1 MAP
2 GROUPED_BY_STATUS_MAP
3 GROUPED_BY_FAMILY_MAP

:ij-kt-class: 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.

Properties

: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.

Constructors

Only default constructor is provided, with description that is default setted to null.