ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.14

This commit is contained in:
speakeasybot
2024-09-26 00:26:45 +00:00
parent beae244178
commit fbca010d26
211 changed files with 22842 additions and 3132 deletions

View File

@@ -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;