public static final class ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProdSpecComponentDescription |
build() |
ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder |
prodSpecComponent(ProdSpecComponent value)
Navigation property to_ProdSpecComponent for ProdSpecComponentDescription to single
ProdSpecComponent.
|
ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder |
prodSpecComponentDescription(String prodSpecComponentDescription)
Constraints: Not nullable, Maximum length: 132
|
ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder |
prodSpecComponentInternalID(String prodSpecComponentInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
@Nonnull public ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder prodSpecComponent(ProdSpecComponent value)
value
- The ProdSpecComponent to build this ProdSpecComponentDescription with.@Nonnull public ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder prodSpecComponentInternalID(@Nullable String prodSpecComponentInternalID)
Original property name from the Odata EDM: ProdSpecComponentInternalID
this
.@Nonnull public ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder prodSpecComponentDescription(@Nullable String prodSpecComponentDescription)
Original property name from the Odata EDM: ProdSpecComponentDescription
this
.@Nonnull public ProdSpecComponentDescription build()
Copyright © 2021 SAP SE. All rights reserved.