Class MasterFixedAsset.MasterFixedAssetBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.MasterFixedAsset.MasterFixedAssetBuilder
- Enclosing class:
- MasterFixedAsset
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4companyCodeName(String companyCodeName) Constraints: nonemasterFixedAsset_ID(String masterFixedAsset_ID) (Key Field) Constraints: Not nullable, Maximum length: 12masterFixedAssetText(String masterFixedAssetText) Constraints: nonetoString()
-
Method Details
-
masterFixedAsset_ID
@Nonnull public MasterFixedAsset.MasterFixedAssetBuilder masterFixedAsset_ID(@Nullable String masterFixedAsset_ID) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MasterFixedAsset_ID
- Returns:
this.
-
masterFixedAssetText
@Nonnull public MasterFixedAsset.MasterFixedAssetBuilder masterFixedAssetText(@Nullable String masterFixedAssetText) Constraints: noneOriginal property name from the Odata EDM: MasterFixedAssetText
- Returns:
this.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
companyCodeName
@Nonnull public MasterFixedAsset.MasterFixedAssetBuilder companyCodeName(@Nullable String companyCodeName) Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
this.
-
build
-
toString
-