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.public SoldProduct.SoldProductBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
public SoldProduct.SoldProductBuilder material_Text(@Nullable String material_Text)
Original property name from the Odata EDM: Material_Text
You can enter one material description in each of any number of languages.In principle, you enter the material description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the material description on the Basic Data screen.
public SoldProduct.SoldProductBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
public SoldProduct build()
Copyright © 2019 SAP SE. All rights reserved.