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