Class SalesOrganization.SalesOrganizationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization.SalesOrganization.SalesOrganizationBuilder
- Enclosing class:
- SalesOrganization
Helper class to allow for fluent creation of SalesOrganization instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4intercompanyBillingCustomer(String intercompanyBillingCustomer) Constraints: Not nullable, Maximum length: 10salesOrganization(String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4salesOrganizationCurrency(String salesOrganizationCurrency) Constraints: Not nullable, Maximum length: 5text(SalesOrganizationText... value) Navigation property to_Text for SalesOrganization to multiple SalesOrganizationText.toString()
-
Method Details
-
text
Navigation property to_Text for SalesOrganization to multiple SalesOrganizationText.- Parameters:
value- The SalesOrganizationTexts to build this SalesOrganization with.- Returns:
- This Builder to allow for a fluent interface.
-
salesOrganization
@Nonnull public SalesOrganization.SalesOrganizationBuilder salesOrganization(@Nullable String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Returns:
this.
-
salesOrganizationCurrency
@Nonnull public SalesOrganization.SalesOrganizationBuilder salesOrganizationCurrency(@Nullable String salesOrganizationCurrency) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: SalesOrganizationCurrency
- Returns:
this.
-
companyCode
@Nonnull public SalesOrganization.SalesOrganizationBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
intercompanyBillingCustomer
@Nonnull public SalesOrganization.SalesOrganizationBuilder intercompanyBillingCustomer(@Nullable String intercompanyBillingCustomer) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: IntercompanyBillingCustomer
- Returns:
this.
-
build
-
toString
-