We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cadce0 commit 0908881Copy full SHA for 0908881
orchestration/src/main/java/com/sap/ai/sdk/orchestration/model/SAPDocumentTranslationInputConfig.java
@@ -176,10 +176,10 @@ public Set<String> getCustomFieldNames() {
176
* Get the value of an unrecognizable property of this {@link SAPDocumentTranslationInputConfig}
177
* instance.
178
*
179
+ * @deprecated Use {@link #toMap()} instead.
180
* @param name The name of the property
181
* @return The value of the property
182
* @throws NoSuchElementException If no property with the given name could be found.
- * @deprecated Use {@link #toMap()} instead.
183
*/
184
@Nullable
185
@Deprecated
0 commit comments