Interface CommentResponse.ModelStage
-
- All Known Implementing Classes:
CommentResponse.Builder
- Enclosing class:
- CommentResponse
public static interface CommentResponse.ModelStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentResponse.Builderfrom(CommentResponse other)CommentResponse._FinalStagemodel(Comment model)
-
-
-
Method Detail
-
model
CommentResponse._FinalStage model(Comment model)
-
from
CommentResponse.Builder from(CommentResponse other)
-
-