Modifier and Type | Method and Description |
---|---|
Nutrient |
build() |
Nutrient.NutrientBuilder |
listedSubstance(String listedSubstance)
Constraints: Not nullable, Maximum length: 12
|
Nutrient.NutrientBuilder |
nutrient(String nutrient)
Constraints: Not nullable, Maximum length: 12
|
Nutrient.NutrientBuilder |
nutrientBaseUnitOfMeasure(NutrientBaseUnitOfMeasure value)
Navigation property to_NutrientBaseUnitOfMeasure for Nutrient to single
NutrientBaseUnitOfMeasure.
|
Nutrient.NutrientBuilder |
nutrientChangeDate(LocalDateTime nutrientChangeDate)
Constraints: Not nullable, Precision: 0
|
Nutrient.NutrientBuilder |
nutrientChangedByUser(String nutrientChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
Nutrient.NutrientBuilder |
nutrientCreatedByUser(String nutrientCreatedByUser)
Constraints: Not nullable, Maximum length: 12
|
Nutrient.NutrientBuilder |
nutrientCreationDate(LocalDateTime nutrientCreationDate)
Constraints: Not nullable, Precision: 0
|
Nutrient.NutrientBuilder |
nutrientDerivedNutrient(NutrientDerivedNutrient value)
Navigation property to_NutrientDerivedNutrient for Nutrient to single
NutrientDerivedNutrient.
|
Nutrient.NutrientBuilder |
nutrientDescription(NutrientDescription... value)
Navigation property to_NutrientDescription for Nutrient to multiple NutrientDescription.
|
Nutrient.NutrientBuilder |
nutrientInternalID(String nutrientInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
Nutrient.NutrientBuilder |
nutrientValidityEndDate(LocalDateTime nutrientValidityEndDate)
Constraints: Not nullable, Precision: 0
|
Nutrient.NutrientBuilder |
nutrientValidityStartDate(LocalDateTime nutrientValidityStartDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
@Nonnull public Nutrient.NutrientBuilder nutrientBaseUnitOfMeasure(NutrientBaseUnitOfMeasure value)
value
- The NutrientBaseUnitOfMeasure to build this Nutrient with.@Nonnull public Nutrient.NutrientBuilder nutrientDerivedNutrient(NutrientDerivedNutrient value)
value
- The NutrientDerivedNutrient to build this Nutrient with.@Nonnull public Nutrient.NutrientBuilder nutrientDescription(NutrientDescription... value)
value
- The NutrientDescriptions to build this Nutrient with.@Nonnull public Nutrient.NutrientBuilder nutrientInternalID(@Nullable String nutrientInternalID)
Original property name from the Odata EDM: NutrientInternalID
this
.@Nonnull public Nutrient.NutrientBuilder nutrient(@Nullable String nutrient)
Original property name from the Odata EDM: Nutrient
this
.@Nonnull public Nutrient.NutrientBuilder nutrientCreationDate(@Nullable LocalDateTime nutrientCreationDate)
Original property name from the Odata EDM: NutrientCreationDate
this
.@Nonnull public Nutrient.NutrientBuilder nutrientCreatedByUser(@Nullable String nutrientCreatedByUser)
Original property name from the Odata EDM: NutrientCreatedByUser
this
.@Nonnull public Nutrient.NutrientBuilder nutrientChangeDate(@Nullable LocalDateTime nutrientChangeDate)
Original property name from the Odata EDM: NutrientChangeDate
this
.@Nonnull public Nutrient.NutrientBuilder nutrientChangedByUser(@Nullable String nutrientChangedByUser)
Original property name from the Odata EDM: NutrientChangedByUser
this
.@Nonnull public Nutrient.NutrientBuilder nutrientValidityStartDate(@Nullable LocalDateTime nutrientValidityStartDate)
Original property name from the Odata EDM: NutrientValidityStartDate
this
.@Nonnull public Nutrient.NutrientBuilder nutrientValidityEndDate(@Nullable LocalDateTime nutrientValidityEndDate)
Original property name from the Odata EDM: NutrientValidityEndDate
this
.@Nonnull public Nutrient.NutrientBuilder listedSubstance(@Nullable String listedSubstance)
Original property name from the Odata EDM: ListedSubstance
this
.Copyright © 2021 SAP SE. All rights reserved.