Class SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationresponse.SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder
- Enclosing class:
- SuplrEvalRspExplText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2suplrEvalReqUUID(UUID suplrEvalReqUUID) (Key Field) Constraints: Not nullablesuplrEvalRspExplanationText(String suplrEvalRspExplanationText) Constraints: nonetoString()
-
Method Details
-
suplrEvalReqUUID
@Nonnull public SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder suplrEvalReqUUID(@Nullable UUID suplrEvalReqUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalReqUUID
- Returns:
this.
-
language
@Nonnull public SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
suplrEvalRspExplanationText
@Nonnull public SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder suplrEvalRspExplanationText(@Nullable String suplrEvalRspExplanationText) Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspExplanationText
- Returns:
this.
-
build
-
toString
-