mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-07 04:20:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.14
This commit is contained in:
@@ -10,7 +10,7 @@ import java.lang.Integer;
|
||||
public class GetSearchLibraryRequestBuilder {
|
||||
|
||||
private Integer sectionKey;
|
||||
private QueryParamType type;
|
||||
private GetSearchLibraryQueryParamType type;
|
||||
private final SDKMethodInterfaces.MethodCallGetSearchLibrary sdk;
|
||||
|
||||
public GetSearchLibraryRequestBuilder(SDKMethodInterfaces.MethodCallGetSearchLibrary sdk) {
|
||||
@@ -23,7 +23,7 @@ public class GetSearchLibraryRequestBuilder {
|
||||
return this;
|
||||
}
|
||||
|
||||
public GetSearchLibraryRequestBuilder type(QueryParamType type) {
|
||||
public GetSearchLibraryRequestBuilder type(GetSearchLibraryQueryParamType type) {
|
||||
Utils.checkNotNull(type, "type");
|
||||
this.type = type;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user