Modifier and Type | Method and Description |
---|---|
Defect |
Defect.DefectBuilder.build() |
protected Defect |
DefectDeleteFluentHelper.getEntity() |
protected Defect |
DefectUpdateFluentHelper.getEntity() |
protected Defect |
DefectCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<Defect> |
DefectByKeyFluentHelper.getEntityClass() |
protected Class<Defect> |
DefectFluentHelper.getEntityClass() |
Class<Defect> |
Defect.getType() |
Constructor and Description |
---|
DefectCreateFluentHelper(String servicePath,
Defect entity)
Creates a fluent helper object that will create a
Defect entity on the OData
endpoint. |
DefectDeleteFluentHelper(String servicePath,
Defect entity)
Creates a fluent helper object that will delete a
Defect entity on the OData
endpoint. |
DefectUpdateFluentHelper(String servicePath,
Defect entity)
Creates a fluent helper object that will update a
Defect entity on the OData
endpoint. |
Modifier and Type | Method and Description |
---|---|
DefectProcessingServiceBatchChangeSet |
DefaultDefectProcessingServiceBatchChangeSet.createDefect(Defect defect)
Create a new
Defect entity
and save it to the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
DefectProcessingServiceBatchChangeSet.createDefect(Defect defect)
Create a new
Defect entity
and save it to the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
DefaultDefectProcessingServiceBatchChangeSet.deleteDefect(Defect defect)
Deletes an existing
Defect
entity in the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
DefectProcessingServiceBatchChangeSet.deleteDefect(Defect defect)
Deletes an existing
Defect
entity in the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
DefaultDefectProcessingServiceBatchChangeSet.updateDefect(Defect defect)
Update an existing
Defect
entity and save it to the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
DefectProcessingServiceBatchChangeSet.updateDefect(Defect defect)
Update an existing
Defect
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Defect> |
DefectOneToOneLink.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 DefectLink<ObjectT> |
DefectLink.translateLinkType(EntityLink<DefectLink<ObjectT>,Defect,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
DefectCreateFluentHelper |
DefectProcessingService.createDefect(Defect defect)
Create a new
Defect entity
and save it to the S/4HANA system. |
DefectCreateFluentHelper |
DefaultDefectProcessingService.createDefect(Defect defect) |
DefectDeleteFluentHelper |
DefectProcessingService.deleteDefect(Defect defect)
Deletes an existing
Defect
entity in the S/4HANA system. |
DefectDeleteFluentHelper |
DefaultDefectProcessingService.deleteDefect(Defect defect) |
DefectUpdateFluentHelper |
DefectProcessingService.updateDefect(Defect defect)
Update an existing
Defect
entity and save it to the S/4HANA system. |
DefectUpdateFluentHelper |
DefaultDefectProcessingService.updateDefect(Defect defect) |
Copyright © 2019 SAP SE. All rights reserved.