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