public interface InspectionMethodService
This service enables you to read inspection methods from the SAP S/4HANA Cloud system. It is part of the integration scenario Inspection Master Data.
Reference: SAP API Business Hub
OData Service: | API_INSPECTIONMETHOD_SRV |
API Version: | 1 |
Communication Scenario: | Inspection Master Data Integration (SAP_COM_0110) |
Scope Items: | Quality Management in Stock Handling (1MR) |
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 |
---|---|
InspectionMethodFluentHelper |
getAllInspectionMethod()
Fetch multiple
InspectionMethod entities. |
InspectionMethodByKeyFluentHelper |
getInspectionMethodByKey(String inspectionMethod,
String inspectionMethodVersion,
String inspectionMethodPlant)
Fetch a single
InspectionMethod entity using key fields. |
InspectionMethodService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.InspectionMethodService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull InspectionMethodFluentHelper getAllInspectionMethod()
InspectionMethod
entities.InspectionMethod
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 InspectionMethodByKeyFluentHelper getInspectionMethodByKey(String inspectionMethod, String inspectionMethodVersion, String inspectionMethodPlant)
InspectionMethod
entity using key fields.inspectionMethodVersion
- Version Number of the Inspection Method
Constraints: Not nullable, Maximum length: 6
inspectionMethodPlant
- Plant for Inspection Method
Constraints: Not nullable, Maximum length: 4
inspectionMethod
- Inspection Method
Constraints: Not nullable, Maximum length: 8
InspectionMethod
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 © 2018 SAP SE. All rights reserved.