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
public CostCenterText.CostCenterTextBuilder costCenterID(@Nullable String costCenterID)
Original property name from the Odata EDM: CostCenterID
public CostCenterText.CostCenterTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public CostCenterText.CostCenterTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
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.