Class GroupFixedAsset.GroupFixedAssetBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.GroupFixedAsset.GroupFixedAssetBuilder
- Enclosing class:
- GroupFixedAsset
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4companyCodeName(String companyCodeName) Constraints: nonegroupFixedAsset_ID(String groupFixedAsset_ID) (Key Field) Constraints: Not nullable, Maximum length: 4groupFixedAssetText(String groupFixedAssetText) Constraints: nonegroupMasterFixedAsset(String groupMasterFixedAsset) (Key Field) Constraints: Not nullable, Maximum length: 12toString()
-
Method Details
-
groupFixedAsset_ID
@Nonnull public GroupFixedAsset.GroupFixedAssetBuilder groupFixedAsset_ID(@Nullable String groupFixedAsset_ID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: GroupFixedAsset_ID
- Returns:
this.
-
groupFixedAssetText
@Nonnull public GroupFixedAsset.GroupFixedAssetBuilder groupFixedAssetText(@Nullable String groupFixedAssetText) Constraints: noneOriginal property name from the Odata EDM: GroupFixedAssetText
- Returns:
this.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
companyCodeName
@Nonnull public GroupFixedAsset.GroupFixedAssetBuilder companyCodeName(@Nullable String companyCodeName) Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
this.
-
groupMasterFixedAsset
@Nonnull public GroupFixedAsset.GroupFixedAssetBuilder groupMasterFixedAsset(@Nullable String groupMasterFixedAsset) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: GroupMasterFixedAsset
- Returns:
this.
-
build
-
toString
-