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.401.2
This commit is contained in:
@@ -19,7 +19,7 @@ public class GetFileHashRequestBuilder {
|
||||
this.sdk = sdk;
|
||||
}
|
||||
|
||||
public GetFileHashRequestBuilder url(java.lang.String url) {
|
||||
public GetFileHashRequestBuilder url(String url) {
|
||||
Utils.checkNotNull(url, "url");
|
||||
this.url = url;
|
||||
return this;
|
||||
@@ -31,7 +31,7 @@ public class GetFileHashRequestBuilder {
|
||||
return this;
|
||||
}
|
||||
|
||||
public GetFileHashRequestBuilder type(java.util.Optional<java.lang.Double> type) {
|
||||
public GetFileHashRequestBuilder type(Optional<Double> type) {
|
||||
Utils.checkNotNull(type, "type");
|
||||
this.type = type;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user