Class SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salespricingconditionrecord.SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder
- Enclosing class:
- SlsPrcgCndnSupplementText
Helper class to allow for fluent creation of SlsPrcgCndnSupplementText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conditionRecord(String conditionRecord) (Key Field) Constraints: Not nullable, Maximum length: 10conditionSequentialNumber(String conditionSequentialNumber) (Key Field) Constraints: Not nullable, Maximum length: 2conditionText(String conditionText) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_SlsPrcgCndnRecdSuplmnt for SlsPrcgCndnSupplementText to single SlsPrcgCndnRecdSuplmnt.toString()
-
Method Details
-
slsPrcgCndnRecdSuplmnt
@Nonnull public SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder slsPrcgCndnRecdSuplmnt(SlsPrcgCndnRecdSuplmnt value) Navigation property to_SlsPrcgCndnRecdSuplmnt for SlsPrcgCndnSupplementText to single SlsPrcgCndnRecdSuplmnt.- Parameters:
value- The SlsPrcgCndnRecdSuplmnt to build this SlsPrcgCndnSupplementText with.- Returns:
- This Builder to allow for a fluent interface.
-
conditionRecord
@Nonnull public SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder conditionRecord(@Nullable String conditionRecord) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ConditionRecord
- Returns:
this.
-
conditionSequentialNumber
@Nonnull public SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder conditionSequentialNumber(@Nullable String conditionSequentialNumber) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionSequentialNumber
- Returns:
this.
-
language
@Nonnull public SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
conditionText
@Nonnull public SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder conditionText(@Nullable String conditionText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ConditionText
- Returns:
this.
-
eTag
@Nonnull public SlsPrcgCndnSupplementText.SlsPrcgCndnSupplementTextBuilder eTag(@Nullable String eTag) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ETag
- Returns:
this.
-
build
-
toString
-