mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.439.0
This commit is contained in:
@@ -36,8 +36,8 @@ class SDKConfiguration {
|
||||
} };
|
||||
private static final String LANGUAGE = "java";
|
||||
public static final String OPENAPI_DOC_VERSION = "0.0.3";
|
||||
public static final String SDK_VERSION = "0.10.0";
|
||||
public static final String GEN_VERSION = "2.457.2";
|
||||
public static final String SDK_VERSION = "0.10.1";
|
||||
public static final String GEN_VERSION = "2.457.9";
|
||||
private static final String BASE_PACKAGE = "dev.plexapi.sdk";
|
||||
public static final String USER_AGENT =
|
||||
String.format("speakeasy-sdk/%s %s %s %s %s",
|
||||
|
||||
@@ -23,7 +23,7 @@ public class GetBandwidthStatisticsRequest {
|
||||
* the exact meaning of this parameter is not known
|
||||
*
|
||||
*/
|
||||
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan")
|
||||
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
|
||||
private Optional<Long> timespan;
|
||||
|
||||
@JsonCreator
|
||||
|
||||
@@ -23,7 +23,7 @@ public class GetResourcesStatisticsRequest {
|
||||
* the exact meaning of this parameter is not known
|
||||
*
|
||||
*/
|
||||
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan")
|
||||
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
|
||||
private Optional<Long> timespan;
|
||||
|
||||
@JsonCreator
|
||||
|
||||
@@ -23,7 +23,7 @@ public class GetStatisticsRequest {
|
||||
* the exact meaning of this parameter is not known
|
||||
*
|
||||
*/
|
||||
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan")
|
||||
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
|
||||
private Optional<Long> timespan;
|
||||
|
||||
@JsonCreator
|
||||
|
||||
Reference in New Issue
Block a user