mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-10 20:47:44 +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.JsonProperty;
|
||||
@@ -53,7 +52,7 @@ public class GetLibraryItemsImage {
|
||||
|
||||
public final static Builder builder() {
|
||||
return new Builder();
|
||||
}
|
||||
}
|
||||
|
||||
public GetLibraryItemsImage withAlt(String alt) {
|
||||
Utils.checkNotNull(alt, "alt");
|
||||
@@ -72,6 +71,7 @@ public class GetLibraryItemsImage {
|
||||
this.url = url;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equals(java.lang.Object o) {
|
||||
@@ -110,7 +110,7 @@ public class GetLibraryItemsImage {
|
||||
|
||||
private GetLibraryItemsLibraryResponse200Type type;
|
||||
|
||||
private String url;
|
||||
private String url;
|
||||
|
||||
private Builder() {
|
||||
// force use of static builder() method
|
||||
@@ -142,4 +142,3 @@ public class GetLibraryItemsImage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user