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

org.kubinity.soap.client.command.MiscCommand.kt Maven / Gradle / Ivy

The newest version!
package org.kubinity.soap.client.command

class MiscCommand private constructor() {
    companion object {
        fun notify(message: String): Command {
            return Command("notify $message");
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy