Package com.morpheusdata.core.network
Interface MorpheusNetworkTypeService
- All Superinterfaces:
MorpheusDataQueryService<NetworkType>
,MorpheusDataService<NetworkType,
NetworkType>
This Context deals with interactions related to
NetworkType
objects. It can normally
be accessed via the primary MorpheusContext
via the MorpheusNetworkService
Examples:
morpheusContext.getNetwork().getType()
- Since:
- 0.8.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<NetworkType>
findByCode
(String code) Deprecated.Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
findByCode
Deprecated.Find a Network Type by code- Parameters:
code
- Name of the type- Returns:
- An instance of NetworkType
-