Package com.seam.api.types
Interface EventsListResponse.OkStage
-
- All Known Implementing Classes:
EventsListResponse.Builder
- Enclosing class:
- EventsListResponse
public static interface EventsListResponse.OkStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventsListResponse.Builderfrom(EventsListResponse other)EventsListResponse._FinalStageok(boolean ok)
-
-
-
Method Detail
-
ok
EventsListResponse._FinalStage ok(boolean ok)
-
from
EventsListResponse.Builder from(EventsListResponse other)
-
-