com.nulabinc.backlog4j.api.PriorityMethods Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backlog4j Show documentation
Show all versions of backlog4j Show documentation
Backlog4j is a Backlog binding library for Java.
package com.nulabinc.backlog4j.api;
import com.nulabinc.backlog4j.BacklogException;
import com.nulabinc.backlog4j.Priority;
import com.nulabinc.backlog4j.ResponseList;
/**
* Executes Backlog Priority APIs.
*
* @author nulab-inc
*/
public interface PriorityMethods {
/**
* Returns the priorities.
*
* @return the priorities in a list.
* @throws BacklogException
*/
ResponseList getPriorities() throws BacklogException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy