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

io.github.icusystem.icu_connect.api_icu.SetSession Maven / Gradle / Ivy

The newest version!
package io.github.icusystem.icu_connect.api_icu;

public class SetSession {

    public String Session_mode;

    public SetSession(String sessionMode) {
        this.Session_mode = sessionMode;
    }


}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy