mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 04:20:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2
This commit is contained in:
@@ -23,7 +23,7 @@ public class GetResourcesStatisticsRequestBuilder {
|
||||
return this;
|
||||
}
|
||||
|
||||
public GetResourcesStatisticsRequestBuilder timespan(java.util.Optional<java.lang.Long> timespan) {
|
||||
public GetResourcesStatisticsRequestBuilder timespan(Optional<Long> timespan) {
|
||||
Utils.checkNotNull(timespan, "timespan");
|
||||
this.timespan = timespan;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user