public static final class NutrientDescription.NutrientDescriptionBuilder extends Object
Modifier and Type | Method and Description |
---|---|
NutrientDescription |
build() |
NutrientDescription.NutrientDescriptionBuilder |
nutrient(Nutrient value)
Navigation property to_Nutrient for NutrientDescription to single Nutrient.
|
NutrientDescription.NutrientDescriptionBuilder |
nutrientDescription(String nutrientDescription)
Constraints: Not nullable, Maximum length: 132
|
NutrientDescription.NutrientDescriptionBuilder |
nutrientDescriptionLanguage(String nutrientDescriptionLanguage)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
NutrientDescription.NutrientDescriptionBuilder |
nutrientInternalID(String nutrientInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
@Nonnull public NutrientDescription.NutrientDescriptionBuilder nutrient(Nutrient value)
value
- The Nutrient to build this NutrientDescription with.@Nonnull public NutrientDescription.NutrientDescriptionBuilder nutrientInternalID(@Nullable String nutrientInternalID)
Original property name from the Odata EDM: NutrientInternalID
this
.@Nonnull public NutrientDescription.NutrientDescriptionBuilder nutrientDescriptionLanguage(@Nullable String nutrientDescriptionLanguage)
Original property name from the Odata EDM: NutrientDescriptionLanguage
this
.@Nonnull public NutrientDescription.NutrientDescriptionBuilder nutrientDescription(@Nullable String nutrientDescription)
Original property name from the Odata EDM: NutrientDescription
this
.@Nonnull public NutrientDescription build()
Copyright © 2021 SAP SE. All rights reserved.