All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.kiota.store.BackedModel Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.microsoft.kiota.store;

import jakarta.annotation.Nonnull;

/** Defines the contracts for a model that is backed by a store. */
public interface BackedModel {
    /**
     * Gets the store that is backing the model.
     * @return the backing store.
     */
    @Nonnull BackingStore getBackingStore();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy