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

commonMain.com.algolia.search.model.indexing.Indexable.kt Maven / Gradle / Ivy

package com.algolia.search.model.indexing

import com.algolia.search.endpoint.EndpointIndexing
import com.algolia.search.model.ObjectID

/**
 * Inheritors of this interface can be used with [EndpointIndexing] methods for saving or updating objects.
 */
public interface Indexable {

    public val objectID: ObjectID
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy