Class MasterFixedAsset.MasterFixedAssetBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.MasterFixedAsset.MasterFixedAssetBuilder
Enclosing class:
MasterFixedAsset

public static class MasterFixedAsset.MasterFixedAssetBuilder extends Object
  • Method Details

    • masterFixedAsset_ID

      @Nonnull public MasterFixedAsset.MasterFixedAssetBuilder masterFixedAsset_ID(@Nullable String masterFixedAsset_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MasterFixedAsset_ID

      Returns:
      this.
    • masterFixedAssetText

      @Nonnull public MasterFixedAsset.MasterFixedAssetBuilder masterFixedAssetText(@Nullable String masterFixedAssetText)
      Constraints: none

      Original property name from the Odata EDM: MasterFixedAssetText

      Returns:
      this.
    • companyCode

      @Nonnull public MasterFixedAsset.MasterFixedAssetBuilder companyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • companyCodeName

      @Nonnull public MasterFixedAsset.MasterFixedAssetBuilder companyCodeName(@Nullable String companyCodeName)
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

      Returns:
      this.
    • build

      @Nonnull public MasterFixedAsset build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object