Class DeleteResponse

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.TreeNode, com.fasterxml.jackson.databind.JsonSerializable, com.fasterxml.jackson.databind.node.JsonNodeCreator, ScimNode, Serializable, Iterable<com.fasterxml.jackson.databind.JsonNode>

    public class DeleteResponse
    extends ScimResponse
    author Pascal Knueppel
    created at: 14.10.2019 - 20:09

    represents an update response object
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteResponse

        public DeleteResponse()
    • Method Detail

      • getHttpStatus

        public int getHttpStatus()
        the http status code of the response
        Specified by:
        getHttpStatus in class ScimResponse