Modifier and Type | Method and Description |
---|---|
InspectionPlan |
InspectionPlan.InspectionPlanBuilder.build() |
protected InspectionPlan |
InspectionPlanUpdateFluentHelper.getEntity() |
protected InspectionPlan |
InspectionPlanDeleteFluentHelper.getEntity() |
protected InspectionPlan |
InspectionPlanCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<InspectionPlan> |
InspectionPlanFluentHelper.getEntityClass() |
protected Class<InspectionPlan> |
InspectionPlanByKeyFluentHelper.getEntityClass() |
Class<InspectionPlan> |
InspectionPlan.getType() |
Constructor and Description |
---|
InspectionPlanCreateFluentHelper(String servicePath,
InspectionPlan entity)
Creates a fluent helper object that will create a
InspectionPlan entity
on the OData endpoint. |
InspectionPlanDeleteFluentHelper(String servicePath,
InspectionPlan entity)
Creates a fluent helper object that will delete a
InspectionPlan entity
on the OData endpoint. |
InspectionPlanUpdateFluentHelper(String servicePath,
InspectionPlan entity)
Creates a fluent helper object that will update a
InspectionPlan entity
on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
InspectionPlanServiceBatchChangeSet |
InspectionPlanServiceBatchChangeSet.createInspectionPlan(InspectionPlan inspectionPlan)
Create a new
InspectionPlan entity and save it to the S/4HANA system. |
InspectionPlanServiceBatchChangeSet |
DefaultInspectionPlanServiceBatchChangeSet.createInspectionPlan(InspectionPlan inspectionPlan)
Create a new
InspectionPlan entity and save it to the S/4HANA system. |
InspectionPlanServiceBatchChangeSet |
InspectionPlanServiceBatchChangeSet.deleteInspectionPlan(InspectionPlan inspectionPlan)
Deletes an existing
InspectionPlan entity in the S/4HANA system. |
InspectionPlanServiceBatchChangeSet |
DefaultInspectionPlanServiceBatchChangeSet.deleteInspectionPlan(InspectionPlan inspectionPlan)
Deletes an existing
InspectionPlan entity in the S/4HANA system. |
InspectionPlanServiceBatchChangeSet |
InspectionPlanServiceBatchChangeSet.updateInspectionPlan(InspectionPlan inspectionPlan)
Update an existing
InspectionPlan entity and save it to the S/4HANA system. |
InspectionPlanServiceBatchChangeSet |
DefaultInspectionPlanServiceBatchChangeSet.updateInspectionPlan(InspectionPlan inspectionPlan)
Update an existing
InspectionPlan entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<InspectionPlan> |
InspectionPlanOneToOneLink.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 InspectionPlanLink<ObjectT> |
InspectionPlanLink.translateLinkType(EntityLink<InspectionPlanLink<ObjectT>,InspectionPlan,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
InspectionPlanCreateFluentHelper |
InspectionPlanService.createInspectionPlan(InspectionPlan inspectionPlan)
Create a new
InspectionPlan entity and save it to the S/4HANA system. |
InspectionPlanCreateFluentHelper |
DefaultInspectionPlanService.createInspectionPlan(InspectionPlan inspectionPlan) |
InspectionPlanDeleteFluentHelper |
InspectionPlanService.deleteInspectionPlan(InspectionPlan inspectionPlan)
Deletes an existing
InspectionPlan entity in the S/4HANA system. |
InspectionPlanDeleteFluentHelper |
DefaultInspectionPlanService.deleteInspectionPlan(InspectionPlan inspectionPlan) |
InspectionPlanUpdateFluentHelper |
InspectionPlanService.updateInspectionPlan(InspectionPlan inspectionPlan)
Update an existing
InspectionPlan entity and save it to the S/4HANA system. |
InspectionPlanUpdateFluentHelper |
DefaultInspectionPlanService.updateInspectionPlan(InspectionPlan inspectionPlan) |
Copyright © 2020 SAP SE. All rights reserved.