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