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