Uses of Interface
org.zalando.problem.StatusType
-
Packages that use StatusType Package Description org.zalando.problem -
-
Uses of StatusType in org.zalando.problem
Classes in org.zalando.problem that implement StatusType Modifier and Type Class Description classStatusCommonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.Methods in org.zalando.problem that return StatusType Modifier and Type Method Description StatusTypeAbstractThrowableProblem. getStatus()default StatusTypeProblem. getStatus()The HTTP status code generated by the origin server for this occurrence of the problem.Methods in org.zalando.problem with parameters of type StatusType Modifier and Type Method Description static ThrowableProblemProblem. valueOf(StatusType status)static ThrowableProblemProblem. valueOf(StatusType status, String detail)static ThrowableProblemProblem. valueOf(StatusType status, String detail, URI instance)static ThrowableProblemProblem. valueOf(StatusType status, URI instance)ProblemBuilderProblemBuilder. withStatus(StatusType status)Constructors in org.zalando.problem with parameters of type StatusType Constructor Description AbstractThrowableProblem(URI type, String title, StatusType status)AbstractThrowableProblem(URI type, String title, StatusType status, String detail)AbstractThrowableProblem(URI type, String title, StatusType status, String detail, URI instance)AbstractThrowableProblem(URI type, String title, StatusType status, String detail, URI instance, ThrowableProblem cause)AbstractThrowableProblem(URI type, String title, StatusType status, String detail, URI instance, ThrowableProblem cause, Map<String,Object> parameters)
-