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

mn.foreman.api.endpoints.autominer.Autominer Maven / Gradle / Ivy

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

import mn.foreman.api.model.ApiType;

import java.util.Map;

/**
 * An {@link Autominer} provides a handler for interacting with the autominer
 * API endpoints.
 */
public interface Autominer {

    /**
     * Returns all of the autominer mappings.
     *
     * @return The autominer mappings.
     */
    Map mappings();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy