Package com.chrt.api.types
Interface ValidationError.MsgStage
-
- All Known Implementing Classes:
ValidationError.Builder
- Enclosing class:
- ValidationError
public static interface ValidationError.MsgStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationError.Builderfrom(ValidationError other)ValidationError.TypeStagemsg(java.lang.String msg)
-
-
-
Method Detail
-
msg
ValidationError.TypeStage msg(@NotNull java.lang.String msg)
-
from
ValidationError.Builder from(ValidationError other)
-
-