Package com.morpheusdata.core
Interface MorpheusContainerTypeService
-
public interface MorpheusContainerTypeService
Context methods for syncingContainerType
in Morpheus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Single<ContainerType>
get(java.lang.Long id)
Get aContainerType
by id.
-
-
-
Method Detail
-
get
io.reactivex.Single<ContainerType> get(java.lang.Long id)
Get aContainerType
by id.- Parameters:
id
- ContainerType id- Returns:
- Single ContainerType
-
-