public static final class OrganizationDivisionText.OrganizationDivisionTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
OrganizationDivisionText |
build() |
OrganizationDivisionText.OrganizationDivisionTextBuilder |
cnsldtnDivision(OrganizationDivision value)
Navigation property to_CnsldtnDivision for OrganizationDivisionText to single
OrganizationDivision.
|
OrganizationDivisionText.OrganizationDivisionTextBuilder |
division(String division)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
OrganizationDivisionText.OrganizationDivisionTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
OrganizationDivisionText.OrganizationDivisionTextBuilder |
organizationDivisionText(String organizationDivisionText)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
@Nonnull public OrganizationDivisionText.OrganizationDivisionTextBuilder cnsldtnDivision(OrganizationDivision value)
value
- The OrganizationDivision to build this OrganizationDivisionText with.@Nonnull public OrganizationDivisionText.OrganizationDivisionTextBuilder 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
.@Nonnull public OrganizationDivisionText.OrganizationDivisionTextBuilder division(@Nullable String division)
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.
areas and the business areas for a material, product, or service.this
.@Nonnull public OrganizationDivisionText.OrganizationDivisionTextBuilder organizationDivisionText(@Nullable String organizationDivisionText)
Original property name from the Odata EDM: OrganizationDivisionText
this
.@Nonnull public OrganizationDivisionText build()
Copyright © 2021 SAP SE. All rights reserved.