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

backlog4j.ResolutionList Maven / Gradle / Ivy

package backlog4j;

import java.util.List;

/**
 * @author eguchi
 */
public interface ResolutionList extends List {

    Resolution getById(Integer id);

    Resolution getByName(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy