public static final class ProfitCenterText.ProfitCenterTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProfitCenterText |
build() |
ProfitCenterText.ProfitCenterTextBuilder |
controllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProfitCenterText.ProfitCenterTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProfitCenterText.ProfitCenterTextBuilder |
profitCenter(ProfitCenter value)
Navigation property to_ProfitCenter for ProfitCenterText to single ProfitCenter.
|
ProfitCenterText.ProfitCenterTextBuilder |
profitCenter(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProfitCenterText.ProfitCenterTextBuilder |
profitCenterLongName(String profitCenterLongName)
Constraints: Not nullable, Maximum length: 40
|
ProfitCenterText.ProfitCenterTextBuilder |
profitCenterName(String profitCenterName)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
ProfitCenterText.ProfitCenterTextBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
ProfitCenterText.ProfitCenterTextBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public ProfitCenterText.ProfitCenterTextBuilder profitCenter(ProfitCenter value)
value
- The ProfitCenter to build this ProfitCenterText with.@Nonnull public ProfitCenterText.ProfitCenterTextBuilder profitCenter(String value)
Original property name from the Odata EDM: ProfitCenter
value
- The profitCenter to build this ProfitCenterText with.public ProfitCenterText.ProfitCenterTextBuilder 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.
public ProfitCenterText.ProfitCenterTextBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
The controlling area is the highest organizational unit in Controlling.Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
public ProfitCenterText.ProfitCenterTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public ProfitCenterText.ProfitCenterTextBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public ProfitCenterText.ProfitCenterTextBuilder profitCenterName(@Nullable String profitCenterName)
Original property name from the Odata EDM: ProfitCenterName
public ProfitCenterText.ProfitCenterTextBuilder profitCenterLongName(@Nullable String profitCenterLongName)
Original property name from the Odata EDM: ProfitCenterLongName
public ProfitCenterText build()
Copyright © 2019 SAP SE. All rights reserved.