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.Builder1
Enclosing class:
DSetError
public static interface
DSetError.Builder1
Builder helper class.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
DSetError
message
(
String
message)
Set the message of this
DSetError
instance.
Method Details
message
DSetError
message
(@Nonnull
String
message)
Set the message of this
DSetError
instance.
Parameters:
message
- The message of this
DSetError
Returns:
The DSetError instance.