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

mn.foreman.api.endpoints.csp.Csp Maven / Gradle / Ivy

There is a newer version: 1.78.0
Show newest version
package mn.foreman.api.endpoints.csp;

import mn.foreman.api.endpoints.csp.cpower.CPower;

/** Endpoints for CSP-related processing. */
public interface Csp {

    /**
     * Returns a new {@link CPower}.
     *
     * @return A new {@link CPower}.
     */
    CPower cpower();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy