public static class FixedAsset.FixedAssetBuilder extends Object
Modifier and Type | Method and Description |
---|---|
FixedAsset |
build() |
FixedAsset.FixedAssetBuilder |
companyCode(String companyCode)
(Key Field) Constraints: Not nullable
|
FixedAsset.FixedAssetBuilder |
companyCodeName(String companyCodeName)
Constraints: none
|
FixedAsset.FixedAssetBuilder |
fixedAsset_ID(String fixedAsset_ID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
FixedAsset.FixedAssetBuilder |
fixedAssetText(String fixedAssetText)
Constraints: none
|
FixedAsset.FixedAssetBuilder |
masterFixedAsset(String masterFixedAsset)
(Key Field) Constraints: Not nullable
|
String |
toString() |
public FixedAsset.FixedAssetBuilder fixedAsset_ID(@Nullable String fixedAsset_ID)
Original property name from the Odata EDM: FixedAsset_ID
this
.public FixedAsset.FixedAssetBuilder fixedAssetText(@Nullable String fixedAssetText)
Original property name from the Odata EDM: FixedAssetText
this
.public FixedAsset.FixedAssetBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.public FixedAsset.FixedAssetBuilder companyCodeName(@Nullable String companyCodeName)
Original property name from the Odata EDM: CompanyCodeName
this
.public FixedAsset.FixedAssetBuilder masterFixedAsset(@Nullable String masterFixedAsset)
Original property name from the Odata EDM: MasterFixedAsset
this
.public FixedAsset build()
Copyright © 2020 SAP SE. All rights reserved.