public static final class CostCenterText.CostCenterTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CostCenterText |
build() |
CostCenterText.CostCenterTextBuilder |
controllingArea(String controllingArea)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CostCenterText.CostCenterTextBuilder |
costCenter(CostCenter value)
Navigation property to_CostCenter for CostCenterText to single CostCenter.
|
CostCenterText.CostCenterTextBuilder |
costCenter(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
CostCenterText.CostCenterTextBuilder |
costCenterDescription(String costCenterDescription)
Constraints: Not nullable, Maximum length: 40
|
CostCenterText.CostCenterTextBuilder |
costCenterName(String costCenterName)
Constraints: Not nullable, Maximum length: 20
|
CostCenterText.CostCenterTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
CostCenterText.CostCenterTextBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
CostCenterText.CostCenterTextBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public CostCenterText.CostCenterTextBuilder costCenter(CostCenter value)
value
- The CostCenter to build this CostCenterText with.@Nonnull public CostCenterText.CostCenterTextBuilder costCenter(String value)
Original property name from the Odata EDM: CostCenter
value
- The costCenter to build this CostCenterText with.public CostCenterText.CostCenterTextBuilder 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 CostCenterText.CostCenterTextBuilder 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 CostCenterText.CostCenterTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public CostCenterText.CostCenterTextBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public CostCenterText.CostCenterTextBuilder costCenterName(@Nullable String costCenterName)
Original property name from the Odata EDM: CostCenterName
public CostCenterText.CostCenterTextBuilder costCenterDescription(@Nullable String costCenterDescription)
Original property name from the Odata EDM: CostCenterDescription
public CostCenterText build()
Copyright © 2019 SAP SE. All rights reserved.