Package com.microsoft.kiota.store
Interface BackedModel
public interface BackedModel
Defines the contracts for a model that is backed by a store.
-
Method Summary
Modifier and TypeMethodDescriptionGets the store that is backing the model.
-
Method Details
-
getBackingStore
Gets the store that is backing the model.- Returns:
- the backing store.
-