public static class CostCenterText.CostCenterTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CostCenterText |
build() |
CostCenterText.CostCenterTextBuilder |
companyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CostCenterText.CostCenterTextBuilder |
costCenterDescription(String costCenterDescription)
Constraints: Not nullable, Maximum length: 40
|
CostCenterText.CostCenterTextBuilder |
costCenterID(String costCenterID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
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
|
public CostCenterText.CostCenterTextBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.public CostCenterText.CostCenterTextBuilder costCenterID(@Nullable String costCenterID)
Original property name from the Odata EDM: CostCenterID
this
.public CostCenterText.CostCenterTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
this
.public CostCenterText.CostCenterTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
It corresponds to:1) All languages according to ISO 639.22) Languages assigned to specific countries or scripts1) Persian = 'FA'2) EnglishEnglish Australia = '1E'English Canada = '3E'English Ireland = '8E'English New Zealand = '1N'
this
.public CostCenterText.CostCenterTextBuilder costCenterName(@Nullable String costCenterName)
Original property name from the Odata EDM: CostCenterName
this
.public CostCenterText.CostCenterTextBuilder costCenterDescription(@Nullable String costCenterDescription)
Original property name from the Odata EDM: CostCenterDescription
this
.public CostCenterText build()
Copyright © 2020 SAP SE. All rights reserved.