public static final class DivisionText.DivisionTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DivisionText |
build() |
DivisionText.DivisionTextBuilder |
division(Division value)
Navigation property to_Division for DivisionText to single Division.
|
DivisionText.DivisionTextBuilder |
division(String value)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
DivisionText.DivisionTextBuilder |
divisionName(String divisionName)
Constraints: Not nullable, Maximum length: 20
|
DivisionText.DivisionTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public DivisionText.DivisionTextBuilder division(Division value)
value
- The Division to build this DivisionText with.@Nonnull public DivisionText.DivisionTextBuilder division(String value)
Original property name from the Odata EDM: Division
A product or service is always assigned to just one division. From the point of view of sales and distribution, the use of divisions lets you organize your sales structure around groups of similar products or product lines. This allows the people in a division who process orders and service customers to specialize within a manageable area of expertise.If a sales organization sells food and non-food products through both retail and wholesaledistribution channels each distribution channel could then be further split into food and non-food divisions.
value
- The division to build this DivisionText with.public DivisionText.DivisionTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public DivisionText.DivisionTextBuilder divisionName(@Nullable String divisionName)
Original property name from the Odata EDM: DivisionName
this
.public DivisionText build()
Copyright © 2020 SAP SE. All rights reserved.