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

tw.yukina.notion.sdk.client.entity.Entity Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package tw.yukina.notion.sdk.client.entity;

import com.fasterxml.jackson.annotation.JsonIgnore;

public interface Entity {

    @JsonIgnore
    String getEntitySnapshot();

    @JsonIgnore
    void setEntitySnapshot(String entitySnapshot);

    @JsonIgnore
    String getSessionUuid();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy