JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.sap.ai.sdk.core.model
Interface DSetError.Builder
Enclosing class:
DSetError
public static interface
DSetError.Builder
Builder helper class.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
DSetError.Builder1
code
(
String
code)
Set the code of this
DSetError
instance.
Method Details
code
DSetError.Builder1
code
(@Nonnull
String
code)
Set the code of this
DSetError
instance.
Parameters:
code
- The code of this
DSetError
Returns:
The DSetError builder.