mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-10 04:20:58 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2
This commit is contained in:
@@ -16,7 +16,7 @@ public class GetSearchResultsRequestBuilder {
|
||||
this.sdk = sdk;
|
||||
}
|
||||
|
||||
public GetSearchResultsRequestBuilder query(java.lang.String query) {
|
||||
public GetSearchResultsRequestBuilder query(String query) {
|
||||
Utils.checkNotNull(query, "query");
|
||||
this.query = query;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user