Class SalesOrganizationText.SalesOrganizationTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization.SalesOrganizationText.SalesOrganizationTextBuilder
- Enclosing class:
- SalesOrganizationText
Helper class to allow for fluent creation of SalesOrganizationText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_SalesOrganization for SalesOrganizationText to single SalesOrganization.salesOrganization(String value) (Key Field) Constraints: Not nullable, Maximum length: 4salesOrganizationName(String salesOrganizationName) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
salesOrganization
@Nonnull public SalesOrganizationText.SalesOrganizationTextBuilder salesOrganization(SalesOrganization value) Navigation property to_SalesOrganization for SalesOrganizationText to single SalesOrganization.- Parameters:
value- The SalesOrganization to build this SalesOrganizationText with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrganization
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Parameters:
value- The salesOrganization to build this SalesOrganizationText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public SalesOrganizationText.SalesOrganizationTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
salesOrganizationName
@Nonnull public SalesOrganizationText.SalesOrganizationTextBuilder salesOrganizationName(@Nullable String salesOrganizationName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SalesOrganizationName
- Returns:
this.
-
build
-
toString
-