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