mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-08 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.526.6
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
/*
|
||||
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
*/
|
||||
|
||||
|
||||
package dev.plexapi.sdk.models.operations;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.annotation.JsonInclude.Include;
|
||||
@@ -251,7 +250,7 @@ public class GetLibraryItemsMedia {
|
||||
|
||||
public final static Builder builder() {
|
||||
return new Builder();
|
||||
}
|
||||
}
|
||||
|
||||
public GetLibraryItemsMedia withId(int id) {
|
||||
Utils.checkNotNull(id, "id");
|
||||
@@ -450,6 +449,7 @@ public class GetLibraryItemsMedia {
|
||||
this.part = part;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equals(java.lang.Object o) {
|
||||
@@ -563,7 +563,7 @@ public class GetLibraryItemsMedia {
|
||||
|
||||
private Optional<Boolean> has64bitOffsets = Optional.empty();
|
||||
|
||||
private List<GetLibraryItemsPart> part;
|
||||
private List<GetLibraryItemsPart> part;
|
||||
|
||||
private Builder() {
|
||||
// force use of static builder() method
|
||||
@@ -770,7 +770,8 @@ public class GetLibraryItemsMedia {
|
||||
public GetLibraryItemsMedia build() {
|
||||
if (optimizedForStreaming == null) {
|
||||
optimizedForStreaming = _SINGLETON_VALUE_OptimizedForStreaming.value();
|
||||
} return new GetLibraryItemsMedia(
|
||||
}
|
||||
return new GetLibraryItemsMedia(
|
||||
id,
|
||||
duration,
|
||||
bitrate,
|
||||
@@ -798,4 +799,3 @@ public class GetLibraryItemsMedia {
|
||||
new TypeReference<Optional<? extends GetLibraryItemsOptimizedForStreaming>>() {});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user