@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultMasterInspectionCharacteristicService") public class DefaultMasterInspectionCharacteristicService extends Object implements MasterInspectionCharacteristicService
A master inspection characteristic is a master data record that describes the quality inspection criteria for materials..
Reference: SAP API Business Hub
OData Service: | API_MASTERINSPCHARACTERISTIC_SRV |
API Version: | 1 |
Communication Scenario: | Inspection Master Data Integration (SAP_COM_0110) |
Scope Items: | Quality Management in Discrete Manufacturing (1E1), Quality Management in Procurement (1FM), Quality Management in Sales (1MP), Quality Management in Stock Handling (1MR), Nonconformance Management (2QN) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | InspectionSpecification |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultMasterInspectionCharacteristicService()
Creates a service using
MasterInspectionCharacteristicService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultMasterInspectionCharacteristicServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
InspectionSpecificationFluentHelper |
getAllInspectionSpecification()
Fetch multiple
InspectionSpecification entities. |
InspectionSpecificationByKeyFluentHelper |
getInspectionSpecificationByKey(String inspectionSpecification,
String inspectionSpecificationVersion,
String inspectionSpecificationPlant)
Fetch a single
InspectionSpecification entity using key fields. |
DefaultMasterInspectionCharacteristicService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultMasterInspectionCharacteristicService()
MasterInspectionCharacteristicService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultMasterInspectionCharacteristicService withServicePath(@Nonnull String servicePath)
MasterInspectionCharacteristicService
withServicePath
in interface MasterInspectionCharacteristicService
servicePath
- Service path that will override the default.@Nonnull public DefaultMasterInspectionCharacteristicServiceBatch batch()
batch
in interface BatchService<MasterInspectionCharacteristicServiceBatch>
@Nonnull public InspectionSpecificationFluentHelper getAllInspectionSpecification()
MasterInspectionCharacteristicService
InspectionSpecification
entities.getAllInspectionSpecification
in interface MasterInspectionCharacteristicService
InspectionSpecification
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 public InspectionSpecificationByKeyFluentHelper getInspectionSpecificationByKey(String inspectionSpecification, String inspectionSpecificationVersion, String inspectionSpecificationPlant)
MasterInspectionCharacteristicService
InspectionSpecification
entity using key fields.getInspectionSpecificationByKey
in interface MasterInspectionCharacteristicService
inspectionSpecification
- Name that uniquely identifies a master inspection characteristic within a plant.
Constraints: Not nullable, Maximum length: 8
inspectionSpecificationVersion
- Version Number of the Master Inspection Characteristic
Constraints: Not nullable, Maximum length: 6
inspectionSpecificationPlant
- Plant for the Master Inspection Characteristic
Constraints: Not nullable, Maximum length: 4
InspectionSpecification
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 © 2020 SAP SE. All rights reserved.