Package com.morpheusdata.core.backup
Interface MorpheusBackupProviderTypeService
-
public interface MorpheusBackupProviderTypeService
Context methods for dealing withBackupProviderType
in Morpheus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Single<BackupProviderType>
getById(java.lang.Long id)
Retrieves aBackupProviderType
objects by an Identifier.
-
-
-
Method Detail
-
getById
io.reactivex.Single<BackupProviderType> getById(java.lang.Long id)
Retrieves aBackupProviderType
objects by an Identifier.- Parameters:
id
- an identifier of aBackupProviderType
to fetch.- Returns:
- the Single Observable containing the
BackupProviderType
Object
-
-