Class SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationscorecard.SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder
- Enclosing class:
- SuplrEvalSccrdQuestion
-
Method Summary
Modifier and TypeMethodDescriptionbuild()minimalScore(Short minimalScore) Constraints: nonequestionName(String questionName) Constraints: Not nullable, Maximum length: 60sLCQuestionType(String sLCQuestionType) Constraints: Not nullable, Maximum length: 2suplrEvalReqQuestionUUID(UUID suplrEvalReqQuestionUUID) Constraints: nonesuplrEvalSccrdQuestionUUID(UUID suplrEvalSccrdQuestionUUID) (Key Field) Constraints: Not nullablesuplrEvalSccrdSectionUUID(UUID suplrEvalSccrdSectionUUID) Constraints: nonesuplrEvalSccrdUUID(UUID suplrEvalSccrdUUID) Constraints: nonesupplierEvalQuestion(String supplierEvalQuestion) Constraints: Not nullable, Maximum length: 20supplierEvalRequestQuestion(String supplierEvalRequestQuestion) Constraints: Not nullable, Maximum length: 20targetScore(Short targetScore) Constraints: nonetoString()weightingFactor(Short weightingFactor) Constraints: none
-
Method Details
-
suplrEvalSccrdQuestionUUID
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder suplrEvalSccrdQuestionUUID(@Nullable UUID suplrEvalSccrdQuestionUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalSccrdQuestionUUID
- Returns:
this.
-
suplrEvalSccrdUUID
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder suplrEvalSccrdUUID(@Nullable UUID suplrEvalSccrdUUID) Constraints: noneOriginal property name from the Odata EDM: SuplrEvalSccrdUUID
- Returns:
this.
-
suplrEvalSccrdSectionUUID
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder suplrEvalSccrdSectionUUID(@Nullable UUID suplrEvalSccrdSectionUUID) Constraints: noneOriginal property name from the Odata EDM: SuplrEvalSccrdSectionUUID
- Returns:
this.
-
suplrEvalReqQuestionUUID
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder suplrEvalReqQuestionUUID(@Nullable UUID suplrEvalReqQuestionUUID) Constraints: noneOriginal property name from the Odata EDM: SuplrEvalReqQuestionUUID
- Returns:
this.
-
supplierEvalQuestion
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder supplierEvalQuestion(@Nullable String supplierEvalQuestion) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SupplierEvalQuestion
- Returns:
this.
-
supplierEvalRequestQuestion
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder supplierEvalRequestQuestion(@Nullable String supplierEvalRequestQuestion) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SupplierEvalRequestQuestion
- Returns:
this.
-
questionName
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder questionName(@Nullable String questionName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: QuestionName
- Returns:
this.
-
sLCQuestionType
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder sLCQuestionType(@Nullable String sLCQuestionType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SLCQuestionType
- Returns:
this.
-
weightingFactor
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder weightingFactor(@Nullable Short weightingFactor) Constraints: noneOriginal property name from the Odata EDM: WeightingFactor
- Returns:
this.
-
minimalScore
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder minimalScore(@Nullable Short minimalScore) Constraints: noneOriginal property name from the Odata EDM: MinimalScore
- Returns:
this.
-
targetScore
@Nonnull public SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder targetScore(@Nullable Short targetScore) Constraints: noneOriginal property name from the Odata EDM: TargetScore
- Returns:
this.
-
build
-
toString
-