public static class GroupFixedAsset.GroupFixedAssetBuilder extends Object
Modifier and Type | Method and Description |
---|---|
GroupFixedAsset |
build() |
GroupFixedAsset.GroupFixedAssetBuilder |
companyCode(String companyCode)
(Key Field) Constraints: Not nullable
|
GroupFixedAsset.GroupFixedAssetBuilder |
companyCodeName(String companyCodeName)
Constraints: none
|
GroupFixedAsset.GroupFixedAssetBuilder |
groupFixedAsset_ID(String groupFixedAsset_ID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
GroupFixedAsset.GroupFixedAssetBuilder |
groupFixedAssetText(String groupFixedAssetText)
Constraints: none
|
GroupFixedAsset.GroupFixedAssetBuilder |
groupMasterFixedAsset(String groupMasterFixedAsset)
(Key Field) Constraints: Not nullable
|
String |
toString() |
public GroupFixedAsset.GroupFixedAssetBuilder groupFixedAsset_ID(@Nullable String groupFixedAsset_ID)
Original property name from the Odata EDM: GroupFixedAsset_ID
this
.public GroupFixedAsset.GroupFixedAssetBuilder groupFixedAssetText(@Nullable String groupFixedAssetText)
Original property name from the Odata EDM: GroupFixedAssetText
this
.public GroupFixedAsset.GroupFixedAssetBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.public GroupFixedAsset.GroupFixedAssetBuilder companyCodeName(@Nullable String companyCodeName)
Original property name from the Odata EDM: CompanyCodeName
this
.public GroupFixedAsset.GroupFixedAssetBuilder groupMasterFixedAsset(@Nullable String groupMasterFixedAsset)
Original property name from the Odata EDM: GroupMasterFixedAsset
this
.public GroupFixedAsset build()
Copyright © 2020 SAP SE. All rights reserved.