public interface DefectClassService extends BatchService<DefectClassServiceBatch>
This service is related to the business object Defect. The defect class in Quality Management is based on a qualitative defect valuation according to impact, for example, critical defect or minor defect..
Reference: SAP API Business Hub
OData Service: | OP_API_DEFECTCLASS_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Defect |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
DefectClassFluentHelper |
getAllDefectClass()
Fetch multiple
DefectClass entities. |
DefectClassTextFluentHelper |
getAllDefectClassText()
Fetch multiple
DefectClassText entities. |
DefectClassByKeyFluentHelper |
getDefectClassByKey(String defectClass)
Fetch a single
DefectClass entity using key fields. |
DefectClassTextByKeyFluentHelper |
getDefectClassTextByKey(String defectClass,
String language)
Fetch a single
DefectClassText entity using key fields. |
DefectClassService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull DefectClassService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull DefectClassFluentHelper getAllDefectClass()
DefectClass
entities.DefectClass
entities. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull DefectClassByKeyFluentHelper getDefectClassByKey(String defectClass)
DefectClass
entity using key fields.defectClass
- Defect Class
Constraints: Not nullable, Maximum length: 2
DefectClass
entity using key fields. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull DefectClassTextFluentHelper getAllDefectClassText()
DefectClassText
entities.DefectClassText
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull DefectClassTextByKeyFluentHelper getDefectClassTextByKey(String defectClass, String language)
DefectClassText
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
defectClass
- Defect Class
Constraints: Not nullable, Maximum length: 2
DefectClassText
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.