Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula |
Modifier and Type | Field and Description |
---|---|
static RecipeCharcLink<RecipeCharcValue> |
RecipeCharc.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
static RecipeClassCharcLink<RecipeCharcValue> |
RecipeClassCharc.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeCharcValue |
RecipeCharcValue.RecipeCharcValueBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecipeCharcValue> |
RecipeCharc.fetchValuation()
Fetches the RecipeCharcValue entities (one to many) associated with this entity.
|
List<RecipeCharcValue> |
RecipeClassCharc.fetchValuation()
Fetches the RecipeCharcValue entities (one to many) associated with this entity.
|
Class<RecipeCharcValue> |
RecipeCharcValue.getType() |
List<RecipeCharcValue> |
RecipeCharc.getValuationOrFetch()
Retrieval of associated RecipeCharcValue entities (one to many).
|
List<RecipeCharcValue> |
RecipeClassCharc.getValuationOrFetch()
Retrieval of associated RecipeCharcValue entities (one to many).
|
com.google.common.base.Optional<List<RecipeCharcValue>> |
RecipeCharc.getValuationOrNull()
Retrieval of associated RecipeCharcValue entities (one to many).
|
com.google.common.base.Optional<List<RecipeCharcValue>> |
RecipeClassCharc.getValuationOrNull()
Retrieval of associated RecipeCharcValue entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeCharc.addValuation(RecipeCharcValue... entity)
Adds elements to the list of associated RecipeCharcValue entities.
|
void |
RecipeClassCharc.addValuation(RecipeCharcValue... entity)
Adds elements to the list of associated RecipeCharcValue entities.
|
RecipeCharc.RecipeCharcBuilder |
RecipeCharc.RecipeCharcBuilder.valuation(RecipeCharcValue... value) |
RecipeClassCharc.RecipeClassCharcBuilder |
RecipeClassCharc.RecipeClassCharcBuilder.valuation(RecipeCharcValue... value) |
Modifier and Type | Method and Description |
---|---|
void |
RecipeCharc.setValuation(List<RecipeCharcValue> value)
Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property to_Valuation.
|
void |
RecipeClassCharc.setValuation(List<RecipeCharcValue> value)
Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property to_Valuation.
|
Constructor and Description |
---|
RecipeCharc(UUID recipeUUID,
String charcInternalID,
String classType,
Calendar keyDate,
ErpConfigContext erpConfigContext,
List<RecipeCharcValue> toValuation) |
RecipeClassCharc(UUID recipeUUID,
String classInternalID,
String charcInternalID,
Calendar keyDate,
String classType,
ErpConfigContext erpConfigContext,
List<RecipeCharcValue> toValuation) |
Copyright © 2018 SAP SE. All rights reserved.