1
1
/*
2
- * (C) Copyright IBM Corp. 2017, 2023 .
2
+ * (C) Copyright IBM Corp. 2024 .
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -100,9 +100,9 @@ public FederatedQueryNoticesOptions build() {
100
100
}
101
101
102
102
/**
103
- * Adds an collectionIds to collectionIds.
103
+ * Adds a new element to collectionIds.
104
104
*
105
- * @param collectionIds the new collectionIds
105
+ * @param collectionIds the new element to be added
106
106
* @return the FederatedQueryNoticesOptions builder
107
107
*/
108
108
public Builder addCollectionIds (String collectionIds ) {
@@ -115,9 +115,9 @@ public Builder addCollectionIds(String collectionIds) {
115
115
}
116
116
117
117
/**
118
- * Adds an returnField to xReturn.
118
+ * Adds a new element to xReturn.
119
119
*
120
- * @param returnField the new returnField
120
+ * @param returnField the new element to be added
121
121
* @return the FederatedQueryNoticesOptions builder
122
122
*/
123
123
public Builder addReturnField (String returnField ) {
@@ -130,9 +130,9 @@ public Builder addReturnField(String returnField) {
130
130
}
131
131
132
132
/**
133
- * Adds an sort to sort.
133
+ * Adds a new element to sort.
134
134
*
135
- * @param sort the new sort
135
+ * @param sort the new element to be added
136
136
* @return the FederatedQueryNoticesOptions builder
137
137
*/
138
138
public Builder addSort (String sort ) {
@@ -145,9 +145,9 @@ public Builder addSort(String sort) {
145
145
}
146
146
147
147
/**
148
- * Adds an similarDocumentIds to similarDocumentIds.
148
+ * Adds a new element to similarDocumentIds.
149
149
*
150
- * @param similarDocumentIds the new similarDocumentIds
150
+ * @param similarDocumentIds the new element to be added
151
151
* @return the FederatedQueryNoticesOptions builder
152
152
*/
153
153
public Builder addSimilarDocumentIds (String similarDocumentIds ) {
@@ -161,9 +161,9 @@ public Builder addSimilarDocumentIds(String similarDocumentIds) {
161
161
}
162
162
163
163
/**
164
- * Adds an similarFields to similarFields.
164
+ * Adds a new element to similarFields.
165
165
*
166
- * @param similarFields the new similarFields
166
+ * @param similarFields the new element to be added
167
167
* @return the FederatedQueryNoticesOptions builder
168
168
*/
169
169
public Builder addSimilarFields (String similarFields ) {
0 commit comments