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

tw.yukina.notion.sdk.client.NotionClient Maven / Gradle / Ivy

package tw.yukina.notion.sdk.client;


import tw.yukina.notion.sdk.model.database.Database;
import tw.yukina.notion.sdk.model.page.Page;

public interface NotionClient {

    Page getPageByUuid(String uuid);

    Database getDatabaseByUuid(String uuid);

    void flush();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy