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

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

package tw.yukina.notion.sdk.client.entity;

import com.fasterxml.jackson.annotation.JsonIgnore;

public interface EntitySession {

    @JsonIgnore
    String getEntitySnapshot();

    @JsonIgnore
    String getSessionUuid();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy