Class SalesDistrict.SalesDistrictBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict.SalesDistrict.SalesDistrictBuilder
- Enclosing class:
- SalesDistrict
Helper class to allow for fluent creation of SalesDistrict instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()salesDistrict(String salesDistrict) (Key Field) Constraints: Not nullable, Maximum length: 6text(SalesDistrictText... value) Navigation property to_Text for SalesDistrict to multiple SalesDistrictText.toString()
-
Method Details
-
text
Navigation property to_Text for SalesDistrict to multiple SalesDistrictText.- Parameters:
value- The SalesDistrictTexts to build this SalesDistrict with.- Returns:
- This Builder to allow for a fluent interface.
-
salesDistrict
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesDistrict
- Returns:
this.
-
build
-
toString
-