mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-10 12:37:45 +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;
|
||||
@@ -690,7 +689,7 @@ public class GetLibraryItemsStream {
|
||||
|
||||
public final static Builder builder() {
|
||||
return new Builder();
|
||||
}
|
||||
}
|
||||
|
||||
public GetLibraryItemsStream withId(long id) {
|
||||
Utils.checkNotNull(id, "id");
|
||||
@@ -1318,6 +1317,7 @@ public class GetLibraryItemsStream {
|
||||
this.canAutoSync = canAutoSync;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equals(java.lang.Object o) {
|
||||
@@ -1531,7 +1531,7 @@ public class GetLibraryItemsStream {
|
||||
|
||||
private Optional<String> title = Optional.empty();
|
||||
|
||||
private Optional<Boolean> canAutoSync = Optional.empty();
|
||||
private Optional<Boolean> canAutoSync = Optional.empty();
|
||||
|
||||
private Builder() {
|
||||
// force use of static builder() method
|
||||
@@ -2207,4 +2207,3 @@ public class GetLibraryItemsStream {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user