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