Modifier and Type | Method and Description |
---|---|
InspectionResult |
InspectionResult.InspectionResultBuilder.build() |
protected InspectionResult |
InspectionResultCreateFluentHelper.getEntity() |
protected InspectionResult |
InspectionResultUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<InspectionResult> |
InspectionResultByKeyFluentHelper.getEntityClass() |
protected Class<InspectionResult> |
InspectionResultFluentHelper.getEntityClass() |
Class<InspectionResult> |
InspectionResult.getType() |
Constructor and Description |
---|
InspectionResultCreateFluentHelper(String servicePath,
InspectionResult entity)
Creates a fluent helper object that will create a
InspectionResult entity on the OData endpoint. |
InspectionResultUpdateFluentHelper(String servicePath,
InspectionResult entity)
Creates a fluent helper object that will update a
InspectionResult entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.createInspectionResult(InspectionResult inspectionResult)
Create a new
InspectionResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.createInspectionResult(InspectionResult inspectionResult)
Create a new
InspectionResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.updateInspectionResult(InspectionResult inspectionResult)
Update an existing
InspectionResult entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.updateInspectionResult(InspectionResult inspectionResult)
Update an existing
InspectionResult entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<InspectionResult> |
InspectionResultOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected InspectionResultLink<ObjectT> |
InspectionResultLink.translateLinkType(EntityLink<InspectionResultLink<ObjectT>,InspectionResult,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
InspectionResultCreateFluentHelper |
DefaultQualityInspectionDataService.createInspectionResult(InspectionResult inspectionResult) |
InspectionResultCreateFluentHelper |
QualityInspectionDataService.createInspectionResult(InspectionResult inspectionResult)
Create a new
InspectionResult entity and save it to the S/4HANA system. |
InspectionResultUpdateFluentHelper |
DefaultQualityInspectionDataService.updateInspectionResult(InspectionResult inspectionResult) |
InspectionResultUpdateFluentHelper |
QualityInspectionDataService.updateInspectionResult(InspectionResult inspectionResult)
Update an existing
InspectionResult entity and save it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.