public static final class SoldProduct.SoldProductBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SoldProduct.SoldProductBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
SoldProduct |
build() |
SoldProduct.SoldProductBuilder |
cnsldtnProductSoldHier(SoldProductHier... value)
Navigation property to_CnsldtnProductSoldHier for SoldProduct to multiple
SoldProductHier.
|
SoldProduct.SoldProductBuilder |
cnsldtnProductSoldT(SoldProductText... value)
Navigation property to_CnsldtnProductSoldT for SoldProduct to multiple SoldProductText.
|
SoldProduct.SoldProductBuilder |
material_Text(String material_Text)
Constraints: Not nullable, Maximum length: 40
|
SoldProduct.SoldProductBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public SoldProduct.SoldProductBuilder cnsldtnProductSoldHier(SoldProductHier... value)
value
- The SoldProductHiers to build this SoldProduct with.@Nonnull public SoldProduct.SoldProductBuilder cnsldtnProductSoldT(SoldProductText... value)
value
- The SoldProductTexts to build this SoldProduct with.@Nonnull public SoldProduct.SoldProductBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public SoldProduct.SoldProductBuilder material_Text(@Nullable String material_Text)
Original property name from the Odata EDM: Material_Text
this
.@Nonnull public SoldProduct.SoldProductBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.@Nonnull public SoldProduct build()
Copyright © 2020 SAP SE. All rights reserved.