Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification |
Modifier and Type | Field and Description |
---|---|
static ProductClassLink<ProductClassCharc> |
ProductClass.TO_CHARACTERISTICS
Use with available fluent helpers to apply the to_Characteristics navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductClassCharc |
ProductClassCharc.ProductClassCharcBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductClassCharc> |
ProductClass.fetchCharacteristics()
Fetches the ProductClassCharc entities (one to many) associated with this entity.
|
Optional<List<ProductClassCharc>> |
ProductClass.getCharacteristicsIfPresent()
Retrieval of associated ProductClassCharc entities (one to many).
|
List<ProductClassCharc> |
ProductClass.getCharacteristicsOrFetch()
Retrieval of associated ProductClassCharc entities (one to many).
|
protected Class<ProductClassCharc> |
ProductClassCharcByKeyFluentHelper.getEntityClass() |
protected Class<ProductClassCharc> |
ProductClassCharcFluentHelper.getEntityClass() |
Class<ProductClassCharc> |
ProductClassCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductClass.addCharacteristics(ProductClassCharc... entity)
Adds elements to the list of associated ProductClassCharc entities.
|
ProductClass.ProductClassBuilder |
ProductClass.ProductClassBuilder.characteristics(ProductClassCharc... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductClass.setCharacteristics(List<ProductClassCharc> value)
Overwrites the list of associated ProductClassCharc entities for the loaded navigation property to_Characteristics.
|
protected ProductClassCharcLink<ObjectT> |
ProductClassCharcLink.translateLinkType(EntityLink<ProductClassCharcLink<ObjectT>,ProductClassCharc,ObjectT> link) |
Constructor and Description |
---|
ProductClass(String product,
String classInternalID,
LocalDateTime keyDate,
String changeNumber,
String classType,
ErpConfigContext erpConfigContext,
List<ProductClassCharc> toCharacteristics,
ClfnClassForKeyDate toClassDetails) |
Copyright © 2018 SAP SE. All rights reserved.