Class SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement.SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder
- Enclosing class:
- SalesSchedgAgrmtText
Helper class to allow for fluent creation of SalesSchedgAgrmtText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: nonelongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4salesSchedgAgrmt(SalesSchedgAgrmt value) Navigation property to_SalesSchedgAgrmt for SalesSchedgAgrmtText to single SalesSchedgAgrmt.salesSchedulingAgreement(String salesSchedulingAgreement) (Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
salesSchedgAgrmt
@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder salesSchedgAgrmt(SalesSchedgAgrmt value) Navigation property to_SalesSchedgAgrmt for SalesSchedgAgrmtText to single SalesSchedgAgrmt.- Parameters:
value- The SalesSchedgAgrmt to build this SalesSchedgAgrmtText with.- Returns:
- This Builder to allow for a fluent interface.
-
salesSchedulingAgreement
@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder salesSchedulingAgreement(@Nullable String salesSchedulingAgreement) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesSchedulingAgreement
- Returns:
this.
-
language
@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
longTextID
@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder longTextID(@Nullable String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
this.
-
longText
@Nonnull public SalesSchedgAgrmtText.SalesSchedgAgrmtTextBuilder longText(@Nullable String longText) Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
this.
-
build
-
toString
-