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