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