Interface MessageNotFound.MessageStage
-
- All Known Implementing Classes:
MessageNotFound.Builder
- Enclosing class:
- MessageNotFound
public static interface MessageNotFound.MessageStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageNotFound.Builderfrom(MessageNotFound other)MessageNotFound._FinalStagemessage(java.lang.String message)
-
-
-
Method Detail
-
message
MessageNotFound._FinalStage message(java.lang.String message)
-
from
MessageNotFound.Builder from(MessageNotFound other)
-
-