Class GetResponse

  • 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 GetResponse
    extends ScimResponse
    author Pascal Knueppel
    created at: 14.10.2019 - 20:09

    represents a get response object
    See Also:
    Serialized Form
    • Constructor Detail

      • GetResponse

        public GetResponse​(com.fasterxml.jackson.databind.JsonNode responseNode,
                           String location,
                           Meta meta)
    • Method Detail

      • getHttpStatus

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