public static final class PureSubstanceDescription.PureSubstanceDescriptionBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PureSubstanceDescription |
build() |
PureSubstanceDescription.PureSubstanceDescriptionBuilder |
pureSubstance(PureSubstance value)
Navigation property to_PureSubstance for PureSubstanceDescription to single
PureSubstance.
|
PureSubstanceDescription.PureSubstanceDescriptionBuilder |
pureSubstanceDescription(String pureSubstanceDescription)
Constraints: Not nullable, Maximum length: 132
|
PureSubstanceDescription.PureSubstanceDescriptionBuilder |
pureSubstanceDescriptionLang(String pureSubstanceDescriptionLang)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
PureSubstanceDescription.PureSubstanceDescriptionBuilder |
pureSubstanceInternalID(String pureSubstanceInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
@Nonnull public PureSubstanceDescription.PureSubstanceDescriptionBuilder pureSubstance(PureSubstance value)
value
- The PureSubstance to build this PureSubstanceDescription with.@Nonnull public PureSubstanceDescription.PureSubstanceDescriptionBuilder pureSubstanceInternalID(@Nullable String pureSubstanceInternalID)
Original property name from the Odata EDM: PureSubstanceInternalID
this
.@Nonnull public PureSubstanceDescription.PureSubstanceDescriptionBuilder pureSubstanceDescriptionLang(@Nullable String pureSubstanceDescriptionLang)
Original property name from the Odata EDM: PureSubstanceDescriptionLang
this
.@Nonnull public PureSubstanceDescription.PureSubstanceDescriptionBuilder pureSubstanceDescription(@Nullable String pureSubstanceDescription)
Original property name from the Odata EDM: PureSubstanceDescription
this
.@Nonnull public PureSubstanceDescription build()
Copyright © 2021 SAP SE. All rights reserved.