mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-08 12:37:46 +00:00
SDK update generated by liblab
This commit is contained in:
13
src/main/java/47/one0/http/ActivitiesClient.java
Normal file
13
src/main/java/47/one0/http/ActivitiesClient.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package 47.one0.http;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import 47.one0.exceptions.ApiException;
|
||||
|
||||
public interface ActivitiesClient {
|
||||
|
||||
ResponseWithHeaders<47.one0.models.GetServerActivitiesResponse> getServerActivities() throws ApiException;
|
||||
ResponseWithHeaders<String> cancelServerActivities(String activityUUID) throws ApiException;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user