Package yakworks.problem
Interface IProblem.Fluent<E extends IProblem.Fluent>
-
- All Superinterfaces:
IProblem,yakworks.i18n.MsgKey,yakworks.i18n.MsgKeyDecorator,Result,Result.Fluent<E>
- Enclosing interface:
- IProblem
public static interface IProblem.Fluent<E extends IProblem.Fluent> extends IProblem, Result.Fluent<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface yakworks.problem.IProblem
IProblem.Fluent<E extends IProblem.Fluent>
-
Nested classes/interfaces inherited from interface yakworks.api.Result
Result.Fluent<E extends Result.Fluent>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Edetail(java.lang.String v)default Etype(java.lang.String v)default Etype(java.net.URI v)default Eviolations(java.util.List<Violation> v)-
Methods inherited from interface yakworks.problem.IProblem
getDetail, getInstanceURI, getMsg, getOk, getType, getViolations, setDetail, setType, setViolations
-
Methods inherited from interface yakworks.i18n.MsgKey
getFallbackMessage, setArgs, setFallbackMessage
-
Methods inherited from interface yakworks.i18n.MsgKeyDecorator
getArgs, getCode, setArgs, setCode, setMsg
-
Methods inherited from interface yakworks.api.Result
get, getDefaultCode, getPayload, getStatus, getTitle, getValue, setPayload, setStatus, setTitle
-
-