mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 20:47:45 +00:00
SDK update generated by liblab
This commit is contained in:
16
src/main/java/47/one0/http/ButlerClient.java
Normal file
16
src/main/java/47/one0/http/ButlerClient.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package 47.one0.http;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import 47.one0.exceptions.ApiException;
|
||||
|
||||
public interface ButlerClient {
|
||||
|
||||
ResponseWithHeaders<47.one0.models.GetButlerTasksResponse> getButlerTasks() throws ApiException;
|
||||
ResponseWithHeaders<String> startAllTasks() throws ApiException;
|
||||
ResponseWithHeaders<String> stopAllTasks() throws ApiException;
|
||||
ResponseWithHeaders<String> startTask(String taskName) throws ApiException;
|
||||
ResponseWithHeaders<String> stopTask(String taskName) throws ApiException;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user