Class FixedAsset.FixedAssetBuilder

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

public static class FixedAsset.FixedAssetBuilder extends Object
  • Method Details

    • fixedAsset_ID

      @Nonnull public FixedAsset.FixedAssetBuilder fixedAsset_ID(@Nullable String fixedAsset_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FixedAsset_ID

      Returns:
      this.
    • fixedAssetText

      @Nonnull public FixedAsset.FixedAssetBuilder fixedAssetText(@Nullable String fixedAssetText)
      Constraints: none

      Original property name from the Odata EDM: FixedAssetText

      Returns:
      this.
    • companyCode

      @Nonnull public FixedAsset.FixedAssetBuilder 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 FixedAsset.FixedAssetBuilder companyCodeName(@Nullable String companyCodeName)
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

      Returns:
      this.
    • masterFixedAsset

      @Nonnull public FixedAsset.FixedAssetBuilder masterFixedAsset(@Nullable String masterFixedAsset)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MasterFixedAsset

      Returns:
      this.
    • build

      @Nonnull public FixedAsset build()
    • toString

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