public static final class CostCenter.CostCenterBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CostCenter |
build() |
CostCenter.CostCenterBuilder |
category(String category)
Constraints: Not nullable, Maximum length: 1
|
CostCenter.CostCenterBuilder |
companyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CostCenter.CostCenterBuilder |
costCenterDescription(String costCenterDescription)
Constraints: Not nullable, Maximum length: 40
|
CostCenter.CostCenterBuilder |
costCenterID(String costCenterID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
CostCenter.CostCenterBuilder |
costCenterName(String costCenterName)
Constraints: Not nullable, Maximum length: 20
|
CostCenter.CostCenterBuilder |
costCenterTexts(CostCenterText... value)
Navigation property CostCenterTexts for CostCenter to multiple CostCenterText.
|
CostCenter.CostCenterBuilder |
language(String language)
Constraints: Not nullable, Maximum length: 2
|
CostCenter.CostCenterBuilder |
lastChangeDateTime(LocalDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
CostCenter.CostCenterBuilder |
status(String status)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
CostCenter.CostCenterBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
CostCenter.CostCenterBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public CostCenter.CostCenterBuilder costCenterTexts(CostCenterText... value)
value
- The CostCenterTexts to build this CostCenter with.public CostCenter.CostCenterBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
public CostCenter.CostCenterBuilder costCenterID(@Nullable String costCenterID)
Original property name from the Odata EDM: CostCenterID
public CostCenter.CostCenterBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public CostCenter.CostCenterBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public CostCenter.CostCenterBuilder status(@Nullable String status)
Original property name from the Odata EDM: Status
public CostCenter.CostCenterBuilder category(@Nullable String category)
Original property name from the Odata EDM: Category
public CostCenter.CostCenterBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
public CostCenter.CostCenterBuilder costCenterName(@Nullable String costCenterName)
Original property name from the Odata EDM: CostCenterName
public CostCenter.CostCenterBuilder costCenterDescription(@Nullable String costCenterDescription)
Original property name from the Odata EDM: CostCenterDescription
public CostCenter.CostCenterBuilder lastChangeDateTime(@Nullable LocalDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
public CostCenter build()
Copyright © 2020 SAP SE. All rights reserved.