Class FixedAsset.FixedAssetBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.FixedAsset.FixedAssetBuilder
- Enclosing class:
- FixedAsset
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4companyCodeName(String companyCodeName) Constraints: nonefixedAsset_ID(String fixedAsset_ID) (Key Field) Constraints: Not nullable, Maximum length: 4fixedAssetText(String fixedAssetText) Constraints: nonemasterFixedAsset(String masterFixedAsset) (Key Field) Constraints: Not nullable, Maximum length: 12toString()
-
Method Details
-
fixedAsset_ID
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FixedAsset_ID
- Returns:
this.
-
fixedAssetText
Constraints: noneOriginal property name from the Odata EDM: FixedAssetText
- Returns:
this.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
companyCodeName
Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
this.
-
masterFixedAsset
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MasterFixedAsset
- Returns:
this.
-
build
-
toString
-