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

tw.yukina.notion.sdk.PersonService Maven / Gradle / Ivy

package tw.yukina.notion.sdk;

public class PersonService {
    public String sayHello(String name) {
        return "Hello " + name;
    }

    public Integer lengthOfName(String name) {
        return name.length();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy