Class UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.codesforusagedecision.UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder
- Enclosing class:
- UsageDecisionSelectedCode
Helper class to allow for fluent creation of UsageDecisionSelectedCode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()inspectionLotQualityScore(Integer inspectionLotQualityScore) Constraints: Not nullableinspLotUsageDecisionValuation(String inspLotUsageDecisionValuation) Constraints: Not nullable, Maximum length: 1Navigation property _SelectedCodeSet for UsageDecisionSelectedCode to single UsageDecisionSelectedCodeSet.selectedCodeSet(String value) (Key Field) Constraints: Not nullable, Maximum length: 8selectedCodeSetPlant(String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4toString()Navigation property _UsageDcsnSeldCodeGrpTxt for UsageDecisionSelectedCode to multiple UsageDecisionSelectedCodeGroupText.Navigation property _UsageDcsnSeldCodeTxt for UsageDecisionSelectedCode to multiple UsageDecisionSelectedCodeText.usageDecisionCode(String usageDecisionCode) (Key Field) Constraints: Not nullable, Maximum length: 4usageDecisionCodeGroup(String usageDecisionCodeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8
-
Method Details
-
selectedCodeSet
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder selectedCodeSet(UsageDecisionSelectedCodeSet value) Navigation property _SelectedCodeSet for UsageDecisionSelectedCode to single UsageDecisionSelectedCodeSet.- Parameters:
value- The UsageDecisionSelectedCodeSet to build this UsageDecisionSelectedCode with.- Returns:
- This Builder to allow for a fluent interface.
-
selectedCodeSet
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder selectedCodeSet(String value) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Parameters:
value- The selectedCodeSet to build this UsageDecisionSelectedCode with.- Returns:
- This Builder to allow for a fluent interface.
-
usageDcsnSeldCodeGrpTxt
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder usageDcsnSeldCodeGrpTxt(UsageDecisionSelectedCodeGroupText... value) Navigation property _UsageDcsnSeldCodeGrpTxt for UsageDecisionSelectedCode to multiple UsageDecisionSelectedCodeGroupText.- Parameters:
value- The UsageDecisionSelectedCodeGroupTexts to build this UsageDecisionSelectedCode with.- Returns:
- This Builder to allow for a fluent interface.
-
usageDcsnSeldCodeTxt
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder usageDcsnSeldCodeTxt(UsageDecisionSelectedCodeText... value) Navigation property _UsageDcsnSeldCodeTxt for UsageDecisionSelectedCode to multiple UsageDecisionSelectedCodeText.- Parameters:
value- The UsageDecisionSelectedCodeTexts to build this UsageDecisionSelectedCode with.- Returns:
- This Builder to allow for a fluent interface.
-
selectedCodeSetPlant
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder selectedCodeSetPlant(@Nullable String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Returns:
this.
-
usageDecisionCodeGroup
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder usageDecisionCodeGroup(@Nullable String usageDecisionCodeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: UsageDecisionCodeGroup
- Returns:
this.
-
usageDecisionCode
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder usageDecisionCode(@Nullable String usageDecisionCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: UsageDecisionCode
- Returns:
this.
-
inspLotUsageDecisionValuation
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder inspLotUsageDecisionValuation(@Nullable String inspLotUsageDecisionValuation) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotUsageDecisionValuation
- Returns:
this.
-
inspectionLotQualityScore
@Nonnull public UsageDecisionSelectedCode.UsageDecisionSelectedCodeBuilder inspectionLotQualityScore(@Nullable Integer inspectionLotQualityScore) Constraints: Not nullableOriginal property name from the Odata EDM: InspectionLotQualityScore
- Returns:
this.
-
build
-
toString
-