Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readdefectcodesandcodegroups |
Modifier and Type | Field and Description |
---|---|
static EntityField<DefectCodeGroup,String> |
DefectCodeGroup.CODE_GROUP_IS_INACTIVE
Use with available fluent helpers to apply the CodeGroupIsInactive field to query operations.
|
static EntityField<DefectCodeGroup,String> |
DefectCodeGroup.CODE_GROUP_IS_USABLE
Use with available fluent helpers to apply the CodeGroupIsUsable field to query operations.
|
static EntityField<DefectCodeGroup,String> |
DefectCodeGroup.DEFECT_CODE_GROUP
Use with available fluent helpers to apply the DefectCodeGroup field to query operations.
|
Modifier and Type | Method and Description |
---|---|
DefectCodeGroup |
DefectCodeGroup.DefectCodeGroupBuilder.build() |
DefectCodeGroup |
DefectCodeGroupByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
DefectCodeGroup |
DefectCodeGroupByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
DefectCodeGroup |
DefectCodeGroupByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
DefectCodeGroup |
DefectCode.fetchDefectCodeGroup()
Fetches the DefectCodeGroup entity (one to one) associated with this entity.
|
Modifier and Type | Method and Description |
---|---|
List<DefectCodeGroup> |
DefectCodeGroupFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<DefectCodeGroup> |
DefectCodeGroupFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<DefectCodeGroup> |
DefectCodeGroupFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
static <T> EntityField<DefectCodeGroup,T> |
DefectCodeGroup.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<DefectCodeGroup> |
DefectCodeGroup.getType() |
Modifier and Type | Method and Description |
---|---|
DefectCodeGroupFluentHelper |
DefectCodeGroupFluentHelper.filter(ExpressionFluentHelper<DefectCodeGroup> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
DefectCodeGroupFluentHelper |
DefectCodeGroupFluentHelper.orderBy(EntityField<DefectCodeGroup,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.