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 d6b0c4a commit 477b321Copy full SHA for 477b321
core/src/main/java/com/sap/ai/sdk/core/model/AiDeployment.java
@@ -170,7 +170,7 @@ public String toString() {
170
* @return The enum value of type AiDeployment
171
*/
172
@JsonCreator
173
- @Nonnull
+ @Nullable
174
public static LastOperationEnum fromValue(@Nonnull final String value) {
175
for (LastOperationEnum b : LastOperationEnum.values()) {
176
if (b.value.equals(value)) {
0 commit comments