Class SalesDistrictText.SalesDistrictTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict.SalesDistrictText.SalesDistrictTextBuilder
- Enclosing class:
- SalesDistrictText
Helper class to allow for fluent creation of SalesDistrictText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2salesDistrict(SalesDistrict value) Navigation property to_SalesDistrict for SalesDistrictText to single SalesDistrict.salesDistrict(String value) (Key Field) Constraints: Not nullable, Maximum length: 6salesDistrictName(String salesDistrictName) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
salesDistrict
Navigation property to_SalesDistrict for SalesDistrictText to single SalesDistrict.- Parameters:
value- The SalesDistrict to build this SalesDistrictText 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
- Parameters:
value- The salesDistrict to build this SalesDistrictText 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.
-
salesDistrictName
@Nonnull public SalesDistrictText.SalesDistrictTextBuilder salesDistrictName(@Nullable String salesDistrictName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SalesDistrictName
- Returns:
this.
-
build
-
toString
-