Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readcustomerandsupplierindustry |
Modifier and Type | Field and Description |
---|---|
static EntityField<CustomerSupplierIndustry,String> |
CustomerSupplierIndustry.INDUSTRY
Use with available fluent helpers to apply the Industry field to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerSupplierIndustry |
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder.build() |
CustomerSupplierIndustry |
CustomerSupplierIndustryByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
CustomerSupplierIndustry |
CustomerSupplierIndustryByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
CustomerSupplierIndustry |
CustomerSupplierIndustryByKeyFluentHelper.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<CustomerSupplierIndustry> |
CustomerSupplierIndustryFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<CustomerSupplierIndustry> |
CustomerSupplierIndustryFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<CustomerSupplierIndustry> |
CustomerSupplierIndustryFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
static <T> EntityField<CustomerSupplierIndustry,T> |
CustomerSupplierIndustry.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<CustomerSupplierIndustry> |
CustomerSupplierIndustry.getType() |
Modifier and Type | Method and Description |
---|---|
CustomerSupplierIndustryFluentHelper |
CustomerSupplierIndustryFluentHelper.filter(ExpressionFluentHelper<CustomerSupplierIndustry> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
CustomerSupplierIndustryFluentHelper |
CustomerSupplierIndustryFluentHelper.orderBy(EntityField<CustomerSupplierIndustry,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.