Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readproductmasterdataincludingclassification |
Modifier and Type | Field and Description |
---|---|
static EntityField<ProductDescription,String> |
ProductDescription.LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static EntityField<ProductDescription,String> |
ProductDescription.PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static EntityField<ProductDescription,String> |
ProductDescription.PRODUCT_DESCRIPTION
Use with available fluent helpers to apply the ProductDescription field to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductDescription |
ProductDescription.ProductDescriptionBuilder.build() |
ProductDescription |
ProductDescriptionByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ProductDescription |
ProductDescriptionByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ProductDescription |
ProductDescriptionByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<ProductDescription> |
ProductDescriptionFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<ProductDescription> |
ProductDescriptionFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<ProductDescription> |
ProductDescriptionFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
List<ProductDescription> |
ClfnProduct.fetchDescription()
Fetches the ProductDescription entities (one to many) associated with this entity.
|
static <T> EntityField<ProductDescription,T> |
ProductDescription.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<ProductDescription> |
ProductDescription.getType() |
Modifier and Type | Method and Description |
---|---|
ProductDescriptionFluentHelper |
ProductDescriptionFluentHelper.filter(ExpressionFluentHelper<ProductDescription> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
ProductDescriptionFluentHelper |
ProductDescriptionFluentHelper.orderBy(EntityField<ProductDescription,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.