Class SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationresponse.SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder
- Enclosing class:
- SuplrEvalRspRootQnaire
Helper class to allow for fluent creation of SuplrEvalRspRootQnaire instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()calculatedScore(Double calculatedScore) Constraints: noneisScoringRelevant(Boolean isScoringRelevant) Constraints: noneminimalScore(Short minimalScore) Constraints: nonenumberOfResponses(Integer numberOfResponses) Constraints: nonesuplrEvalOrdinalNumber(Integer suplrEvalOrdinalNumber) Constraints: nonesuplrEvalRspQuestionnaireUUID(UUID suplrEvalRspQuestionnaireUUID) (Key Field) Constraints: Not nullableNavigation property to_SuplrEvalRspStrucQnaire for SuplrEvalRspRootQnaire to multiple SuplrEvalRspStrucQnaire.suplrEvalRspUUID(UUID suplrEvalRspUUID) Constraints: nonetargetScore(Short targetScore) Constraints: nonetoString()weightingFactor(Short weightingFactor) Constraints: none
-
Method Details
-
suplrEvalRspStrucQnaire
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder suplrEvalRspStrucQnaire(SuplrEvalRspStrucQnaire... value) Navigation property to_SuplrEvalRspStrucQnaire for SuplrEvalRspRootQnaire to multiple SuplrEvalRspStrucQnaire.- Parameters:
value- The SuplrEvalRspStrucQnaires to build this SuplrEvalRspRootQnaire with.- Returns:
- This Builder to allow for a fluent interface.
-
suplrEvalRspQuestionnaireUUID
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder suplrEvalRspQuestionnaireUUID(@Nullable UUID suplrEvalRspQuestionnaireUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
- Returns:
this.
-
suplrEvalRspUUID
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder suplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID) Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
- Returns:
this.
-
calculatedScore
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder calculatedScore(@Nullable Double calculatedScore) Constraints: noneOriginal property name from the Odata EDM: CalculatedScore
- Returns:
this.
-
isScoringRelevant
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder isScoringRelevant(@Nullable Boolean isScoringRelevant) Constraints: noneOriginal property name from the Odata EDM: IsScoringRelevant
- Returns:
this.
-
minimalScore
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder minimalScore(@Nullable Short minimalScore) Constraints: noneOriginal property name from the Odata EDM: MinimalScore
- Returns:
this.
-
numberOfResponses
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder numberOfResponses(@Nullable Integer numberOfResponses) Constraints: noneOriginal property name from the Odata EDM: NumberOfResponses
- Returns:
this.
-
suplrEvalOrdinalNumber
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder suplrEvalOrdinalNumber(@Nullable Integer suplrEvalOrdinalNumber) Constraints: noneOriginal property name from the Odata EDM: SuplrEvalOrdinalNumber
- Returns:
this.
-
targetScore
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder targetScore(@Nullable Short targetScore) Constraints: noneOriginal property name from the Odata EDM: TargetScore
- Returns:
this.
-
weightingFactor
@Nonnull public SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder weightingFactor(@Nullable Short weightingFactor) Constraints: noneOriginal property name from the Odata EDM: WeightingFactor
- Returns:
this.
-
build
-
toString
-