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