Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula |
Modifier and Type | Field and Description |
---|---|
static RecipeClassLink<RecipeClassCharc> |
RecipeClass.TO_CHARACTERISTICS
Use with available fluent helpers to apply the to_Characteristics navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeClassCharc |
RecipeClassCharc.RecipeClassCharcBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecipeClassCharc> |
RecipeClass.fetchCharacteristics()
Fetches the RecipeClassCharc entities (one to many) associated with this entity.
|
List<RecipeClassCharc> |
RecipeClass.getCharacteristicsOrFetch()
Retrieval of associated RecipeClassCharc entities (one to many).
|
com.google.common.base.Optional<List<RecipeClassCharc>> |
RecipeClass.getCharacteristicsOrNull()
Retrieval of associated RecipeClassCharc entities (one to many).
|
Class<RecipeClassCharc> |
RecipeClassCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeClass.addCharacteristics(RecipeClassCharc... entity)
Adds elements to the list of associated RecipeClassCharc entities.
|
RecipeClass.RecipeClassBuilder |
RecipeClass.RecipeClassBuilder.characteristics(RecipeClassCharc... value) |
Modifier and Type | Method and Description |
---|---|
void |
RecipeClass.setCharacteristics(List<RecipeClassCharc> value)
Overwrites the list of associated RecipeClassCharc entities for the loaded navigation property to_Characteristics.
|
Constructor and Description |
---|
RecipeClass(UUID recipeUUID,
String classInternalID,
Calendar keyDate,
String classType,
ErpConfigContext erpConfigContext,
List<RecipeClassCharc> toCharacteristics) |
Copyright © 2018 SAP SE. All rights reserved.