Class CustomerSalesAreaText.CustomerSalesAreaTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerSalesAreaText.CustomerSalesAreaTextBuilder
- Enclosing class:
- CustomerSalesAreaText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 10distributionChannel(String distributionChannel) (Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: nonelongTextID(String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4salesOrganization(String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
customer
@Nonnull public CustomerSalesAreaText.CustomerSalesAreaTextBuilder customer(@Nullable String customer) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
salesOrganization
@Nonnull public CustomerSalesAreaText.CustomerSalesAreaTextBuilder salesOrganization(@Nullable String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Returns:
this.
-
distributionChannel
@Nonnull public CustomerSalesAreaText.CustomerSalesAreaTextBuilder distributionChannel(@Nullable String distributionChannel) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Returns:
this.
-
division
@Nonnull public CustomerSalesAreaText.CustomerSalesAreaTextBuilder division(@Nullable String division) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Division
- Returns:
this.
-
language
@Nonnull public CustomerSalesAreaText.CustomerSalesAreaTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
longTextID
@Nonnull public CustomerSalesAreaText.CustomerSalesAreaTextBuilder longTextID(@Nullable String longTextID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: LongTextID
- Returns:
this.
-
longText
@Nonnull public CustomerSalesAreaText.CustomerSalesAreaTextBuilder longText(@Nullable String longText) Constraints: noneOriginal property name from the Odata EDM: LongText
- Returns:
this.
-
build
-
toString
-