Package com.morpheusdata.core.network
Interface MorpheusNetworkTypeService
-
public interface MorpheusNetworkTypeService
This Context deals with interactions related toNetworkType
objects. It can normally be accessed via the primaryMorpheusContext
via theMorpheusNetworkService
Examples:
morpheusContext.getNetwork().getType()
- Since:
- 0.8.0
- See Also:
MorpheusNetworkService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Single<NetworkType>
findByCode(java.lang.String code)
Find a Network Type by code
-
-
-
Method Detail
-
findByCode
io.reactivex.Single<NetworkType> findByCode(java.lang.String code)
Find a Network Type by code- Parameters:
code
- Name of the type- Returns:
- An instance of NetworkType
-
-