Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
TechnicalErrorErrorDetails |
TechnicalErrorErrorDetails.message(String message)
Set the message of this
TechnicalErrorErrorDetails instance and return the same instance. |
TechnicalErrorErrorDetails |
TechnicalErrorErrorDetails.severity(String severity)
Set the severity of this
TechnicalErrorErrorDetails instance and return the same instance. |
Modifier and Type | Method and Description |
---|---|
List<TechnicalErrorErrorDetails> |
TechnicalErrorError.getDetails()
Get details
|
Modifier and Type | Method and Description |
---|---|
TechnicalErrorError |
TechnicalErrorError.addDetailsItem(TechnicalErrorErrorDetails detailsItem)
Add one Details instance to this
TechnicalErrorError . |
Modifier and Type | Method and Description |
---|---|
TechnicalErrorError |
TechnicalErrorError.details(List<TechnicalErrorErrorDetails> details)
Set the details of this
TechnicalErrorError instance and return the same instance. |
void |
TechnicalErrorError.setDetails(List<TechnicalErrorErrorDetails> details)
Set the details of this
TechnicalErrorError instance. |
Copyright © 2020 SAP SE. All rights reserved.