Package com.morpheusdata.core
Interface MorpheusOsTypeService
-
public interface MorpheusOsTypeService
- Since:
- 0.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Observable<OsType>
listAll()
Get a list of all the OsType objects
-
-
-
Method Detail
-
listAll
io.reactivex.Observable<OsType> listAll()
Get a list of all the OsType objects- Returns:
- Observable stream of OsType
-
-