Interface ParserRunGetResponse.SuccessStage
-
- All Known Implementing Classes:
ParserRunGetResponse.Builder
- Enclosing class:
- ParserRunGetResponse
public static interface ParserRunGetResponse.SuccessStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParserRunGetResponse.Builderfrom(ParserRunGetResponse other)ParserRunGetResponse.ParserRunStagesuccess(boolean success)
-
-
-
Method Detail
-
success
ParserRunGetResponse.ParserRunStage success(boolean success)
-
from
ParserRunGetResponse.Builder from(ParserRunGetResponse other)
-
-