Class CostCenterText.CostCenterTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.CostCenterText.CostCenterTextBuilder
- Enclosing class:
- CostCenterText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4costCenterDescription(String costCenterDescription) Constraints: Not nullable, Maximum length: 40costCenterID(String costCenterID) (Key Field) Constraints: Not nullable, Maximum length: 10costCenterName(String costCenterName) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0
-
Method Details
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
costCenterID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CostCenterID
- Returns:
this.
-
validityEndDate
@Nonnull public CostCenterText.CostCenterTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original 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'
- Returns:
this.
-
costCenterName
@Nonnull public CostCenterText.CostCenterTextBuilder costCenterName(@Nullable String costCenterName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CostCenterName
- Returns:
this.
-
costCenterDescription
@Nonnull public CostCenterText.CostCenterTextBuilder costCenterDescription(@Nullable String costCenterDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CostCenterDescription
- Returns:
this.
-
build
-
toString
-