mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 12:37:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.526.6
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/*
|
||||
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
*/
|
||||
|
||||
package dev.plexapi.sdk;
|
||||
|
||||
import com.fasterxml.jackson.core.type.TypeReference;
|
||||
@@ -29,11 +28,12 @@ import java.lang.String;
|
||||
import java.net.http.HttpRequest;
|
||||
import java.net.http.HttpResponse;
|
||||
import java.util.List;
|
||||
import java.util.Optional;
|
||||
import java.util.Optional;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* API Calls that perform operations with Plex Media Server Videos
|
||||
*
|
||||
*/
|
||||
public class Video implements
|
||||
MethodCallGetTimeline,
|
||||
@@ -48,7 +48,9 @@ public class Video implements
|
||||
|
||||
/**
|
||||
* Get the timeline for a media item
|
||||
* Get the timeline for a media item
|
||||
*
|
||||
* <p>Get the timeline for a media item
|
||||
*
|
||||
* @return The call builder
|
||||
*/
|
||||
public GetTimelineRequestBuilder getTimeline() {
|
||||
@@ -57,7 +59,9 @@ public class Video implements
|
||||
|
||||
/**
|
||||
* Get the timeline for a media item
|
||||
* Get the timeline for a media item
|
||||
*
|
||||
* <p>Get the timeline for a media item
|
||||
*
|
||||
* @param request The request object containing all of the parameters for the API call.
|
||||
* @return The response from the API call
|
||||
* @throws Exception if the API call fails
|
||||
@@ -88,6 +92,7 @@ public class Video implements
|
||||
sdkConfiguration.hooks()
|
||||
.beforeRequest(
|
||||
new BeforeRequestContextImpl(
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
@@ -99,6 +104,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
@@ -108,6 +114,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterSuccess(
|
||||
new AfterSuccessContextImpl(
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
@@ -117,6 +124,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
_baseUrl,
|
||||
"getTimeline",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
@@ -199,7 +207,9 @@ public class Video implements
|
||||
|
||||
/**
|
||||
* Start Universal Transcode
|
||||
* Begin a Universal Transcode Session
|
||||
*
|
||||
* <p>Begin a Universal Transcode Session
|
||||
*
|
||||
* @return The call builder
|
||||
*/
|
||||
public StartUniversalTranscodeRequestBuilder startUniversalTranscode() {
|
||||
@@ -208,7 +218,9 @@ public class Video implements
|
||||
|
||||
/**
|
||||
* Start Universal Transcode
|
||||
* Begin a Universal Transcode Session
|
||||
*
|
||||
* <p>Begin a Universal Transcode Session
|
||||
*
|
||||
* @param request The request object containing all of the parameters for the API call.
|
||||
* @return The response from the API call
|
||||
* @throws Exception if the API call fails
|
||||
@@ -239,6 +251,7 @@ public class Video implements
|
||||
sdkConfiguration.hooks()
|
||||
.beforeRequest(
|
||||
new BeforeRequestContextImpl(
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
@@ -250,6 +263,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
@@ -259,6 +273,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterSuccess(
|
||||
new AfterSuccessContextImpl(
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
@@ -268,6 +283,7 @@ public class Video implements
|
||||
_httpRes = sdkConfiguration.hooks()
|
||||
.afterError(
|
||||
new AfterErrorContextImpl(
|
||||
_baseUrl,
|
||||
"startUniversalTranscode",
|
||||
Optional.of(List.of()),
|
||||
_hookSecuritySource),
|
||||
|
||||
Reference in New Issue
Block a user