Package com.seam.api.types
Interface DevicesGetResponse.DeviceStage
-
- All Known Implementing Classes:
DevicesGetResponse.Builder
- Enclosing class:
- DevicesGetResponse
public static interface DevicesGetResponse.DeviceStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevicesGetResponse.OkStagedevice(Device device)DevicesGetResponse.Builderfrom(DevicesGetResponse other)
-
-
-
Method Detail
-
device
DevicesGetResponse.OkStage device(Device device)
-
from
DevicesGetResponse.Builder from(DevicesGetResponse other)
-
-